so you made a big static sphere, and collide with anoteh spheres
Yes.
I see in your sandbox problem is fixed... strange it's not for me.
(i use following peprocessor defines for newton:
PTW32_STATIC_LIB
DG_USE_NORMAL_PRIORITY_THREAD
_NEWTON_USE_LIB
_NEWTON_STATIC_LIB)
The Serialization would be ok and less work.
But i can make the exe too.
I code all my programs in one messy exe, so I need to get rid of a lot contet files that my app loads without filechecks,
but most stuff should be easy to disable with changing some peprocessor defines.
I'll need half an hour and hope you get a non-crashing app.
What do you want?
EDIT: removed unnec. stuff, but now i get linker errors...

I want to build newton debugDll:
1>------ Build started: Project: newton, Configuration: debugDll Win32 ------
1>Linking...
1> Creating library Win32/newton/debugDll/newton_d.lib and object Win32/newton/debugDll/newton_d.exp
1>Newton.obj : error LNK2019: unresolved external symbol "int __cdecl dgGetMemoryUsed(void)" (?dgGetMemoryUsed@@YAHXZ) referenced in function _NewtonGetMemoryUsed
1>Newton.obj : error LNK2019: unresolved external symbol "void __cdecl dgSetGlobalAllocators(void * (__cdecl*)(unsigned int),void (__cdecl*)(void * const,unsigned int))" (?dgSetGlobalAllocators@@YAXP6APAXI@ZP6AXQAXI@Z@Z) referenced in function _NewtonSetMemorySystem
1>Newton.obj : error LNK2019: unresolved external symbol "public: __thiscall dgMemoryAllocator::dgMemoryAllocator(void)" (??0dgMemoryAllocator@@QAE@XZ) referenced in function _NewtonCreate
1>Newton.obj : error LNK2019: unresolved external symbol "public: static void * __cdecl dgMemoryAllocator::operator new(unsigned int)" (??2dgMemoryAllocator@@SAPAXI@Z) referenced in function _NewtonCreate
i don't get dll, bit lib is there, i can build, but not run.
With a little luck you can, i send you pm with link...