Re: Linking against Wine under Linux

2004-02-20 Thread Enrico Weigelt
* Tim Teulings <[EMAIL PROTECTED]> [2004-02-20 07:26:04 +0100]: > >I guess you're talking about Oberon ? ;-) > > Yes, Oberona nd VisualOberon are the keywords. Hah, I knew there was something special about you :) (we've had a talk about VisualOberon and vmOberon quite a while ago) > We have a

Re: Linking against Wine under Linux

2004-02-20 Thread Tim Teulings
Hello! I'm writing on a software that supports different (GUI) drivers for different OSs. "Driver" refferes to my software (GUI library) having different plugins (by implementing a subclass of an abstract base class) for different OSs. I have an X11 plugin for doing X11 calls on X11, one I

Re: Linking against Wine under Linux

2004-02-19 Thread Enrico Weigelt
* Tim Teulings <[EMAIL PROTECTED]> [2004-02-18 22:31:26 +0100]: > I'm writing on a software that supports different (GUI) drivers for > different OSs. "Driver" refferes to my software (GUI library) having > different plugins (by implementing a subclass of an abstract base class) > for differen

Re: Linking against Wine under Linux

2004-02-19 Thread rael
Hallo! The problem has to do with the fact that a winelib application (i.e. - an application that uses the Win32 API using Wine, compiled natively) requires much more than the static libraries. It requires a different loader, supporting services (such as registry and wineserver), etc. This me

Re: Linking against Wine under Linux

2004-02-18 Thread Shachar Shemesh
Tim Teulings wrote: Hello! I'm writing on a software that supports different (GUI) drivers for different OSs. "Driver" refferes to my software (GUI library) having different plugins (by implementing a subclass of an abstract base class) for different OSs. I have an X11 plugin for doing X11 cal

Linking against Wine under Linux

2004-02-18 Thread Tim Teulings
Hello! I'm writing on a software that supports different (GUI) drivers for different OSs. "Driver" refferes to my software (GUI library) having different plugins (by implementing a subclass of an abstract base class) for different OSs. I have an X11 plugin for doing X11 calls on X11, one for M