H
hafabee
I call several functions in an external dll file. I would like to avoid
placing the dll in the system32 folder. I tried regsvr32 but the dll
has no entry point define for this.
If I put this in my module it works fine: Public Declare Function
my_function Lib "c:\My App\my.dll"
My question is: Is there any way I can somehow use a variable for the
folder instead of hard-coding "c:\My App\"? Specifically, I have a
registry setting with the folder name that I want to use.
I cannot figure out how to do this.
Thanks.
Hafabee
placing the dll in the system32 folder. I tried regsvr32 but the dll
has no entry point define for this.
If I put this in my module it works fine: Public Declare Function
my_function Lib "c:\My App\my.dll"
My question is: Is there any way I can somehow use a variable for the
folder instead of hard-coding "c:\My App\"? Specifically, I have a
registry setting with the folder name that I want to use.
I cannot figure out how to do this.
Thanks.
Hafabee