which version wxwidgets
Aggro
spammerdream at yahoo.com
Sun Oct 8 13:54:47 PDT 2006
pibru at tin.it wrote:
> Hi, I have to begin a new work and I'd like to use wxwidget and
> visualwx again. I have seen that now there is version 2.7 ....
> the project is a little interface for administering a system via tcp.
> Do you suggest to use 2.6 version or 2.7 ? Are they very different ?
2.6 is the stable version and 2.7 is unstable development version, which
will propably some day be 2.8.
2.6 and 2.7 have little differences, so a program that compiles on 2.6,
doesn't necesserely compile with 2.7, but last time I tested with my own
program, it didn't need that many changes to compile.
I would suggest that you use 2.6 and perhaps at some point test with 2.7
to see what errors you get and can you fix them so that the program will
compile with both. If it doesn't, stick with 2.6 untill 2.8 is released
and then you can update the code to work with 2.8 and leave 2.6 behind.
You could use 2.7 also, but since it is unstable version, it could cause
you more problems during the development of your own program as it might
be hard for you to tell is there a problem with your program or with
wxWidgets when something is not working.
More information about the wx-users
mailing list