What happens if you put assert( _CrtCheckMemory( ) ); right before the SetFVF() call?
You'll need to #include <crtdbg.h> and #include <assert.h> to get that to compile.
Show differencesHistory of post edits
#1Adam_42
Posted 30 April 2012 - 03:44 AM
What happens if you put assert( _CrtCheckMemory( ) ); right before the SetFVF() call?