Hello,
In an attempt to get to a 64-bit Newton, with my latest Newton having been 2.34 for a long time, I've tried updating to the last v2 revision.
I've downloaded it from http://code.google.com/p/newton-dynamic ... r&can=2&q=
When trying to compile this version with VS2008SP1 (using Batch build to build all variants of debug/release/dll/win32/x64):
- the .rar contains prebuilt libs & dll's. I've tried this one: newton-dynamics-2.36\packages\Win32\releaseDll but the dll in there states it's 2.35. So this DLL does not match the source code that goes with it.
- When compiling with Batch Build, all the DLL versions (releaseDLL Win32 for example) give this error:
3>Linking...
3> Creating library Win32/newton/releaseDll/newton.lib and object Win32/newton/releaseDll/newton.exp
3>Newton.obj : error LNK2001: unresolved external symbol "public: class dgMeshEffect * __thiscall dgMeshEffect::CreateConvexApproximation(float,int)const " (?CreateConvexApproximation@dgMeshEffect@@QBEPAV1@MH@Z)
3>Win32/newton/releaseDll\newton.dll : fatal error LNK1120: 1 unresolved externals
3>newton - 2 error(s), 0 warning(s)
This function gets used in NewtonMeshApproximateConvexDecomposition() and I have no idea why the error disappears when compiling a library instead of a DLL. Any ideas?
I will try and get the release|x64 static library one working.
Thanks,
Ruud