[tuhopuu-devel] Solid + MSVC RTTI

Chris Want tuhopuu-devel@blender.org
Mon, 08 Mar 2004 20:54:45 -0700


I have tried building blender with RTTI
but I still get segfaults on solid based games.
Has anybody had luck with this?

Chris

P.S. Here's how you can enable RTTI for all
project files, the quick way:

find . -name '*.dsp' -exec perl -p -i -e 's:/GX:/GR /GX:' {} \;