| | Compiling...
StdAfx.cpp
WINVER not defined. Defaulting to 0x0600 (Windows Vista)
Compiling...
WorkerThread.cpp
WildCard.cpp
UniqueStringList.cpp
SystemInfo.cpp
.\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'
.\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'
.\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'
.\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'
SingleInstanceWinApp.cpp
PathTool.cpp
MRUStringList.cpp
MRUCombo.cpp
MFCExt.cpp
IniFile.cpp
.\IniFile.cpp(83) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'unsigned int', possible loss of data
.\IniFile.cpp(84) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'DWORD', possible loss of data
.\IniFile.cpp(86) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'int', possible loss of data
.\IniFile.cpp(89) : warning C4244: 'argument' : conversion from 'ULONGLONG' to 'int', possible loss of data
.\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
.\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
.\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
FormatEdit.cpp
FolderSelect.cpp
FileVersionInfo.cpp
FileDialogEx.cpp
ExtAfx.cpp
ComboColorPicker.cpp
CollectionException.cpp
|