Re: [osg-users] Easiest way to bundle an OSG app

2010-03-02 Thread Tomlinson, Gordon
, 2010 8:58 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Easiest way to bundle an OSG app Tomlinson, Gordon wrote: One caveat not all the 3rdparty plugins and possible dependencies are LGPL and thus don't allow static linking Not sure about legal issues, but it seem to me that linking

Re: [osg-users] Easiest way to bundle an OSG app

2010-03-01 Thread Luigi Calori
Torben Dannhauer wrote: Hi, to deliver my software, I use MS Visual Studio setup projekt. I add my complete osg binary folder (of course only release build) to my project as well as my application binary to the project. The dependencies regarding the compiler etc. are solved by VS. If you

Re: [osg-users] Easiest way to bundle an OSG app

2010-03-01 Thread Martin Beckett
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

Re: [osg-users] Easiest way to bundle an OSG app

2010-03-01 Thread Tomlinson, Gordon
...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Martin Beckett Sent: Monday, March 01, 2010 12:29 PM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Easiest way to bundle an OSG app Not know how it goes with wxwidgets, if you can build it statically

Re: [osg-users] Easiest way to bundle an OSG app

2010-03-01 Thread Luigi Calori
...@lists.openscenegraph.org] On Behalf Of Martin Beckett Sent: Monday, March 01, 2010 12:29 PM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Easiest way to bundle an OSG app Not know how it goes with wxwidgets, if you can build it statically, then you do not need to include it. You can do

[osg-users] Easiest way to bundle an OSG app

2010-02-28 Thread Ted Morris
Hi, I have a question for all the MSVS programming experts using OSG. I want the most straight forward way of bundling the program so I can install it on student's laptops. harvesting appropriate DLLs, etc. I built the GUI side under wxWindows (thanks to others out there for their help and

Re: [osg-users] Easiest way to bundle an OSG app

2010-02-28 Thread Torben Dannhauer
Hi, to deliver my software, I use MS Visual Studio setup projekt. I add my complete osg binary folder (of course only release build) to my project as well as my application binary to the project. The dependencies regarding the compiler etc. are solved by VS. Why do I add my complete large