|
From: <cmg...@we...> - 2006-02-22 17:37:11
|
gerrit voss wrote:
[...]
> hmm facinating, could you update your OpenSG (the problems you had
> should be fixed) so that I'm looking into the same version as you.=20
Hi Gerrit,
I've updated to the latest version of the gv branch. The problem still
persists.
Btw, the MS VC compiler spits out a few warnings related to integral
properties:
OSGTypedGeoIntegralProperty.h(162) : warning C4244: '=' : conversion from 'const osg::GeoIntegralProperty::MaxTypeT' to 'std::allocator<_Ty>::value_type', possible loss of data
with
[
_Ty=osg::UInt8
]
OSGTypedGeoIntegralProperty.h(159) : while compiling class-template member function 'void osg::TypedGeoIntegralProperty<GeoPropertyDesc>::setValue(const osg::GeoIntegralProperty::MaxTypeT &,const osg::UInt32)'
with
[
GeoPropertyDesc=osg::GeoUInt8PropertyDesc
]
OSGTypedGeoIntegralProperty.h(336) : see reference to class template instantiation 'osg::TypedGeoIntegralProperty<GeoPropertyDesc>' being compiled
with
[
GeoPropertyDesc=osg::GeoUInt8PropertyDesc
]
The same messages show up for GeoPropertyDesc=osg::GeoUInt16PropertyDesc and
GeoPropertyDesc=osg::GeoUInt32PropertyDesc.
And here are preprocessor definitions, maybe I forgot an important definition. :)
WIN32
_WINDOWS
WINVER=0x0400
_WIN32_WINDOWS=0x0410
_WIN32_WINNT=0x0400
_DEBUG
_OSG_HAVE_CONFIGURED_H_
OSG_BUILD_DLL
OSG_DEBUG
OSG_WITH_GLUT
OSG_WITH_GIF
OSG_WITH_PNG
OSG_WITH_TIF
OSG_WITH_JPG
OSG_DISABLE_DEPRECATED
WIN32_LEAN_AND_MEAN
Bests,
Moritz
______________________________________________________________________
XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!
Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130
|