Re: [osg-users] generation of file .exe

2008-02-07 Thread Thrall, Bryan
[EMAIL PROTECTED] wrote on Wednesday, February 06, 2008 10:08 PM: Hello - OSG can be built statically and so can be run as a single file, without dependence on other .dll files i didnt realise this could be done, any info on how to do it in vs 2008 c++ ?? You can build OSG static

[osg-users] generation of file .exe

2008-02-06 Thread aurora restivo
Hi! how can I produce a file .exe, that can also be performed on a computer on which osg is not installed? is this possible? Aurora Restivo ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] generation of file .exe

2008-02-06 Thread Jean-Sébastien Guay
Hello Aurora, how can I produce a file .exe, that can also be performed on a computer on which osg is not installed? is this possible? Yes it is possible, it's just a matter of including the right DLLs with your executable. The Dependency Walker tool (http://www.dependencywalker.com/) can

Re: [osg-users] generation of file .exe

2008-02-06 Thread Mike Weiblen
-Original Message- From: [EMAIL PROTECTED] [mailto:osg-users- [EMAIL PROTECTED] On Behalf Of aurora restivo Sent: Wednesday, February 06, 2008 8:54 AM To: OpenSceneGraph Users Subject: [osg-users] generation of file .exe Hi! how can I produce a file .exe, that can also

Re: [osg-users] generation of file .exe

2008-02-06 Thread peter
Hello - OSG can be built statically and so can be run as a single file, without dependence on other .dll files i didnt realise this could be done, any info on how to do it in vs 2008 c++ ?? for example can you still do it if your proggram development is done being linked to the precompiled