Search found 6 matches

by Brotkrumen
Mon Jun 18, 2012 7:55 pm
Forum: Beginners Help
Topic: Tutorial "Hello world!" crashes
Replies: 12
Views: 1446

Re: Tutorial "Hello world!" crashes

The irrlicht.dll is used at runtime, right? the pre-compiled hello world.exe works...

Thanks anyway. Its working on codeblocks so all is well.
I'll try to set it up on my xp machine again. Maybe I made a different mistake there...
by Brotkrumen
Mon Jun 18, 2012 7:15 pm
Forum: Beginners Help
Topic: Tutorial "Hello world!" crashes
Replies: 12
Views: 1446

Re: Tutorial "Hello world!" crashes

Thank's everyone for the suggestions. @zerochen There is one irrlicht.dll in the irrlicht\bin\win32-gcc folder. This is the one i am using. Should there be a 64bit version of that one around? I thought you only need a 64bit .dll if you use a 64bit compiler. Anyways, I tried the same setup on an 32-b...
by Brotkrumen
Sun Jun 17, 2012 2:12 pm
Forum: Beginners Help
Topic: Tutorial "Hello world!" crashes
Replies: 12
Views: 1446

Re: Tutorial "Hello world!" crashes

The code is:         IrrlichtDevice *device =                 createDevice( video::EDT_SOFTWARE, dimension2d<u32>(640, 480), 16,                         false, false, false, 0);           if (!device)                 return 1; So if the device was 0, it wouldn't pass this part, right? I tried exampl...
by Brotkrumen
Sun Jun 17, 2012 10:29 am
Forum: Beginners Help
Topic: Tutorial "Hello world!" crashes
Replies: 12
Views: 1446

Re: Tutorial "Hello world!" crashes

The debugger gets to: device->setWindowCaption(L"Hello World! - Irrlicht Engine Demo"); There, trying to step further won't work and all I can do is stop the program. Same program compiled in code::blocks runs fine. I guess I failed to set up eclipse correctly. Thanks for your help, btw.
by Brotkrumen
Sun Jun 17, 2012 9:21 am
Forum: Beginners Help
Topic: Tutorial "Hello world!" crashes
Replies: 12
Views: 1446

Re: Tutorial "Hello world!" crashes

All it gives me is the build version of irrlicht and my operating system. then it crashes. I reproduced it with the same configuration on my xp machine so it is not win7 specific. Guess the error is somewhere between keyboard and chair, so I'll just do what any decent human would do: Delete everythi...
by Brotkrumen
Sat Jun 16, 2012 9:00 pm
Forum: Beginners Help
Topic: Tutorial "Hello world!" crashes
Replies: 12
Views: 1446

Tutorial "Hello world!" crashes

Hey! I have tried to set up Irrlicht. I am on a Win7 x64 machine and am using eclipse indigo cdt + mingw. I tried following this set up tutorial: http://irrlicht.sourceforge.net/forum/viewtopic.php?t=25355 and then compile the hello world tutorial: http://irrlicht.sourceforge.net/docu/example001.htm...