Re: Spawning new proc and obtaining BonoboObject * in (*BonoboFactoryCallback)

Barry Smith <[email protected]> Mon, 15 Sep 2003 14:30:20 -0500
Newsgroups gmane.comp.gnome.components
Message-ID <[email protected]>
Greetings and thank you for all the beautiful code,

Please disregard, I have found the solution.

I was trying to instantiate an object within (BonoboFactoryCallback*)(). 
 My object is multi-threaded, and wasn't functioning having been so 
instantiated.  The function in my code that I pass with 
bonobo_generic_factory_new(), evidently belongs to another process, 
bonobo-activation-daemon, and within that process threads I create in 
another process are invalid, or threads aren't initialized there.

Thank you Mr. Carniero for your help, and for your mercy and 
understanding with regards to my method of self-torture. :)