Hi,
With this code :
#!/usr/local/bin/hbrun
proc main()
? 1234567890123456789
? 12345678901234567890
return
i get these results (linux debian):
1234567890123456789
1234567890123457
strange no ?
Guy
David Arturo Macias Corona a écrit :
> When HB_LONG_LONG_OFF was set then in nearly all
On Mon, 21 Jan 2008, Guy Roussin wrote:
> Hi,
> With this code :
> #!/usr/local/bin/hbrun
> proc main()
> ? 1234567890123456789
> ? 12345678901234567890
> return
> i get these results (linux debian):
> 1234567890123456789
> 1234567890123457
> strange no ?
No, expected. 12345678901234567890 i
Hi Chen,
I tried compiling the myzip.prg from contrib\hbzlib and I got the
following Unresolved external:
'_get_crc_table'
'_crc32'
What am I missing?
Thanks,
Mario
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.o
Mario,
Perhaps you are linking hrb.lib, the same happened to me, until I saw the
readme.txt:
"zlib library (http://www.zlib.net/) wrapper functions"
I downloaded zlib1.dll
Made an:
implib zlib1.lib zlib1.dll
This solved the problem.
Jorge A.
> Date: Tue, 22 Jan 2008 05:57:30 +0800
> Fro