Re: wine native linux executable /

2004-04-09 Thread Dimitrie O. Paun
On April 9, 2004 5:58 am, Arne Gellhaus wrote: > >Yes you can. This BW is a very good reason to have a Winelib application. > > Is there some documentation available? I tried to compile my application Yes, the Winelib User Guide, but unfortunately (large) parts of it are currently obsolete. > wit

Re: wine native linux executable /

2004-04-09 Thread Roderick Colenbrander
At the time those projects ripped small parts from wine to be able to load native dlls. Further there are also some other hacks to use wine as a shared libarary (mono stuff for example) and not too ago there was some other hack. All these patches are not meant for all types of useage. Useally

Re: wine native linux executable /

2004-04-09 Thread Arne Gellhaus
Roderick Colenbrander wrote: What I think was being asked if you could use Winelib to build a native linux application that just uses wine for libraries (similar to gtk and other libs). In the case of wine your executable becomes a library which needs to be run by wine. Further you need other wi

Re: wine native linux executable /

2004-04-09 Thread Paul Davis
>What I think was being asked if you could use Winelib to build a native >linux application >that just uses wine for libraries (similar to gtk and other libs). In the >case of wine your >executable becomes a library which needs to be run by wine. Further you need >other wine >stuff (registry set

Re: wine native linux executable /

2004-04-09 Thread Roderick Colenbrander
What I think was being asked if you could use Winelib to build a native linux application that just uses wine for libraries (similar to gtk and other libs). In the case of wine your executable becomes a library which needs to be run by wine. Further you need other wine stuff (registry settings,

Re: wine native linux executable /

2004-04-09 Thread Uwe Bonnes
> "Roderick" == Roderick Colenbrander <[EMAIL PROTECTED]> writes: Roderick> Hi, Not everyone calls an application build with Winelib a Roderick> native linux executable as you need Wine to run it. You can't Roderick> use wine stuff outside wine like you can do with normal Roder

Re: wine native linux executable /

2004-04-09 Thread Roderick Colenbrander
Hi, Not everyone calls an application build with Winelib a native linux executable as you need Wine to run it. You can't use wine stuff outside wine like you can do with normal libraries. Roderick Colenbrander > Dimitrie O. Paun wrote: > > >On Thu, 8 Apr 2004, Arne Gellhaus wrote: > >

Re: wine native linux executable /

2004-04-09 Thread Arne Gellhaus
Dimitrie O. Paun wrote: On Thu, 8 Apr 2004, Arne Gellhaus wrote: 1. Is it possible to compile a native linux executable with winelib and use winapi functions like LoadLibrary() and GetProcAddress()? I made my buildsystem with winemaker. Yes you can. This BW is a very good reason to have

Re: wine native linux executable /

2004-04-08 Thread Dimitrie O. Paun
On Thu, 8 Apr 2004, Arne Gellhaus wrote: > 1. Is it possible to compile a native linux executable with winelib and > use winapi functions like LoadLibrary() and GetProcAddress()? I made my > buildsystem with winemaker. Yes you can. This BW is a very good reason to have a Winelib application. >

wine native linux executable /

2004-04-08 Thread Arne Gellhaus
Hi, I am new to wine and i am trying to get some things done. 1. Is it possible to compile a native linux executable with winelib and use winapi functions like LoadLibrary() and GetProcAddress()? I made my buildsystem with winemaker. 2. I tried to use Common C++ [1] in my winelib application.