Re: [lazarus] Win32 compilation error : Import library not found for libz

2008-02-09 Thread Dominique Louis
Hi all, Anyone have any ideas? Dominique Dominique Louis wrote: My uses clause is as follows uses Zlib, // To avoid linking to objects Sysutils, Classes; This works fine on Mac OS X, but on Win32 I get the error mentioned. Yes I'm using the zlib that ships with FPC. Dominique.

Re: [lazarus] Win32 compilation error : Import library not found for libz

2008-02-09 Thread Vincent Snijders
Dominique Louis schreef: Hi all, Anyone have any ideas? Yes, drop zlib and use paszlib. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Win32 compilation error : Import library not found for libz

2008-02-09 Thread Dominique Louis
Marco van de Voort wrote: I've just been trying to compile some code that makes use of Zlib and when I try to compile it from within Lazarus I get the following error Error: Import library not found for libz at the linking stage. It's the only thing stopping it from linking. Is this a bug

Re: [lazarus] Win32 compilation error : Import library not found for libz

2008-02-09 Thread Dominique Louis
Ok, but shouldn't it work with both? Vincent Snijders wrote: Dominique Louis schreef: Hi all, Anyone have any ideas? Yes, drop zlib and use paszlib. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with

Re[2]: [lazarus] Win32 compilation error : Import library not found for libz

2008-02-09 Thread JoshyFun
Hello Dominique, Saturday, February 9, 2008, 8:42:46 PM, you wrote: DL Marco van de Voort wrote: I've just been trying to compile some code that makes use of Zlib and when I try to compile it from within Lazarus I get the following error DL Ok, but shouldn't it work with both? DL Are there

Re: [lazarus] Win32 compilation error : Import library not found for libz

2008-02-09 Thread Vincent Snijders
Dominique Louis schreef: Ok, but shouldn't it work with both? If you have a compatible zlib dll. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Win32 compilation error : Import library not found for libz

2008-02-01 Thread Dominique Louis
My uses clause is as follows uses Zlib, // To avoid linking to objects Sysutils, Classes; This works fine on Mac OS X, but on Win32 I get the error mentioned. Yes I'm using the zlib that ships with FPC. Dominique. Graeme Geldenhuys wrote: Are you using/linking a external (.dll or

[lazarus] Win32 compilation error : Import library not found for libz

2008-01-30 Thread Dominique Louis
Hi all, I've just been trying to compile some code that makes use of Zlib and when I try to compile it from within Lazarus I get the following error Error: Import library not found for libz at the linking stage. It's the only thing stopping it from linking. Is this a bug in FPC 2.2.1 or am

Re: [lazarus] Win32 compilation error : Import library not found for libz

2008-01-30 Thread Graeme Geldenhuys
Are you using/linking a external (.dll or .so) or are you using the zlib unit (implementation in object pascal) included with FPC? Regards, - Graeme - On 30/01/2008, Dominique Louis [EMAIL PROTECTED] wrote: Hi all, I've just been trying to compile some code that makes use of Zlib and