help
-
Guest
the irrlicht.dll must be in: X:/programs/Dev-C++/bin
if you want to run the application right out of the IDE
ps: if you use windows and you are no microsoft hater, you could use the free MVSC++ 2005 Express IDE too
its free and even for commercial use. if you have further questions, feel free to ask
if you want to run the application right out of the IDE
ps: if you use windows and you are no microsoft hater, you could use the free MVSC++ 2005 Express IDE too
Re: help
You are putting the dll in the same folder as your exe?paranoya wrote:so I compile the program with no errors then when I run and it says that there is no dynamic connection libary but irrlich.dll is in the same folder with it Im using dev-cpp
That should work, as long as you have linked to the lib and include folders.
If you aren't sure, follow the link in my signature. it will take you to a tutorial for setting up Dev-Cpp with Irrlicht.
btw, I never put the irrlicht.dll in my dev folder. It goes with 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
Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
-
Guest