Ok I have a folder at the path c:\folder and inside there i have folder\include and folder\lib. I added c:\folder\lib to the vc++ library references, and the c:\folder\include to the include references. Then in the c++ additional includes I have c:\folder\includes. In linker general additional library directories I have c:\folder\lib. input additional dependencies I have say file1.dll file2.dll file3.dll just like that. Finally I #include the 3 .h files for those.
When I compile it everything is ok, but when it runs it says dll not found. Any clue why
Linker compiler errors with .dlls suck.
Any good tutorials for setting up .dll in .net