Newton world break due to access violation

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
chaiein
Posts: 30
Joined: Wed Apr 11, 2012 6:51 am

Newton world break due to access violation

Post by chaiein »

Code: Select all

 
#include "newton.h"
...
..
..
int main()
{
NewtonWorld* nWorld=NewtonCreate();
}

When My execution point reaches this place it gives me warning as access violation and break there.
How to solve this problem?
CuteAlien
Admin
Posts: 10027
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Newton world break due to access violation

Post by CuteAlien »

You're in the wrong forum for Newton.
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