Re: Removing zlib1.dll in favor of zlib1.lib

2018-09-18 Thread khushbu kashyap via Digitalmars-d
If you can not access the dll files that are present in the computer. This error occur when the dll file is not installed in your system then download https://unfitpc.com/zlib1-dll and run all the files.

Re: Removing zlib1.dll in favor of zlib1.lib

2014-05-09 Thread Kagamin via Digitalmars-d
You can just compile a sample application using zlib from phobos and see if it works without dll.

Re: Removing zlib1.dll in favor of zlib1.lib

2014-05-08 Thread Jacob Carlborg via Digitalmars-d
On 08/05/14 06:54, Etienne Cimon wrote: I wrote a zlib.mak file for statically compiling the new zlib 1.2.8 on dmc, using make -fzlib.mak Isn't zlib already included in Phobos. It contains the sources at least. -- /Jacob Carlborg

Re: Removing zlib1.dll in favor of zlib1.lib

2014-05-08 Thread Etienne Cimon via Digitalmars-d
On 2014-05-08 02:08, Jacob Carlborg wrote: On 08/05/14 06:54, Etienne Cimon wrote: I wrote a zlib.mak file for statically compiling the new zlib 1.2.8 on dmc, using make -fzlib.mak Isn't zlib already included in Phobos. It contains the sources at least. Yes, I see version 1.2.5 here:

Re: Removing zlib1.dll in favor of zlib1.lib

2014-05-08 Thread Jacob Carlborg via Digitalmars-d
On 2014-05-08 15:50, Etienne Cimon wrote: I saw the dll in the dmd2 bin folder so I assumed it was necessary. Is it? Actually, I don't know. I just know the zlib source code is included in Phobos, in etc/c/zlib. -- /Jacob Carlborg

Re: Removing zlib1.dll in favor of zlib1.lib

2014-05-08 Thread Kagamin via Digitalmars-d
I wrote a D application, using zlib from phobos, it didn't require dll, IIRC.

Re: Removing zlib1.dll in favor of zlib1.lib

2014-05-08 Thread Etienne Cimon via Digitalmars-d
On 2014-05-08 15:50, Kagamin wrote: I wrote a D application, using zlib from phobos, it didn't require dll, IIRC. Thanks!

Removing zlib1.dll in favor of zlib1.lib

2014-05-07 Thread Etienne Cimon via Digitalmars-d
I wrote a zlib.mak file for statically compiling the new zlib 1.2.8 on dmc, using make -fzlib.mak I'm copying it here because it may help remove the default dependency on zlib1.dll in DMD, not that it's a big deal, but some of us were talking about a standalone GUI application using dwt or