Title: Side by side configuration is Incorrect Post by: dczanik on July 29, 2011, 09:14:17 pm Has anybody gotten a message saying "The side by side configuration is incorrect" when executing uqmdebug.exe? It runs fine on my system but not on my friend's PC. I figure it's something I'm doing wrong when compiling.
Title: Re: Side by side configuration is Incorrect Post by: Quinarbre on July 30, 2011, 03:14:23 pm Which version of msvc are you using ?
An alternative solution that will make the .exe bigger : Project Properties -> C/C++ -> Code Generation -> Runtime Library -> use/MT or /MTd depending on your current configuration. Title: Re: Side by side configuration is Incorrect Post by: dczanik on July 30, 2011, 03:56:38 pm I'm using MS Visual Studio 2005 Version 8.0.50727.867
I tried that. :-\ Using /MTd or /MT It won't compile for me. I get a couple error messages: SDLmain.lib(SDL_win32_main.obj) : error LNK2019: unresolved external symbol __imp__setbuf referenced in function _redirect_output ../../uqmdebug.exe : fatal error LNK1120: 1 unresolved externals |