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?
Code: Select all
#include "newton.h"
...
..
..
int main()
{
NewtonWorld* nWorld=NewtonCreate();
}