Ok, I've installed WxWidgets 2.8 and Code::Blocks 10.05 with WxSmith plugin and have some problems with compiling programs or rather creating new projects.
1. I select new WxWidget project.
2. Select WxWidgets version 2.8
3. Select WxSmith gui builder and Application type: Dialog based
4. Select correct WxWidgets location
5. Select debug and release build, dll library version, no Miscellaneus options, no additional libraries.
6. Project gets created with example dialog and text "Welcome to WxWidgets", great.
7. Click "build" - FAIL -
Compiling: resource.rc
Linking executable: bin\Debug\ex_test.exe
(...)./libmingw32.a(main.o):main.c:(.text+0xd2): undefined reference to `WinMain@16'
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 2 seconds)
1 errors, 0 warnings
Not so strage because all source files are all empty (all created cpp and h files are empty). There is something wrong with wizard, or it's normal??