AW: [mico-devel] Problems with callbacks

2007-12-12 Thread Rippich, Andrej
ch, Andrej Cc: mico-devel@mico.org Betreff: Re: [mico-devel] Problems with callbacks Hi, I've also seen "interesting" issues with VC++8 SP1. General advice is play with C++ compiler options (especially with optimizations), try to debug the issue more and also keep us posted abou

Re: [mico-devel] Problems with callbacks

2007-12-11 Thread Karel Gardas
Hi, I've also seen "interesting" issues with VC++8 SP1. General advice is play with C++ compiler options (especially with optimizations), try to debug the issue more and also keep us posted about your progress. Cheers, Karel -- Karel Gardas [EMAIL PROTECTED] ObjectSecurity Ltd.

[mico-devel] Problems with callbacks again

2007-12-06 Thread Rippich, Andrej
Hi again, I have another question regarding my former question. I have checked the demo "mt" and found that the client side orb->run() is called inside it's own thread. The client I have to port calls orb->run() directly on the main thread instead. Could this cause the call-back to hang (

[mico-devel] Problems with callbacks

2007-12-06 Thread Rippich, Andrej
Hi all I have ported a C++ Application using MICO 2.3.12 from MS VC++ 7.1 to MS VC++ 8 using the vc8 build provided by Mustaca Sorin (http://www.mico.org/~msorin/mico-cl8-15.05.06.zip ). The server is a java server using Openorb 1.4.0.