*Lib executables won't build due to linker errors

Issue #57 resolved
Former user created an issue

Building demo.exe or tests.exe for any of the *Lib targets, such as DebugSingleLib, compiles fine, but fails during linking. This happens with both Codeblocks/Mingw and with Visual Studio, using Windows 10. Changing back from the commit dated 2018-10-05, fixes the problem. Specifically, edit the file odeconfig.h and change line 49 from:

 #define ODE_API __declspec(dllimport)

back to the original:

#define ODE_DLL_API __declspec(dllimport)

Comments (2)

  1. Log in to comment