used irlicht whitch vc++ i'ts possible

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
laulau

used irlicht whitch vc++ i'ts possible

Post by laulau »

all it's in the subject thanks beacause whtith dev-c++ he don't work on my computer but i installe then on an other and its work. i don't understand the proble becom from dev-c++
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

unless you explain to us what happened, we cant help you figure out what was wrong
a screen cap is worth 0x100000 DWORDS
laulau

Post by laulau »

1- it's possible to install irrlicht whith visual c++ if yes how
2- with dev c++ irrlicht don't work and i know its all ready to use becau i installed irrlicht on an other computers and it's work in ompengl but not in directx. thanks
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

1) yes.

make sure you have downloaded IrrLicht (of course)

open an IrrLicht project. to compile it you need to make sure that you've included the "IrrLicht/include" directory for headers, the "IrrLicht/lib/VisualStudio" directory for libraries, and are using the .DLL found in "IrrLicht/bin/VisualStudio"

If you get a linker error saying missing symbol blah blah blah, you might try to 'add' the .lib file to your project (so its sitting in your project explorer with your .h and .cpp files)

2) irrlicht does work with devcpp

currently version 0.4.2 of irrlicht built for DevCpp does NOT include support for DirectX. there are some people on the forum who have made their own version of IrrLicht 0.4.2 that DOES work, but you'd have to get their version

*NOTE: to use IrrLicht with DevCpp, you need to use the library files found in IrrLicht/lib/DevCpp NOT the ones in IrrLicht/lib/MSVC
*NOTE: to run a program made with DevCpp, you need to be using the .DLL that was compiled for DevCpp (found in IrrLicht/bin/DevCpp) and NOT the one made for MSVC (found in IrrLicht/bin/VisualStudio)
a screen cap is worth 0x100000 DWORDS
Post Reply