Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a 3rd Party DLL
Message
From
12/08/2003 14:19:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Calling a 3rd Party DLL
Miscellaneous
Thread ID:
00819514
Message ID:
00819514
Views:
78
I'm writing a small VFP app that needs to communicate with our ERP package, JD Edwards. There is a specific function I need to call named X0010GetNextNumber, it's in the CALLBSFN.Dll. It uses a structure to pass data in and out of the function.

I'm trying the following code to make this work:

lcStructure = '01 1' + SPACE(22)
DECLARE STRING X0010GetNextNumber IN C:\B7\DV7333\Bin32\CallBSFN.Dll
X0010GetNextNumber(@lcStructure)

The structure is 27 bytes total, and I need to fill in the first 5 bytes for it to work. However, when I run the code I get an error as follows:

Cannot find entry point X0010GetNextNumber in the DLL

The help didn't, so I'm wondering if anyone has any pointers.

Bill
Next
Reply
Map
View

Click here to load this message in the networking platform