Hi Caolan,

Thanks, I'll check it out. You seem to imply that there's a better way to open zipped files than to use zlib directly. Do I understand correctly? If so, what's the better way?

Alan

Caolan McNamara wrote:

On Mon, 2007-04-30 at 15:03 +0300, Alan Yaniger wrote:
Hi list-members,

I want to open a compressed file using the zlib in the OOo source tree. I assume I should add an include for <external/zlib/zlib.h>. What do I need to add to my directory's makefile.mk so that the linker will include the library?

If you really want to use zlib directly, then for examples see, e.g.
filter/source/flash
i.e makefile.mk like... SHL1STDLIBS=$(ZLIB3RDLIB)
& swfwriter1.cxx for the include lines

C.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to