Build Log
  

Build started: Project: FootPrint, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "e:\Programming Projects\FootPrint\FootPrint\Debug\RSP0000037084112.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MT /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W2 /c /ZI /TP ".\Process.cpp"

".\Main.cpp"

".\FileFinder.cpp"

".\Services.cpp"

".\RegistryFinder.cpp"
]
Creating command line "cl.exe @"e:\Programming Projects\FootPrint\FootPrint\Debug\RSP0000037084112.rsp" /nologo /errorReport:prompt"
Output Window
  
Compiling...
RegistryFinder.cpp
Services.cpp
FileFinder.cpp
e:\programming projects\footprint\footprint\filefinder.cpp(734) : error C2440: 'initializing' : cannot convert from 'const char [2]' to 'TCHAR [4]'
        There is no context in which this conversion is possible
e:\programming projects\footprint\footprint\filefinder.cpp(734) : error C2440: 'initializing' : cannot convert from 'const char [3]' to 'TCHAR [4]'
        There is no context in which this conversion is possible
e:\programming projects\footprint\footprint\filefinder.cpp(740) : error C2664: 'strlen' : cannot convert parameter 1 from 'TCHAR [261]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
e:\programming projects\footprint\footprint\filefinder.cpp(742) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'const char [4]' to 'LPCWSTR'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
e:\programming projects\footprint\footprint\filefinder.cpp(750) : error C2664: 'strcmp' : cannot convert parameter 1 from 'WCHAR [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
e:\programming projects\footprint\footprint\filefinder.cpp(750) : error C2664: 'strcmp' : cannot convert parameter 1 from 'WCHAR [260]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
e:\programming projects\footprint\footprint\filefinder.cpp(753) : error C2664: 'strlen' : cannot convert parameter 1 from 'TCHAR [261]' to 'const char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
e:\programming projects\footprint\footprint\filefinder.cpp(755) : error C2664: 'strcat' : cannot convert parameter 1 from 'TCHAR [261]' to 'char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
e:\programming projects\footprint\footprint\filefinder.cpp(757) : error C2664: 'strcat' : cannot convert parameter 1 from 'TCHAR [261]' to 'char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Main.cpp
Process.cpp
e:\programming projects\footprint\footprint\process.cpp(352) : error C2664: 'GetModuleBaseNameW' : cannot convert parameter 3 from 'char [260]' to 'LPWSTR'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
e:\programming projects\footprint\footprint\process.cpp(358) : error C2664: 'GetModuleFileNameExW' : cannot convert parameter 3 from 'char [260]' to 'LPWSTR'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Generating Code...
Results
  
Build log was saved at "file://e:\Programming Projects\FootPrint\FootPrint\Debug\BuildLog.htm"
FootPrint - 11 error(s), 0 warning(s)