Andy wrote > > Hey guys, > > 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." > > The final error happens in ostream.h at _SentryBase: > * > if (_Myostr.rdbuf() != 0) > _Myostr.rdbuf()->_Lock(); //<-- here > } > * > > It must have something to do with co::base::RefPtr. > Is there any special compiler setting I have to make??? > > p.s.: I created the VS project by myself but not with CMake. >
I suffer the same problem with provided binarys. After compling source code by myself, equalizer now runs well. Thanks for stefan's suggestion. -- View this message in context: http://software.1713.n2.nabble.com/Problems-with-equalizer-under-VS2010-tp7432795p7580200.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

