ODE and Devc++

Started by
0 comments, last by FlyingDemon 19 years, 2 months ago
Has anyone succesfuly used ODE (Open Dynamics Engine) with Devc++? I tried using the cygwin binaries, because the msvc ones dont have the *.a library files, but it says that I am missing some header files when I compile a project with it. Errors: /Dev-Cpp/include/ode/config.h D:\Dev-Cpp\projects\IO-Siege\D alloca.h: No such file or directory. and /Dev-Cpp/include/ode/config.h D:\Dev-Cpp\projects\IO-Siege\D ieeefp.h: No such file or directory. I have checked, and i dont have those header files, anywere.
Advertisement
Ok. I fixed my problem. I downloaded the MSVC version of the ODE binaries.

Since when did Dev-cpp use *.lib files, i allways rememberd that I had to convert them. Weird.

This topic is closed to new replies.

Advertisement