--- Stephan Bergmann <[EMAIL PROTECTED]> wrote:
>
> What version of OOo and the SDK are you using? In
> sufficiently recent
> 1.9.x builds, OOo should be compiled without
> -fno-rtti, so your code
> should work there. (I'm not sure about the SDK, but
> if it still uses
> -fno-rtti while OOo does not, that would be a bug.)
I've solved my problem. Actually the class derivating
from cppu::WeakImplHelper really needs the -fno-rtti
option. As this class doesn't include external code, I
only have to compile it with -fno-rtti.
For the others classes, which include external code
and use my Events class, I can compile it without
-fno-rtti.
So I'm lucky, and not blocked anymore. It works with
the SDK distributed on the official download page and
with OOo 1.1.3.
My error was due to the fact I compiled all my files
with the same compilers options.
--
Phoenix
__________________________________________________________________
D�couvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]