Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare dll problem
Message
 
 
To
02/12/2009 09:24:10
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01437269
Message ID:
01437276
Views:
63
Try
DECLARE long GetCashDrawerStatus IN poscd2.dll String @
lcStatus = CHR(0)
lnRetCode = GetCashDrawerStatus(@lcStatus) 
? ASC(lcStatus) 
>
>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" ?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform