Unknow error while using Newton with Ogre

konradb2

12-04-2006 16:48:58

I have written simple Ogre + Newton program.
Compilation is OK but When i run it.
It return unknown error from Ogre.

I only add to Minimal Aplication :
NewtonWorld* mWorld = NewtonCreate(NULL,NULL);

Ogre log :

....
17:13:58: Win32Input8: Keyboard input established.
17:13:58: Win32Input8: Initializing mouse input in immediate mode.
17:13:58: Win32Input8: Mouse input in immediate mode initialized.
17:13:58: Win32Input8: DirectInput OK.
17:14:14: Termination handler: uncaught exception!
17:14:14: *-*-* OGRE Shutdown

konradb2

13-04-2006 08:25:50

I use Code::Block and GCC .
I think it can be problem with memory alocation.
I try to debuge it and error come when createSceneManager(ST_GENERIC) executing.