Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Declare dll call caused an exception
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP2
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Divers
Thread ID:
00979001
Message ID:
00981796
Vues:
53
Does this works?
declare integer  BUICScan  in BUICAP32.DLL integer iJobType, ;
                             string @lpFront, string @lpLenFront, ;
                             string @lpBack, string @lpLenBack, ;
                             string @lpCode, string @lpLenCode

    STORE SPACE(255) TO lpFront, lpBack, lpCode
    STORE CHR(255)   TO lpLenFron, lpLenback, lpLenCode

    m.nretval=buicscan(THIS.nscan_opt,;
                       @lpFront, ;
                       @lpLenFront, ;
                       @lpBack, ;
                       @lpLenBack, ;
                       @lpCode, ;
                       @lpLenCode)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform