Hi,
i have the solution now. I call in the deconstructor in my main application
the exitClient() Method and it works.
But i have another problem, dont know if should open i new thread....
when i want to create an server object:
co::base::RefPtr<eq::Server> server = new eq::Server();
i get also an error in the class _Sentry_base (ostream)
...->>
{// lock the stream buffer, if there
if (_Myostr.rdbuf() != 0)
_Myostr.rdbuf()->_Lock();
}
dont know whats wrong. My approach is:
1.) I start the eqServer.exe as an QProcess through my mainapplication
2.) When the QProcess is complete started i create an RefPtr to an
Server-Object (line above)
3.) With that Pointer i want to connect the previously started eqServer
Bye
--
View this message in context:
http://software.1713.n2.nabble.com/inherit-from-eq-Client-comes-to-heap-error-tp7583421p7583732.html