curpin
unread,Oct 25, 2011, 6:06:38 AM10/25/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I am new to using threads, so please bear with me.
I am trying to call a shared object and I am passing an interface
object. As far as I understood, the Interface Object should be
initialised and referenced to by the calling object (main thread).
If I pass the Interface Object by value, I don't get what I am looking
for, if I pass it by reference to the SharedObject, I get an error
that I cannot do that.
Your help will be appreciated.