SW401 - Fall 2007

By default SDL’s Debug Configuration uses the non-debug Runtime Library (Multi-threaded DLL /MD). Most other libraries, however, use the Debug version of the Runtime Library for the Debug compilation of the library. Trouble will occur when you try to link two Debug libraries (such as SDL and GLEE) that used different Run-time libraries. ................
................