Newton with Dev-Cpp

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
android_808
Posts: 13
Joined: Mon Feb 28, 2005 4:12 pm

Newton with Dev-Cpp

Post by android_808 »

I was wondering if someone could shed some light on an issue I have trying to set up Newton under Dev-Cpp.

I have installed the latest (1.31) Newton SDK to C:\dev-cpp\tools\NewtonSDK.
I have added the path to the DLL version of the lib to the project manager.
I am unsure however how to set up the include path. NewtonSDK\SDK contains just one header file, Newton.h, which is what my project is looking for. However on compiling, it states that the file is not found.

Anyone know a way to fix this?

PS: I have no Newton stuff in the project, I just wanted to get it configured so I can start adding it.
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

When I run into that problem, I just copy the .h file into my project folder.
That usually (not always) clears it up.
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Post Reply