Hi, On 28. Apr 2012, at 10:37, maxtangli [via Software] wrote:
> _ptr->ref() jump to "void ref() in class Referenced, referenced.h", but _ptr > is just a T*! how could this happen? 'T' needs to implement ref()/unref(). In Equalizer, this is done using the base class Referenced from which all shared objects inherit. The concrete 'T' has therefore always Referenced as a base class. HTH, Stefan. -- View this message in context: http://software.1713.n2.nabble.com/Problems-with-equalizer-under-VS2010-tp7432795p7512606.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

