Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with DLL function
Message
From
13/10/2011 14:51:36
 
 
To
13/10/2011 14:48:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01526248
Message ID:
01526341
Views:
62
>I tried two way's
>
>a) cBuffer=space(232) (that is size of data structure written i C+, you can see structure in earlier posts)
>b) Boris's way
>cBuffer = SPACE(50)+BINTOC(50, 4)+SPACE(50)+BINTOC(50, 4)+SPACE(50)+BINTOC(50, 4)+SPACE(30)+BINTOC(30, 4)+SPACE(16)+BINTOC(16, 4)+SPACE(16)+BINTOC(16, 4)+SPACE(20)+BINTOC(20, 4)
>
>Same error.

The size of structure is 260 bytes. Try
cBuffer = REPLICATE(CHR(0), 1000)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform