Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dll´s
Message
 
To
20/09/1999 10:08:26
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Dll´s
Miscellaneous
Thread ID:
00266690
Message ID:
00266692
Views:
15
>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

Hi Gustavo,

No, unfortunately there isn't. However, issuing an additional declaration seems to add very little additional overhead.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform