Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dll´s
Message
From
20/09/1999 10:08:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Dll´s
Miscellaneous
Thread ID:
00266690
Message ID:
00266690
Views:
45
There is a way to detect if a dll function is already declared?

Before declare a function in a dll, i´d like to test if this function
is not declared, something like this:

if (type("function()") = "U") && Undefined
declare integer FUNCTION_NAME IN "DLL"
else
wait window "dll is already declared"
endif
Next
Reply
Map
View

Click here to load this message in the networking platform