> Not know how it goes with wxwidgets, if you can build it statically, 
> then you do not need to include it.

You can do either, it's LGPL + static allowed.
If you use dll's you have the option of only shipping the parts you use - so 
leaving out say database or webbrowser components.

The other advantage of using dynmaic libs is you can update your app more 
easily - you only have to send a new, relatively small,  .exe

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=25015#25015





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to