Hi everyone,
I use Code::Blocks with the MinGW-compiler and wxWidgets-2.6.4 to create GUIs.
When I want to compile something, I always get the error: undefined reference to `_WinMain@16'
I know it's so, because the compiler search a winmain-function, which doesn't exists.
How can I change it, that my programm works?
Greetz Metalhamster