Visual Studio 2012 Express: Linking dlls to the project.
Mar 19, 2013 at 11:53pm UTC
1 2 3
#ifdef _MSC_VER
#pragma comment(lib, "Irrlicht.lib")
#endif
Is this the wrong way to link it? It's in the Assets folder and in the Debug folder. It always says that it can't find the file. Did I put it in the wrong place?
Mar 20, 2013 at 1:12am UTC
It's ok to specify a library that way.
You need to set the library path in the project settings.
Mar 20, 2013 at 1:36am UTC
Where in the project settings?
Mar 20, 2013 at 8:16am UTC
It's the same as Visual Studio 2010.
1. Solution Expolorer -> Properties
2. Configuration Properties -> VC++ Directories
3. Library Directories
Topic archived. No new replies allowed.