On Sun, 20 Apr 2008 13:04:27 +0200
"Enrico Maria Giordano" <[EMAIL PROTECTED]> wrote:

> The only thing I can think of is that there is a name conflict between a FWH 
> symbol and a symbol of your new implementation of ZIP. Can you show me a 
> list of the new symbols you introduced?

As far as hbzip.lib is concerned, there is NO new implementation NOR
new symbol at all.

As to ZLIB.LIB, here is the complete list of symbols:

Library File   : LIB\55\ZLIB.LIB
File Size      : 60928
Time Stamp     : 20 April 2008 09:12:30
Modules        : 12
Public Symbols : 70
Reported By    : LIBman 1.35, 20 April 2008 19:16:27

MODULE      SOURCE                          PUBLIC
-----------------------------------------------------------------------
adler32     SOURCE\RTL\ZLIB\adler32.c       _adler32
                                            _adler32_combine

compress    SOURCE\RTL\ZLIB\compress.c      _compress2
                                            _compress
                                            _compressBound

crc32       SOURCE\RTL\ZLIB\crc32.c         _get_crc_table
                                            _crc32
                                            _crc32_combine

deflate     SOURCE\RTL\ZLIB\deflate.c       _deflateInit_
                                            _deflateInit2_
                                            _deflateEnd
                                            _deflateReset
                                            _deflateSetDictionary
                                            _deflateSetHeader
                                            _deflatePrime
                                            _deflateParams
                                            _deflate
                                            _deflateTune
                                            _deflateBound
                                            _deflateCopy

gzio        SOURCE\RTL\ZLIB\gzio.c          _gzopen
                                            _gzdopen
                                            _gzsetparams
                                            _gzread
                                            _gzgetc
                                            _gzungetc
                                            _gzgets
                                            _gzwrite
                                            _gzprintf
                                            _gzputc
                                            _gzputs
                                            _gzflush
                                            _gzseek
                                            _gzrewind
                                            _gztell
                                            _gzeof
                                            _gzdirect
                                            _gzclose
                                            _gzerror
                                            _gzclearerr

infback     SOURCE\RTL\ZLIB\infback.c       _inflateBackInit_
                                            _inflateBack
                                            _inflateBackEnd

inffast     SOURCE\RTL\ZLIB\inffast.c       _inflate_fast

inflate     SOURCE\RTL\ZLIB\inflate.c       _inflateReset
                                            _inflatePrime
                                            _inflateInit2_
                                            _inflateInit_
                                            _inflate
                                            _inflateEnd
                                            _inflateSetDictionary
                                            _inflateGetHeader
                                            _inflateSync
                                            _inflateSyncPoint
                                            _inflateCopy

inftrees    SOURCE\RTL\ZLIB\inftrees.c      _inflate_table

trees       SOURCE\RTL\ZLIB\trees.c         __length_code
                                            __dist_code
                                            __tr_init
                                            __tr_stored_block
                                            __tr_align
                                            __tr_flush_block
                                            __tr_tally

uncompr     SOURCE\RTL\ZLIB\uncompr.c       _uncompress

zutil       SOURCE\RTL\ZLIB\zutil.c         _z_errmsg
                                            _zlibVersion
                                            _zlibCompileFlags
                                            _zError
                                            _zcalloc
                                            _zcfree

I do not think there are same symbol name in FWH module as above.
--
Andi

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to