Finally I can download the archive but it don't work , whem I try to compile
show the error
Compiling: ..\sample.rc
C:\project\WXWIDG~1.8\samples\sample.rc:31:24: wx/msw/wx.rc: No such file or directory
windres.exe: preprocessing failed.
Process terminated with status 1 (0 minutes, 0 seconds)
2 errors, 0 warnings
I try a lot but I can't fixed it, then I create a empty project, add the archives minimal.cpp and sample.rc
copy the same options of a wxWidgets project created by the wizard, but without
the option '-include wx_pch.h', I use the build targets of wxminimal-cb.zip for
the gcc compiler and it works...