Re: Aw: Re: Syntax error in XComponent.idl ?

2016-09-23 Thread Stephan Bergmann
On 09/22/2016 06:36 PM, apta...@gmx.de wrote: you are right, that I am using the SDK in order to generate typelib code. For a couple of reasons we have written our own IDL-interpreter which fails so far because of the publication of a 2nd set of different methods for the XEventListener interface

Aw: Re: Syntax error in XComponent.idl ?

2016-09-23 Thread aptares
Hi Michael,   you are right, that I am using the SDK in order to generate typelib code. For a couple of reasons we have written our own IDL-interpreter which fails so far because of the publication of a 2nd set of different  methods for the XEventListener interface within the file XEventListener

Re: Syntax error in XComponent.idl ?

2016-09-22 Thread Michael Stahl
On 17.09.2016 23:34, Markus Mohrhard wrote: > Hey, > > On Fri, Sep 16, 2016 at 10:55 PM, > wrote: > > The current source code in XComponent.idl looks like: > > #ifndef __com_sun_star_lang_XComponent_idl__ > 20 #define __com_sun_star_lang_XComponent_idl__

Re: Syntax error in XComponent.idl ?

2016-09-17 Thread Markus Mohrhard
Hey, On Fri, Sep 16, 2016 at 10:55 PM, wrote: > The current source code in XComponent.idl looks like: > > #ifndef __com_sun_star_lang_XComponent_idl__ > 20 #define __com_sun_star_lang_XComponent_idl__ > 21 > 22 #include > 23 > 24 > 25 module com { module sun { module star { module lang { > 26 >