Applies To: |
|
Summary: |
I'm trying to pass multiple arguments that are held in local Cicode variables to a DLL but I can't seem to get the formatting correct. What am I doing wrong? |
Solution: |
To pass multiple arguments to a DLL where
the values are stored in Cicode variables you must surround the
Cicode variable with plus sign (+), then with quote ("), then with
carat quote (^"), and finally the whole string of arguments with
quotes (").
For Example: I have a DLL called Example.DLL that returns a string and it requires three string arguments to be passed to it. The string argument will be held within Cicode variables sHigh, sMid, and sLow. Function Int hDLL; hDLL =
DLLOpen("C:\CITECT\Bin\Example.dll", |
Keywords: |
Related Links
Attachments