Someone complain that, when using SDL and Qt in the same project under Windows, the linker will generate link error.
SDLmain.lib(SDL_win32_main.obj):-1: error: LNK2005: _WinMain@16 already defined in qtmaind.lib(qtmain_win.obj)
What happened behined this?
1 2 3 4 5 6 |
|