Hi. There is a problem of my program and QT integration. Problem occurs when I'm trying to use OSG ModularEmitter for particle creation.
In process of compilation I get the following: ... /usr/local/include/ osgParticle/ModularEmitter:89: error: expected unqualified-id before ‘double’ ... ModularEmitter, line 89 : virtual void emit(double dt); I think the problem is in the name of method virtual void emit(double dt), because "emit" is a preprocessor word in QT, (like "slot", "signal", "emit"...) Any ideas how could I compile my project? ) -- Gammer Maxim TSOGU, Tyumen, Russia _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

