|
-
Feb 5th, 2002, 10:02 AM
#1
Thread Starter
Member
Easy Public Declare ... question
When I am declaring a function from a DLL in a module, is it possible to variabilize the DLL that the function resides in (to allow for the DLL being located in different possible places)
Such as:
Public Declare API_Call Lib varDllPath (ByVal etc.....)
When I declare a Constant varDllPath and try to use that in the Public Declare statement... I get an error... "expected string constant".
Is there a way to variabilize the path to the DLL referenced in the declaration to allow for setting that at run-time?
Thanks, Dale.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|