Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IMPLEMENTS Statement
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
IMPLEMENTS Statement
Miscellaneous
Thread ID:
00880818
Message ID:
00880818
Views:
62
I would like to change the IMPLEMENTS statemany so that it gets
it's DLL path from a function:

I want to change:
IMPLEMENTS _SomeEvents IN "c:\some.dll"


to

IMPLEMENTS _SomeEvents IN GetDLLFilePath()

FUNCTION GetDLLFilePath()

cDrive = GetDriveLetter()
cRetVal = cDrive + "\some.dll"

RETURN cRetVal



Anyone know how to do this?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform