Mikael De Bie a écrit :
> I've inspected the helloworld object by using this macro :
> 
> Sub TestHelloworld
>       helloworld = createUnoService("org.openoffice.helloworld.Helloworld")
>       oInspector = createUnoService("org.openoffice.InstanceInspector")
>       oInspector.inspect(helloworld, "helloworldInspect")
>     helloworld.sayHello() 
> End Sub
> 
> I can see the method "string sayHello() =" in the list of methods.

Have you extended WeakBase in your implementation ? if so there should
be no problem. Could you check if you have the method when using
helloworld.dbg_methods() in Basic ?

Cedric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to