Cant load Irrlicht.lib

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
rosdahale
Posts: 2
Joined: Sat Oct 01, 2005 4:17 pm

Cant load Irrlicht.lib

Post by rosdahale »

I have just started looking at IrrLicht and for some reason when trying out the example "Hello World" program, it says the application has failed to launch becuase Irrlicht.lib can not be found. I have checked by libary paths, include paths ect..and they are all pointing in the correct directory. I have also tried it with #pragma comment(lib, "Irrlicht.lib") instead but with no luck. Any ideas ? It compiles with no errors apart from this when you try and run it

I am using VC++6.0
Justin Savidge
Posts: 5
Joined: Mon Sep 19, 2005 11:16 am

Post by Justin Savidge »

Any chance that Irrlicht.Lib has been deleted from the directory?

Ockham's Razor, people!
The simplest explanation is most-likely the correct one.

Try getting Irrlicht.Lib into C:\Windows\System32 and see if that works.
*twisted* Help the police, beat yourself up *twisted*
rosdahale
Posts: 2
Joined: Sat Oct 01, 2005 4:17 pm

Post by rosdahale »

Yes its there, and putting it in system32 did not solve the problem either
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

Put the irrlicht.dll in the same folder as the exe.
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Post Reply