Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL functions without parameters
Message
From
10/07/2001 20:18:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
DLL functions without parameters
Miscellaneous
Thread ID:
00528988
Message ID:
00528988
Views:
39
I have a problem indirectly related to Windows API but might be relevant for function calls without parameters.

DECLARE STRING GetResult IN "XPRConnector.dll"

string = GetResult()

gives an error

"file getresult.prg does not exist"

though two other function calls with parameters for the same DLL didn't result in similar error.

No problem in VB with that

Private Declare Function GetResult Lib "XPRConnector.dll" () As String
Text1.Text = GetResult()

Any clues ?

Thank you.
Michael
Next
Reply
Map
View

Click here to load this message in the networking platform