Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stumped by a DLL
Message
 
 
To
25/09/2005 01:33:03
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01052286
Message ID:
01052859
Views:
11
>That was one of the 1st things I tried Sergey. I'm really stumped.

Another thing to try
value1=0.0
value2=0.0
DECLARE foo IN whatever.dll @ String, @ String

b1 = BINTOC(value1, "B")
b2 = BINTOC(value2, "B")
foo(@b1, @b2)
? BINTOC(b1, "8")
? BINTOC(b2, "8")

* or
b1 = BINTOC(value1, "8")
b2 = BINTOC(value2, "8")
foo(@b1, @b2)
? BINTOC(b1, "B")
? BINTOC(b2, "B")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform