Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can do that declare with VFP?
Message
 
To
18/07/2006 09:59:58
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01137227
Message ID:
01137327
Views:
15
>Hi All,
>
>How can do that declaration in VFP?
>
>Declare Sub MathStr2Acc Lib "TRIOUT32.DLL" (src As MATH_ACCUM, ByVal buf As String, ByVal ln&)

I am not sure, but try:
Declare INTEGER MathStr2Acc IN TRIOUT32.DLL @STRING src, @STRING buf, @?????? ln
I suspect that MATH_ACCUM is structure, so you must find a way to parse it. What type is ln? I don't know!
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform