hi, i'm new to wxwindows and the first prograzm i try, i get this linker error: i'm using vc 6and wxwindows 2.4.2 --------------------Configuration: ex1 - Win32 Debug-------------------- Compiling... ex1.cpp Linking... MSVCRTD.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main Debug/ex1.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe.
Especially this line: Each wxWindow application needs an object derived from wxApp. Each application overrides the OnInit() method for initializing the application. You can, for example, create your main window here.