Hi ~
I'm statically loading a DLL. This is my first time loading a DLL. I have loaded the Import Library successfully by going to Project -> Build options -> Linker -> Link Libraries -> Add. is this correct/ Anyway, it seems to compile. The probel is when using a function in a DLL. It says the undeclared function stuff. i am including the DLL in the same directory. What am I doing wrong? Is it obvious?