Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare dll problem
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01437269
Message ID:
01437271
Views:
57
>>Hi All,
>>
>>That's the dll function:
>>
>>long GetCashDrawerStatus ( unsigned char *Status );
>>
>>I tried :
>>
>>DECLARE integer GetCashDrawerStatus IN poscd2.dll as pos2_status string
>>
>>no success...
>>
>>what I should put instead of "unsigned char *Status" ?
>
>
>DECLARE integer GetCashDrawerStatus IN poscd2.dll  STRING @
>lcTest = []
>GetCashDrawerStatus(@lcTest)
>
Funny, I wanted to suggest exactly that too.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform