Re: [osg-users] [forum] OSG initial setup

2011-02-02 Thread Neil Neilson
Hi, CMAKE_INSTALL_PREFIX my error, I used the line in CMake Where to build the binaries I changed it the next time, that part is OK. When I am able to add something useful I will get an account in the wiki. Having the Getting Started on the main page would help. To deploy an app can the

Re: [osg-users] [forum] OSG initial setup

2011-02-02 Thread Jean-Sébastien Guay
Hello Neil, CMAKE_INSTALL_PREFIX my error, I used the line in CMake Where to build the binaries I changed it the next time, that part is OK. Good. To deploy an app can the necessary .dlls, images, etc. be included in a .zip and in the same directory as the app .exe so a user does not have

Re: [osg-users] [forum] OSG initial setup

2011-02-02 Thread Neil Neilson
Hi, You have been a great help. That is what I meant for inclusion in a .zip. I did not disable the MFC in Cmake, next time I will. Some progress: With the VS compile of the SVN code I was able to get many of the examples to run with a modified runexamples.bat Got some help on the Upp forum:

Re: [osg-users] [forum] OSG initial setup

2011-02-01 Thread Jean-Sébastien Guay
Hello Neil, I did not get any errors with the Cmake GUI, it just put it under C:\Program Files so I just needed to move it to C:\OpenSceneGraph I understand you did not get any errors, but what did you set CMAKE_INSTALL_PREFIX to? Can you check again to be 100% sure? C:\Program

Re: [osg-users] [forum] OSG initial setup

2011-01-31 Thread Neil Neilson
Hi J-S I appreciate the help! I am using Eclipse. You mention MinGW-gcc440_1, is that what you're using? Yes, and the line above that I had: Eclipse Helios Service Release 1 Build id: 20100917-0705 I should have mentioned it's EclipseCDT for C/C++ rather than Eclipse with the C/C++ plugin. I

Re: [osg-users] [forum] OSG initial setup

2011-01-31 Thread Neil Neilson
Skylark wrote: with MinGW-gcc440_1 Probably not, it's probably a little-used compiler (I guess). On Windows the most used compiler is Visual C++ (8.0/2005 or 9.0/2008 at the moment). .. plus if you find you need to make changes to get things to compile for you, you will be able to

Re: [osg-users] [forum] OSG initial setup

2011-01-30 Thread Jean-Sébastien Guay
Hello Neil, I am new to OSG. I have spent a few hours looking at the code and reading posts in the forum. Using the Search function was unable to find the basic instructions to set this up with MS VC, EclipseCDT or Upp. A link to where this can be found would be appreciated. Have you gone

Re: [osg-users] [forum] OSG initial setup

2011-01-30 Thread Neil Neilson
Hi, Thanks for the response. I have spent a considerable amount of time on this. I went thru the steps for EclipseCDT in Win XP more than once several ways. /wiki/Support/PlatformSpecifics/MingwColladaEclipse which seems to be outdated. Eclipse Helios Service Release 1 Build id:

Re: [osg-users] [forum] OSG initial setup

2011-01-30 Thread Neil Neilson
Hi, When it gets to this step is where a problem is: In the Libraries (-l) window, click on the + icon for each library you need. For example, for the Basic Geometry tutorial (http://www.openscenegraph.org/projects/osg/wiki/Support/Tutorials/BasicGeometry), you'll need libosg and libosgViewer

Re: [osg-users] [forum] OSG initial setup

2011-01-30 Thread Jean-Sébastien Guay
Hi Neil, When it gets to this step is where a problem is: In the Libraries (-l) window, click on the + icon for each library you need. For example, for the Basic Geometry tutorial (http://www.openscenegraph.org/projects/osg/wiki/Support/Tutorials/BasicGeometry), you'll need libosg and