Re: winelib an fpc

2011-08-30 Thread Roderick Colenbrander
On Tue, Aug 30, 2011 at 9:43 AM, Paul Chitescu wrote: > On Tuesday 30 August 2011 01:57:30 am Reinier Napoles Martinez wrote: >> >>This won't work. Simply doing a dlopen on the wine libraries won't get >> >>your environment setup properly. >> >> what can i do then to setup the wine environment cor

Re: winelib an fpc

2011-08-30 Thread Paul Chitescu
On Tuesday 30 August 2011 01:57:30 am Reinier Napoles Martinez wrote: > >>This won't work. Simply doing a dlopen on the wine libraries won't get > >>your environment setup properly. > > what can i do then to setup the wine environment correctly > and use the wine libraries from fpc. > thanks Essen

Re: winelib an fpc

2011-08-29 Thread Reinier Napoles Martinez
>>This won't work. Simply doing a dlopen on the wine libraries won't get >>your environment setup properly. what can i do then to setup the wine environment correctly and use the wine libraries from fpc. thanks -- * En la tierra

Re: winelib an fpc

2011-08-29 Thread Steven Edwards
On Mon, Aug 29, 2011 at 2:05 PM, Reinier Napoles Martinez wrote: >  lib:=dlopen('/usr/lib/wine/user32.dll.so',1); This won't work. Simply doing a dlopen on the wine libraries won't get your environment setup properly. -- Steven Edwards "There is one thing stronger than all the armies in the w

winelib an fpc

2011-08-29 Thread Reinier Napoles Martinez
best regards I would like to know if it is possible to use the wine libraries with freepascal compiler. kylix had a modified version of the wine libraries and I believe that it was possible to invoke them from pascal. I've tried several ways but all I get is "segment fault". sorry for my Englis