Hello ,
I am getting problem in compiling ATL project with Qt application.
I m getting below errors
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlbase.h(5086) : error C2664: 'ATL::CRegKey::QueryStringValue' : cannot convert parameter 2 from 'TCHAR [64]' to 'LPTSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlbase.h(5095) : error C2664: 'T2OLE_EX' : cannot convert parameter 1 from 'TCHAR [64]' to 'LPTSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlbase.h(5261) : error C2664: 'RegEnumKeyExW' : cannot convert parameter 3 from 'TCHAR [256]' to 'LPWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlbase.h(5261) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Could anyone please help me out.
Thanks in Advance
Srikant
Bookmarks