Post new topic Reply to topic  [ 2 posts ] 

Board index : TeleFlow Forums : Development Tools

Author Message
 Post subject: Passing multiple parameters to DLL function
PostPosted: Tue Sep 28, 2010 9:05 pm 
Offline

Joined: Wed Sep 22, 2010 12:59 am
Posts: 5
Is it possible to pass multiple separate parameters to an export function in the DLL? TeleFlow seems to be concatenating everything into a single string before passing the parameter.


Back to top
 Profile  
 
 Post subject: Re: Passing multiple parameters to DLL function
PostPosted: Wed Sep 29, 2010 9:45 am 
Offline

Joined: Wed Mar 19, 2003 4:28 pm
Posts: 510
Location: Canada
From the help:
Quote:
Use of this step requires a custom DLL that exports a function with the following properties:
· accepts a constant char* null terminated string as the sole parameter
· returns type char* that points to a dynamically allocated null terminated string that can be freed by the step


So it does only accept one string parameter. If you need to provide multiple parameters, you must set up the string so that it can easily be parsed by your DLL into separate functional parameters.


Back to top
 Profile WWW 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Board index : TeleFlow Forums : Development Tools


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Style by Midnight Phoenix & N.Design Studio
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.