Collision Shape memory error

spy32
Posts: 19
Joined: Fri Aug 01, 2008 1:12 pm

Re: Collision Shape memory error

Post by spy32 »

I still got this problem and I am not using bullet into a DLL. What I've to add is that the problem still occurrs after a reinstallation of my OS, etc. Little question: Is VS2008 not supported or why are there no VS2008 project files?

EDIT: I've managed to fix it. I've just added the same preprocessor definitions to my project as the ones which can be found in the demos.
_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32
Works like a charm. :) I don't know why that helped but I guess that it has something to do with memory allocation/alignment.