Build Log
  

Rebuild started: Project: MFCExt, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "D:\usr\src\texniccenter_trunk\Output\Intermediate\Win32\MFCExt\Debug\RSP00001281487740.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXEXT" /D "_BIND_TO_CURRENT_VCLIBS_VERSION" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /fp:fast /Zc:forScope- /Yc"stdafx.h" /Fp"D:\usr\src\texniccenter_trunk\\Output\Intermediate\Win32\MFCExt\Debug\mfcext.pch" /Fo"D:\usr\src\texniccenter_trunk\\Output\Intermediate\Win32\MFCExt\Debug\\" /Fd"D:\usr\src\texniccenter_trunk\\Output\Intermediate\Win32\MFCExt\Debug\vc90.pdb" /W3 /c /ZI /TP .\StdAfx.cpp
]
Creating command line "cl.exe @D:\usr\src\texniccenter_trunk\Output\Intermediate\Win32\MFCExt\Debug\RSP00001281487740.rsp /nologo /errorReport:prompt"
Creating temporary file "D:\usr\src\texniccenter_trunk\Output\Intermediate\Win32\MFCExt\Debug\RSP00001381487740.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXEXT" /D "_BIND_TO_CURRENT_VCLIBS_VERSION" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /fp:fast /Zc:forScope- /Yu"stdafx.h" /Fp"D:\usr\src\texniccenter_trunk\\Output\Intermediate\Win32\MFCExt\Debug\mfcext.pch" /Fo"D:\usr\src\texniccenter_trunk\\Output\Intermediate\Win32\MFCExt\Debug\\" /Fd"D:\usr\src\texniccenter_trunk\\Output\Intermediate\Win32\MFCExt\Debug\vc90.pdb" /W3 /c /ZI /TP .\WorkerThread.cpp

.\WildCard.cpp

.\UniqueStringList.cpp

.\SystemInfo.cpp

.\SingleInstanceWinApp.cpp

.\PathTool.cpp

.\MRUStringList.cpp

.\MRUCombo.cpp

.\MFCExt.cpp

.\IniFile.cpp

.\FormatEdit.cpp

.\FolderSelect.cpp

.\FileVersionInfo.cpp

.\FileDialogEx.cpp

.\ExtAfx.cpp

.\ComboColorPicker.cpp

.\CollectionException.cpp
]
Creating command line "cl.exe @D:\usr\src\texniccenter_trunk\Output\Intermediate\Win32\MFCExt\Debug\RSP00001381487740.rsp /nologo /errorReport:prompt"
Output Window
  
Compiling...
StdAfx.cpp
 WINVER not defined. Defaulting to 0x0600 (Windows Vista)
Compiling...
CollectionException.cpp
ComboColorPicker.cpp
ExtAfx.cpp
FileDialogEx.cpp
FileVersionInfo.cpp
FolderSelect.cpp
FormatEdit.cpp
IniFile.cpp
d:\usr\src\texniccenter_trunk\mfcext\source\inifile.cpp(83) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'unsigned int', possible loss of data
d:\usr\src\texniccenter_trunk\mfcext\source\inifile.cpp(84) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'DWORD', possible loss of data
d:\usr\src\texniccenter_trunk\mfcext\source\inifile.cpp(86) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'int', possible loss of data
d:\usr\src\texniccenter_trunk\mfcext\source\inifile.cpp(89) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'int', possible loss of data
d:\usr\src\texniccenter_trunk\mfcext\source\inifile.cpp(91) : error C2664: 'std::basic_istringstream<_Elem,_Traits,_Alloc>::basic_istringstream(std::ios_base::openmode)' : cannot convert parameter 1 from 'wchar_t *' to 'std::ios_base::openmode'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Alloc=std::allocator
        ]
        There is no context in which this conversion is possible
d:\usr\src\texniccenter_trunk\mfcext\source\inifile.cpp(151) : error C2664: 'WideCharToMultiByte' : cannot convert parameter 3 from 'const char *' to 'LPCWSTR'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\usr\src\texniccenter_trunk\mfcext\source\inifile.cpp(154) : error C2664: 'WideCharToMultiByte' : cannot convert parameter 3 from 'const char *' to 'LPCWSTR'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
MFCExt.cpp
MRUCombo.cpp
MRUStringList.cpp
PathTool.cpp
SingleInstanceWinApp.cpp
SystemInfo.cpp
d:\usr\src\texniccenter_trunk\mfcext\source\systeminfo.cpp(225) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
d:\usr\src\texniccenter_trunk\mfcext\source\systeminfo.cpp(230) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
d:\usr\src\texniccenter_trunk\mfcext\source\systeminfo.cpp(239) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
d:\usr\src\texniccenter_trunk\mfcext\source\systeminfo.cpp(318) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
UniqueStringList.cpp
WildCard.cpp
WorkerThread.cpp
Generating Code...
Results
  
Build log was saved at "file://D:\usr\src\texniccenter_trunk\Output\Intermediate\Win32\MFCExt\Debug\BuildLog.htm"
MFCExt - 3 error(s), 8 warning(s)