OK, thanks...may I ask why you'd use MSVC over what comes bundled with Qt?
EDIT:
I spent most of yesterday trying to clean up this PC that I've been forced to work on. This AM I re-installed the MSVC and created a new build configuration for it. When I tried to build, I got the following error:
@06:39:48: Running build steps for project HittiteModem...
06:39:48: Configuration unchanged, skipping qmake step.
06:39:48: Starting: "C:\QtSDK\QtCreator\bin\jom.exe"
C:\QtSDK\QtCreator\bin\jom.exe -nologo -j 2 -f Makefile.Debug
cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -I"..\simulator" -I"..\simulator\headers" -I"." -I"c:\QtSDK\Desktop\Qt\4.8.0\msvc2010\mkspecs\win32-msvc2010" -Fodebug\ @C:\DOCUME~1\Putin\LOCALS~1\Temp\clock.obj.1364.109.jom
cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -I"..\simulator" -I"..\simulator\headers" -I"." -I"c:\QtSDK\Desktop\Qt\4.8.0\msvc2010\mkspecs\win32-msvc2010" -Fodebug\ @C:\DOCUME~1\Putin\LOCALS~1\Temp\demod.obj.1364.156.jom
jom 1.0.6 - empower your cores
'cl' is not recognized as an internal or external command,
operable program or batch file.
command failed with exit code 1
'cl' is not recognized as an internal or external command,
operable program or batch file.
command failed with exit code 1
command failed with exit code 2
06:39:49: The process "C:\QtSDK\QtCreator\bin\jom.exe" exited with code 2.
Error while building project HittiteModem (target: Desktop)
When executing build step 'Make'@
Can someone tell me what:
jom.exe is
this "cl" command is
Thanks.
EDIT II:
Traced this to a environment variable problem, and fixed.
I now am getting a jom.exe error 2 in my build...can someone shine some light on this? I can provide additional information if desired. Thanks.