Hi, I'm getting an error when

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
alisgames
Posts: 2
Joined: Sat Feb 21, 2015 7:59 pm

Hi, I'm getting an error when

Post by alisgames »

Hi, everyone I'm getting an error when I try to compile in visual studio 2010 ultimate this is the message.

Code: Select all

Error   1   error LNK1104: cannot open file 'Irrlicht.lib'  C:\irrlicht-1.8.1\irrlicht-1.8.1\source\Irrlicht\LINK   Irrlicht
thanhle
Posts: 325
Joined: Wed Jun 12, 2013 8:09 am

Re: Hi, I'm getting an error when

Post by thanhle »

Have you correctly specified the path to the lib file?
Set additional library path.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Hi, I'm getting an error when

Post by CuteAlien »

What did you compile? You should start with examples/BuildAllExamples_vc10. Otherwise check if the lib file exist (in lib\Win64-visualStudio). If you do your own project then as thanhle said.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
alisgames
Posts: 2
Joined: Sat Feb 21, 2015 7:59 pm

Re: Hi, I'm getting an error when

Post by alisgames »

Hi, for some reason the lab file dose not exit, and I've been throw the tutorials and fallowed but I compiled the hello world and it works but when I change projects in vs 2010 to say Quake 3 map I get the same hello world example even when I swish projects. Did I do some thing wrong?
Granyte
Posts: 850
Joined: Tue Jan 25, 2011 11:07 pm
Contact:

Re: Hi, I'm getting an error when

Post by Granyte »

If i recal right visual studio solution are set to single start up solution by default so if you are using the run from within vs you will alway get the same project every time
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Hi, I'm getting an error when

Post by CuteAlien »

Right click project name inside VS and set to active.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply