-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sat, 30 Mar 2002, Olaf Matthes wrote:
::outlet_*() works on Win but crashes on Linux.... (or at least displays a lot of ::'stack overflow' messages in the console window).
had the same problem with a corba plugin. increasing the stacksize in m_obj.c (around line 258) helped:
+#define STACKSIZE 50000000
lu