Re: [Opensg-users] version information

2007-08-23 Thread Dirk Reiners
Hi All, Carsten Neumann wrote: > Hi Sajjadul, > > On Thu, 2007-08-23 at 15:03 +0200, Sajjadul Islam wrote: >> Hello, >> >> I would like to get the version information at runtime within the code >> snippet. >> >> In the design document it says that i can get that by GetMajorVersion

Re: [Opensg-users] version information

2007-08-23 Thread Carsten Neumann
Hi Sajjadul, On Thu, 2007-08-23 at 15:03 +0200, Sajjadul Islam wrote: > Hello, > > I would like to get the version information at runtime within the code > snippet. > > In the design document it says that i can get that by GetMajorVersion > () and GetMinorVersion() > > But when i write

Re: [Opensg-users] version information

2007-08-23 Thread Andreas Zieringer
Hi, following defines are defined in OSGConfig.h. Andreas #define OSG_VERSION_STRING "1.8.1Alpha" /*! The numeric full version, with two digits per major/minor/release, e.g. 010300 */ #define OSG_VERSION 0x010801 /*! The numeric major version number, e.g. 1 */ #def

[Opensg-users] version information

2007-08-23 Thread Sajjadul Islam
Hello, I would like to get the version information at runtime within the code snippet. In the design document it says that i can get that by GetMajorVersion() and GetMinorVersion() But when i write down as follows : cout << GetMajorVersion() << endl; i get the following error: firstOSG.cpp:

Re: [Opensg-users] Version 1.4 -> 1.6 problem

2005-11-02 Thread Andreas Zieringer
Hi Vince, what kind of geometry are you loading? Is it a vrml file? The deepCloneTree method doesn't like the custom attributes added by the vrml loader. For a workaround just use this line: NodePtr sceneClone = deepCloneTree(scene, "GenericAtt"); But this bug was already in OpenSG 1.4.0 ...

[Opensg-users] Version 1.4 -> 1.6 problem

2005-11-01 Thread Vince Jennings
Hello all, We have an application consisting of a terrain, buildings, and avatars, built on version 1.4 using .NET 2003. We are upgrading to version 1.6 and have the following problem: The application compiles ok including our own libraries for terrain and avatars. On loading, the applicatio

Re: [Opensg-users] Version

2005-06-06 Thread Andreas Zieringer
Hi Björn, it is actually a pre 1.6.0 version. But the final version will come quite soon. Andreas Hello, I'm using a CVS version as of May 30. Note: Compiled fine on Linux and Cygwin/VS7. The file VERSION says its 1.6, as does the generated documentation. But there is no message in the Anno

[Opensg-users] Version

2005-06-06 Thread Björn Harmen Gerth
Hello, I'm using a CVS version as of May 30. Note: Compiled fine on Linux and Cygwin/VS7. The file VERSION says its 1.6, as does the generated documentation. But there is no message in the Announce Mailing List. How come? Björn ___