G
Guest
I am using the following code to declare a dll function
Declare Function GenDate from "mydll" () as long
This is working well with the dll stored on the window
system folder, however it does not work if the dll "mydll"
is stored at the working folder.
Is there any way to solve this problem (not adding
environment system variable)?
Thanks
Declare Function GenDate from "mydll" () as long
This is working well with the dll stored on the window
system folder, however it does not work if the dll "mydll"
is stored at the working folder.
Is there any way to solve this problem (not adding
environment system variable)?
Thanks