From: Enrico Bartky
Hello, if I try to compile explorer the following error occurs:
explorer.cpp: In function `int wWinMain(HINSTANCE__*,
HINSTANCE__*, TCHAR*, int)':
explorer.cpp:714: error: call of overloaded `wcsstr(TCHAR*&,
const wchar_t[9])' is ambiguous
Is there a problem with my w32api version?
No, more likely with your gcc version. See
http://mok.lvcm.com/cgi-bin/reactos/roswiki?Gcc_341_Issues how to solve it.
Gé van Geldorp.