Stefan Eilemann wrote
> 
> On 3. Apr 2012, at 15:04, Andy [via Software] wrote:
> 
>> I'm currently trying to compile the eqHello example in VS2010. 
>> Everything is compiling fine. But if i start the .exe file, it crashes
>> with "Unhandled exception at 0x01033ec7 in eqTest.exe: 0xC0000005: Access
>> Violation at position 0xabababab." 
> 

hi Stefan,
the same problem occurs with CMAKE/VS2008/VS2010 and im debugging it.
it confused me in refPtr.h , 
class RefPtr
{
        T* _ptr;
        void _ref()   { if(_ptr) _ptr->ref( CO_REFERENCED_PARAM ); }<--here
}

_ptr->ref() jump to  "void ref() in class Referenced, referenced.h", but
_ptr is just a T*! how could this happen?

best,
maxtangli.

--
View this message in context: 
http://software.1713.n2.nabble.com/Problems-with-equalizer-under-VS2010-tp7432795p7508368.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

Reply via email to