I am trying to use functions in a dll.
I declare them just as it states in microsoft documentation. The program compiles. but at runtime I get an error. #53 I believe file not found. I have tried locating the file in the same directory as my executable also in the Winnt\system32 directory also i have tried hard coding the path to the dll.
What am i doing wrong?????

the dll was i believe written in c and it is contains functions that can be used to control a special device.

[This message has been edited by berridge (edited 11-10-1999).]