Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't Pass Parameters to The DLL
Message
From
23/01/1999 10:01:23
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00179341
Message ID:
00179376
Views:
22
Hi Ed Rauh,
I try to use Out32(739,128) but when i run it error message appear "Can't find entry point Out in the DLL.
Below is the Declare of the VB code :
>Public Declare Function Inp Lib "inpout32.dll" _
>Alias "Inp32" (ByVal PortAddress As Integer) As Integer
>Public Declare Sub Out Lib "inpout32.dll" _
>Alias "Out32" (ByVal PortAddress As Integer, ByVal Value As Integer)

Can you help me to convert to VFP declare command ? How do i pass the parameters to the procedure ?
thanks

regard,
chang
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform