Library not found
Posted: Sat Mar 05, 2016 6:21 pm
Hey,
I'm new to C++ and I try to compile simple code with a library .lib.
Building the code gives no errors, but debugging gives error 0xc000135.
I added the directory where the .lib is located in Libraries Search Path and added the filename (without the extension) in Libraries (in linker tab, project settings).
When I open the .exe file in the debug folder, I get the error that .dll is not found (however I'm using .lib).
Someone can point me the problem?
Thank you.
I'm new to C++ and I try to compile simple code with a library .lib.
Building the code gives no errors, but debugging gives error 0xc000135.
I added the directory where the .lib is located in Libraries Search Path and added the filename (without the extension) in Libraries (in linker tab, project settings).
When I open the .exe file in the debug folder, I get the error that .dll is not found (however I'm using .lib).
Someone can point me the problem?
Thank you.