Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare dll call caused an exception
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP2
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00979001
Message ID:
00981796
Views:
54
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform