o.k. so i tried that approach:
eq::NodeFactory nodeFactory;
if( !eq::init( qApp->argc(), qApp->argv(), &nodeFactory ))
{
ui.logTextEdit->insertHtml("<p>*<u>Equalizer init
failed</u>*<br></p>");
return EXIT_FAILURE;
}
co::base::RefPtr< OAE > client = this;
if( !client->initLocal( qApp->argc(), qApp->argv() ))
{
ui.logTextEdit->insertHtml("<p>*<u>Can't init client</u>*<br></p>");
eq::exit();
return EXIT_FAILURE;
}
......i get also a error when i want to create a pointer to my
mainapplication instance through ->> "co::base::RefPtr< OAE > client = this"
...its the same error like the one i wrote in the previous post...something
in the ostream "class _Sentry_base"....i dont know, whats wrong.
Bye, User_FR
--
View this message in context:
http://software.1713.n2.nabble.com/inherit-from-eq-Client-comes-to-heap-error-tp7583421p7583838.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