Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need integer variable to DLL procedure by Reference
Message
From
18/09/2005 02:47:29
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01050627
Message ID:
01050685
Views:
9
Yes
-----------------------------------
ff = CREATEOBJECT("FiscPrnSys.FiscPrn")
otg =ff.connect("COM1",9600,8,0,1)
aaa = 0
bbb = 0
otg = ff.BeginNonFiscalBon( @aaa, @bbb)


---------------------------
On last line error type mismatch.
extern "C" DWORD __declspec(dllexport) BeginNonFiscalBon(WORD& AllReceipt, WORD& ErrCode) - no error when called from VB with integer variable
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform