Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stumped by a DLL
Message
 
 
À
25/09/2005 01:33:03
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01052286
Message ID:
01052859
Vues:
25
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform