I transfer the project from visual studio to QT and when the project build - displayed errors. How to fix them without making significant changes in the code?.
cannot convert 'const wchar_t*' to 'TCHAR*'
cannot convert '_TCHAR*' to 'const wchar_t*'
cannot convert 'const wchar_t [15]' to 'TCHAR*'
cannot convert 'TCHAR*' to 'const wchar_t*'
...
Several dozen such errors.
PS It is strange that Google does not have any useful results on this issue.