From koffice Sat Jun 26 12:30:38 1999 From: Simon Hausmann Date: Sat, 26 Jun 1999 12:30:38 +0000 To: koffice Subject: bug in kscript? X-MARC-Message: https://marc.info/?l=koffice&m=93050712332381 Hi, While playing around with the CORBA support in KScript noticed a bug: When a CORBA method returns an object reference, the >>= operator with CORBA::Any::to_object in ksUnpack fails. So for example ---- snip ---- import KDED; main { kded = KDED.InitialReferences( ior_of_kded_returned_by_a_builtin_func ); naming = kded.knamingService(); } ---- snip ---- fails in ksUnpack() in the extraction of the object reference, which KDED::InitialReferences::knamingService() returns. Bug in KScript or MICO? Ciao, Simon P.S.: Nevertheless KScript is really great! It's so easy but still so powerful/flexible :-) , I really like it. -- Simon Hausmann http://www.kde.org/