RE: [Harbour] Dbu problems

2008-02-24 Thread Jorge A. Giraldo
Dbu problems > > > > > -- > > > > Message: 5 > > Date: Sat, 23 Feb 2008 12:39:54 + > > From: "Jorge A. Giraldo" <[EMAIL PROTECTED]> > > Subject: [Harbour] Dbu problems > > To: > > Message-ID:

RE: [Harbour] Dbu problems

2008-02-23 Thread Jorge A. Giraldo
Dbu problems > > > > > -- > > > > Message: 5 > > Date: Sat, 23 Feb 2008 12:39:54 + > > From: "Jorge A. Giraldo" <[EMAIL PROTECTED]> > > Subject: [Harbour] Dbu problems > > To: > > Message-ID: <[EMAIL PROTECTED]> &

[Harbour] Dbu problems

2008-02-23 Thread Jorge A. Giraldo
Hi All, Compiling DBU you could see: - The browse uses one line more overwriting the box around it. - When using an index and inserting a new record the browse is not correctly refreshed. The top position begins in the wrong row. Thank you in advance. Jorge A. _

[Harbour] Index problem

2008-02-17 Thread Jorge A. Giraldo
Hi, Something seems disconected, it's very basic, so it can be related to something here, I have refreshed all the svn-tree and still fails. Could someone test it and tell me if this works fine? PROC Main() RDDSETDEFAULT("DBFNTX") DbCreate('TEMP.DBF', {{'COMPANY', 'C', 4, 0}}) USE TEMP.DBF

RE: [Harbour] Various problems with current build

2008-02-16 Thread Jorge A. Giraldo
Hi All, I'm using bcc32 and personally I like to have the import libraries created by the make_b32.bat in contrib\rddads because: - For beginners who don't know how to make the ace32.lib the message issued by the batch file is enough to provide what it's necessary, no need to look into docs o

RE: [Harbour] problem testing samples gtwvg

2008-02-01 Thread Jorge A. Giraldo
Ciro, hbvm.lib Jorge A. > Date: Fri, 1 Feb 2008 21:37:29 -0500 > From: [EMAIL PROTECTED] > To: harbour@harbour-project.org > Subject: Re: [Harbour] problem testing samples gtwvg > > Szakáts Viktor escribió: > > Hi Ciro, > > > > Seems that hbrtl.lib is not amongst the linked libraries.

RE: [Harbour] zlib contrib question

2008-01-27 Thread Jorge A. Giraldo
generic solution. > > Brgds, > Viktor > > On 2008.01.27., at 0:48, Jorge A. Giraldo wrote: > > > Viktor, > > > > Please add the -a switch in IMPLIB for the MAKE_B32.BAT > > > > Thanks, > > > > Jorge A. > > > > > From: [EMAIL P

RE: [Harbour] DIRECTOY and subfolders?

2008-01-26 Thread Jorge A. Giraldo
arbour-project.org > Subject: Re: [Harbour] DIRECTOY and subfolders? > Date: Sat, 26 Jan 2008 20:00:49 -0500 > > On Saturday 26 January 2008 07:12:21 pm Jorge A. Giraldo wrote: > > Look for tree.zip in the oasis: > > > > http://www.the-oasis.net/ftpmaster.php3?content=ftpgenrl

RE: [Harbour] DIRECTOY and subfolders?

2008-01-26 Thread Jorge A. Giraldo
Jose Miguel, Look for tree.zip in the oasis: http://www.the-oasis.net/ftpmaster.php3?content=ftpgenrl.htm Thanks Phil :-) Jorge A. Date: Sat, 26 Jan 2008 19:57:43 -0300 From: [EMAIL PROTECTED] To: harbour@harbour-project.org Subject: [Harbour] DIRECTOY and subfolders? Hola, Existe algun coma

RE: [Harbour] zlib contrib question

2008-01-26 Thread Jorge A. Giraldo
Viktor, Please add the -a switch in IMPLIB for the MAKE_B32.BAT Thanks, Jorge A. > From: [EMAIL PROTECTED] > To: harbour@harbour-project.org > Subject: Re: [Harbour] zlib contrib question > Date: Fri, 25 Jan 2008 16:40:21 +0100 > > Okey and thanks. > > to Przemek: The GNU make system will h

RE: [Harbour] Re: *CRC32() Function

2008-01-23 Thread Jorge A. Giraldo
Hi Mario, You can get that size also if you do an implib -a zlib1 zlib1.dll :-) -a Add '_' alias for MS flavor cdecl functions Something I forgot... I don't know if it is supposed to work this way... Jorge A. > Date: Thu, 24 Jan 2008 07:53:37 +0800 > From: [EMAIL PROTECTED] > To: harbou

RE: [Harbour] *CRC32() Function

2008-01-23 Thread Jorge A. Giraldo
Done, Please, let me know if it works... Jorge A. Date: Thu, 24 Jan 2008 06:14:48 +0800 From: [EMAIL PROTECTED] To: harbour@harbour-project.org Subject: Re: [Harbour] *CRC32() Function -- Message: 2 Date: Wed, 23 Jan 2008 10:48:20 +0100 From: Przemysla

RE: [Harbour] Re: Harbour Digest, Vol 15, Issue 43

2008-01-22 Thread Jorge A. Giraldo
r-project.org > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Hi Chen, > > > > I tried compiling the myzip.prg from contrib\hbzlib and I got the > > following Unresolved external: > >

RE: [Harbour] *CRC32() Function

2008-01-21 Thread Jorge A. Giraldo
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

RE: [Harbour] 2008-01-18 01:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-01-17 Thread Jorge A. Giraldo
Przemek, Now I get this: MAKE Version 5.1 Copyright (c) 1987, 1998 Borland International bcc32.exe -c -q -I..\..\include -d -O2 -o..\..\obj\b32\hbmzip.obj .\hbmzip.c .\hbmzip.c: Error E2342 .\hbmzip.c 580: Type mismatch in parameter 'hFile' (wanted 'void *', got 'long') in function hb_

RE: [Harbour] 2008-01-17 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-01-17 Thread Jorge A. Giraldo
Thank you, Jorge A. > Date: Thu, 17 Jan 2008 17:23:15 +0100 > From: [EMAIL PROTECTED] > To: harbour@harbour-project.org > Subject: [Harbour] 2008-01-17 17:23 UTC+0100 Przemyslaw Czerpak > (druzus/at/priv.onet.pl) > > 2008-01-17 17:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) >

RE: [Harbour] ChangeLog 2008-01-16 01:20 UTC+0200 Mindaugas Kavaliauskas

2008-01-16 Thread Jorge A. Giraldo
Mindaugas, Surely I'm doing something wrong, but I get these warnings: Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland myzip.c: Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_deflateInit2_' referenced from C:\HB-DEV\HARBOUR-SVN\LIB\B32\HBZ

RE: [Harbour] ChangeLog 2008-01-16 01:20 UTC+0200 Mindaugas Kavaliauskas

2008-01-15 Thread Jorge A. Giraldo
Mindaugas, I get this error: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland Error ..\mtpl_b32.mak 148: Unable to open include file 'common.mak' Error ..\mtpl_b32.mak 154: Command syntax error Error ..\mtpl_b32.mak 155: Command syntax error Error ..\mtpl_b32.mak 157: Command syntax error ***

RE: [Harbour] 2008-01-14 19:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-01-14 Thread Jorge A. Giraldo
Hi Przemek, Solved, thank you a lot. Jorge A. > Date: Mon, 14 Jan 2008 19:35:55 +0100 > From: [EMAIL PROTECTED] > To: harbour@harbour-project.org > Subject: [Harbour] 2008-01-14 19:35 UTC+0100 Przemyslaw Czerpak > (druzus/at/priv.onet.pl) > > 2008-01-14 19:35 UTC+0100 Przemyslaw Czerpa

RE: [Harbour] six driver

2008-01-14 Thread Jorge A. Giraldo
LIENTS > Date: Mon, 14 Jan 2008 14:49:27 +0100 > From: [EMAIL PROTECTED] > To: harbour@harbour-project.org > Subject: Re: [Harbour] six driver > > On Sun, 13 Jan 2008, Jorge A. Giraldo wrote: > > Hi All, > > The following code will encrypt a file, but will not decrypt it &

[Harbour] six driver

2008-01-13 Thread Jorge A. Giraldo
Hi All, The following code will encrypt a file, but will not decrypt it (Only de header as long as I can see). When encrypted, the name becomes unreadable... proc main() If !File("CLIENTS.DBF") DbCreate("CLIENTS", {{"NAME", "C", 40, 0}}) Use CLIENTS Append Blank CLIENTS->NAME := 'I