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.