| | 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...
|