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:
00979021
Views:
32
>>>You're passing strings by reference for parameters DECLAREd as passed by value.
>>>
>>
>>Just tried that (removing the @) and the same thing happens :(
>
>It wasn't my point. You've first properly declare parameters and than properly pass them. Do you've declaration for C++ or VB for this DLL? Can you post it?

from VB6:
Public Declare Function BUICScan& Lib "BUICAP32.DLL" (ByVal iJob&, ByVal lpFront$, ByVal FLen$, ByVal lpBack$, ByVal BLen$, ByVal LpCode$, ByVal LpLen$)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform