inpout32.dll And VC++ 2008 Express! 5 Months, 3 Weeks ago
Karma: 0  
Hi there!
I am programming a software in VC++ 2008 and i call the dll with LoadLibrary() and GetProcAddress()!!!
When i compile the program in debug mode, everything works great! But when i change the mode from debug to release, the compiler stops and it gives me 2 errors:
error LNK2001: unresolved external symbol "short __stdcall Inp32(short)" (?Inp32@@$$FYGFF@Z) error LNK2001: unresolved external symbol "void __stdcall Out32(short,short)" (?Out32@@$$FYGXFF@Z)
What is going wrong with my program??? I am also loading the inpout32.lib library!