when building with visual studio 2013, text-freetype2 project gives: "warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library"
when running with Visual studio debugger, this exception appears : "Unhandled exception at 0x59286687 (obs.dll) in obs32.exe: 0xC0000005: Access violation reading location 0x00000024."
when running obs32.exe from rundir/debug/bin/32bit, it's crashing.
If I build the text-freetype2 setting Runtime library Multi-threaded (/MT), or add /NODEFAULTLIB:LIBCMT to the Linker command line, then no warning is shown, but still obs32.exe crashes. here is the crash log.
when running with Visual studio debugger, this exception appears : "Unhandled exception at 0x59286687 (obs.dll) in obs32.exe: 0xC0000005: Access violation reading location 0x00000024."
when running obs32.exe from rundir/debug/bin/32bit, it's crashing.
If I build the text-freetype2 setting Runtime library Multi-threaded (/MT), or add /NODEFAULTLIB:LIBCMT to the Linker command line, then no warning is shown, but still obs32.exe crashes. here is the crash log.
Last edited: