1 (edited by Mikele 2007-01-26 16:39:07)

Topic: Compile error

Re: Compile error

greetings Mikele smile  what release have you downloaded?

Re: Compile error

Hi!
The latest release - 2007_01_23_irrlicht_mod.zip.
I play with samples now. All running without problems.
But I have that error with BUILD MODULES option.

Re: Compile error

oooops smile  thank you for catching that.  im uploading a new release now.  i missed some files when i updated my release image folder.

Re: Compile error

ok.  thanks again.  the new 2007/1/26 release is in the announcements forum.

Re: Compile error

Hmm...
Now compilation is ok but i have  Unhandled Memory Exeption with any sample :]
-----
Irrlicht Engine version 1.2
Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Using renderer: Direct3D 8.1
NVIDIA GeForce 6600  nv4_disp.dll 6.14.10.7772
Loaded mesh: ../media/faerie.md2
Loaded texture: ../media/faerie2.bmp
Unhandled Memory Exception Error
Process complete

Re: Compile error

hi smile  does it crash in DX9 and OGL too? did it fail before or after your recompile?  at what line is it failing?

thank you.

Re: Compile error

Greetings GMAN!
It does crash in DX8,9 and OpenGL always at line:
device.getCursorControl().setVisible(False)
But  if i comment that line all works fine. smile
Sorry for disturbing.

Re: Compile error