Install problem?

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
Brekx
Posts: 1
Joined: Thu Mar 09, 2017 11:27 pm

Install problem?

Post by Brekx »

Hi,
Last time I want to start programming in 3d graphic, but I stopped on instalation step. Code blocks doesn't display any error after compiling, but when I run. It abort with 4256912 as result. I work on win 7-64 bit and use code blocks 16.01 for win 32-bit. Irrlich 1.8.1 version(win 32 gcc)

Please help...
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Install problem?

Post by CuteAlien »

What did you compile? Often it's when gcc versions are mixed. To ensure everything is rebuild you can open the BuildAllExamples.workspace in examples folder. Select target "windows". Then do a "clean workspace" and "rebuild workspace".
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