problem finding lib file
problem finding lib file
As i was trying out the very first tutorial it said i had to add the Irrlicht.lib file to the already existing libary list in visual studio. But after i had compiled(was OK) and built my project it returned an error saying the .lib file couldnt be found. I selected the 'irrlicht-1.4\lib\Win32-visualstudio' directorty. When i browse this map i do see the Irrlicht.lib file, but for some reason visual studio cant find it. It didn't say anything about the header file i added earlier, so i think this is kind of strange, i assume Visual has found it?.....Does anyone know what im doing wrong?
I usually use gcc, but if i remember well, you just have to include library on the cl command line.
Libraries which are not found don't return an error at the compilation stage. It's when linking than you get an error, if the library is not found by the linker.
Check these 2 things:
- Is "Irrlicht.lib" specified for linking ?
- Are you sure that "Irrlicht.lib" is in the path ?
Libraries which are not found don't return an error at the compilation stage. It's when linking than you get an error, if the library is not found by the linker.
Check these 2 things:
- Is "Irrlicht.lib" specified for linking ?
- Are you sure that "Irrlicht.lib" is in the path ?
-
- Posts: 362
- Joined: Sun Dec 16, 2007 9:25 pm
you have to copy Irrlicht.dll from your BIN folder where you installed irrlicht to where you have your debug and release .EXEs.
(That was a long sentence )
(That was a long sentence )
Post this userbar I made on other websites to show your support for Irrlicht!
http://img147.imageshack.us/img147/1261 ... wernq4.png
http://img147.imageshack.us/img147/1261 ... wernq4.png
-
- Posts: 362
- Joined: Sun Dec 16, 2007 9:25 pm
No problem
Post this userbar I made on other websites to show your support for Irrlicht!
http://img147.imageshack.us/img147/1261 ... wernq4.png
http://img147.imageshack.us/img147/1261 ... wernq4.png