DLL Call

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top