Hi Przemek,
----- Original Message -----
From: "Przemyslaw Czerpak" <[EMAIL PROTECTED]>
To: "Harbour Project Main Developer List." <harbour@harbour-project.org>
Sent: Friday, March 14, 2008 2:44 AM
Subject: Re: [Harbour] hbzlib error
I haven't but I know what sth what can be source of such problems.
Inside XHB lib we have very old ZLIB code and if you are linking
your application also with this library then mixed functions from
original ZLIB and this library may cause problems.
Please try to build myzip but eliminate from link script any
references to XHB.LIB and check if it's still wrong. For me it
works well without any problems.
Already done, there is no reference to xhb.
Compiled and linked with minimal list of libs and using sample myzip.prg
But result is the same.
I have built hbzlib it using zlib123-dll.zip as downloaded from zlib.net and
I got the error of wrong zip as explained before.
I have also built the library using
http://www.winimage.com/zLibDll/zlib123dll.zip
But after a successfull built the program GPFs and I got ther error:
ModLoad: 00400000 0048e000 C:\cvs\HARBOU~1\contrib\hbzlib\tests\myzip.exe
ModLoad: 7c910000 7c9c6000 C:\WINDOWS\system32\ntdll.dll
ModLoad: 7c800000 7c900000 C:\WINDOWS\system32\kernel32.dll
ModLoad: 10000000 10016000
C:\cvs\HARBOU~1\contrib\hbzlib\tests\ZLIBWAPI.DLL
ModLoad: 73d00000 73d27000 C:\WINDOWS\system32\CRTDLL.dll
ModLoad: 7e390000 7e420000 C:\WINDOWS\system32\USER32.DLL
ModLoad: 77e40000 77e87000 C:\WINDOWS\system32\GDI32.dll
ModLoad: 76340000 7635d000 C:\WINDOWS\system32\IMM32.DLL
ModLoad: 77f40000 77feb000 C:\WINDOWS\system32\ADVAPI32.dll
ModLoad: 77da0000 77e31000 C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 008c0000 00915000 C:\Programmi\Agnitum\Outpost
Firewall\wl_hook.dll
(184.bc): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=00000000 ebx=00004000 ecx=00000000 edx=00008000 esi=0097f0b0
edi=0097ad7c
eip=0097ad7c esp=0012fd8c ebp=00955a28 iopl=0 nv up ei pl zr na pe
nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000
efl=00010246
0097ad7c 8411 test byte ptr [ecx],dl
ds:0023:00000000=??
After some days of troubling I have also tryed to build a my own version of
zlib directly from sources and it *seems* to work using last zlib 1.23
version and without needs of external dll.
Now I have to solve only a problem with one file handle not closed after
call of zip function, but zip files (with also big files) are ok.
Surely it is not correct because I have left original calls (just some
changes to pacify some warnings), but for now seems to be running.
I have to test it in a bigger application, but for now it is sufficient.
Thank you for help
Best regards
Francesco
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour