[xHarbour-developers] Errors

2008-10-22 Thread Enrico Maria Giordano
Error E2451 source\vm\dynsym.c 217: Undefined symbol 'ulCalls' in function hb_dynsymNew Error E2451 source\vm\dynsym.c 218: Undefined symbol 'ulTime' in function hb_dynsymNew Error E2451 source\vm\dynsym.c 219: Undefined symbol 'ulRecurse' in function hb_dynsymNew Error E2451 source\vm\dynsym.c

Re: [xHarbour-developers] BCC55 solved

2008-10-22 Thread Marcelo Anelli
Thanks Marcos, I have an old tasm, changed according your advice and compile all under bcc55. Marcelo Anelli C. o^o¬ [EMAIL PROTECTED] El Tuesday 21 October 2008 17:59:38 escribió: Marcelo Anelli escreveu: 1.- Troubles compiling with BCC55 contrib library what32, but I switched to

Re: [xHarbour-developers] Compiling in linux

2008-10-22 Thread Luiz Rafael Culik Guimaraes
Hi in linux, is need the ace.h from ads inside contrib\rdd_ads directory Regards Luiz - Original Message - From: Marcelo Anelli [EMAIL PROTECTED] To: xharbour-developers@lists.sourceforge.net Sent: Wednesday, October 22, 2008 11:28 AM Subject: [xHarbour-developers] Compiling in linux

Re: [xHarbour-developers] 2008-10-22 13:52 UTC+0100 Miguel AngelMarchuet miguelan...@marchuet.net

2008-10-22 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Miguel Angel Marchuet [EMAIL PROTECTED] A: xharbour developer list xharbour-developers@lists.sourceforge.net Data invio: mercoledì 22 ottobre 2008 13.53 Oggetto: [xHarbour-developers] 2008-10-22 13:52 UTC+0100 Miguel AngelMarchuet [EMAIL PROTECTED]

Re: [xHarbour-developers] #pragma TEXTHIDDEN(1)

2008-10-22 Thread Walter Negro
/redirect.php?banner_id=100url=/ ___ xHarbour-developers mailing list xHarbour-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xharbour-developers __ Información de NOD32, revisión 3545 (20081022) __ Este

Re: [xHarbour-developers] #pragma TEXTHIDDEN(1)

2008-10-22 Thread Vicente Guerra
On Wed, 22 Oct 2008, Patrick Mast wrote: If I use #pragma TEXTHIDDEN(1) in a compiled HRB file, is it slower to run? Or only slower to load? It would be slower at runtime, but since it only affects when reading hard-coded strings, the most part of your code must not be affected (it will be

Re: [xHarbour-developers] Bug in tget.prg

2008-10-22 Thread Peter Rees
Further to my previous email, looking at /source/rtl/tget.prg line 1060 // E.F. 2006/MAY/23 - Avoid minus flag if get value is zero. IF xVarGet == 0 ::minus := .f. ENDIF I believe these lines need removing/commenting out, but as they were expressly inseted by someone