Re: [Harbour] OT: __GETMESSAGE

2008-12-14 Thread Teo Fonrouge
On Friday 12 December 2008 02:25:26 Jose Luis Capel wrote: > Hi all, > > Sorry for the off-topic and sorry for my low C level... Hello Jose, I think that this is fully on-topic :) > > I saw that __GETMESSAGE in classes.c is defined as: > > HB_FUNC( __GETMESSAGE ) > { >hb_retc( > hb_stackItem

Re: [Harbour] Re: OT: __GETMESSAGE

2008-12-17 Thread Teo Fonrouge
On Wednesday 17 December 2008 07:53:31 Przemyslaw Czerpak wrote: > Hi Jose, > > > Sorry for the off-topic and sorry for my low C level... > > I saw that __GETMESSAGE in classes.c is defined as: > > HB_FUNC( __GETMESSAGE ) > > { > >hb_retc( > > hb_stackItem(hb_stackBaseItem()->item.asSymbol.stac

Re: [Harbour] 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas

2008-12-20 Thread Teo Fonrouge
On Wednesday 17 December 2008 21:05:34 Mindaugas Kavaliauskas wrote: > 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) >* include/hbclass.ch >* include/hbcomp.ch >* include/hberrors.h >* include/hbgenerr.c >* include/hbmain.c >* include/hbopt.c >

Re: [Harbour] what can I use for these missing xharbour functions?

2009-01-07 Thread Teo Fonrouge
On Wednesday 07 January 2009 11:03:53 Maurilio Longo wrote: > Hi, > > I'm trying to build a program of mine I've developed under xharbour on > harbour and I've found a couple of "missing" functions: > > ..\lib/hbcurl.a(teasy.o): Undefined symbol _HB_FUN___CLSMSGASSIGNED > referenced from data segme

Re: [Harbour] How to generate ERROR.LOG file with details of the failure of run-time errors?

2009-01-07 Thread Teo Fonrouge
On Wednesday 07 January 2009 07:07:49 Guillermo Varona Silupú wrote: > In xHarbour ever happens a runtime error, it generates a file named > Error.log contains: > > *** Error log file > [snip] > +--

Re: [Harbour] what can I use for these missing xharbour functions?

2009-01-07 Thread Teo Fonrouge
On Wednesday 07 January 2009 12:26:25 Maurilio Longo wrote: > Teo Fonrouge wrote: > > Try to use __objHasMsg() to substitute __clsMsgAssigned(). > > Teo, thanks, but I need to know if a subclass implements a message which is > virtual in the parent class. I think that __objHa

[Harbour] 2009-01-07 13:52 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)

2009-01-07 Thread Teo Fonrouge
* source/vm/classes.c + addded __objHasMsgAssigned( object, "msgName" ) ; this is similar to xHarbour __clsMsgAssigned() and checks ; if a VIRTUAL message has been overrided in a sub-class. ; TODO: Please check this implementation, I'm sure it can be optimized. best regards

Re: [Harbour] Help with scope class checking

2009-01-11 Thread Teo Fonrouge
On Tuesday 06 January 2009 11:05:09 am Teo Fonrouge wrote: [snip] Przemek, can you give any help on this ?. I just want to be able to send messages to private/protected methods from C source. Thanks in advance. best regards, Teo ___ Harbour

Re: [Harbour] Help with scope class checking

2009-01-13 Thread Teo Fonrouge
On Monday 12 January 2009 01:42:23 pm Przemyslaw Czerpak wrote: > On Tue, 06 Jan 2009, Teo Fonrouge wrote: > > Hi Teo, > > > I'm building an Client/Server database library based on Harbour Objects, > > the idea behind this is simple: > >  * On the Server si

[Harbour] "Self" variable is not showed in debugger

2009-01-13 Thread Teo Fonrouge
Hello, As subject. The following sample will not show the Self variable in the Monitor->Local menu option when compiled with -b option: /* start prg code */ #include "hbclass.ch" FUNCTION Main t := Test1():New( 1 ) RETURN NIL CLASS Test1 DATA v METHOD New ENDCLASS METHOD New( p1 ) CLA

Re: [Harbour] gtsln / gtcrs revisited

2009-02-19 Thread Teo Fonrouge
On Wednesday 18 February 2009 21:09:59 Viktor Szakáts wrote: > Hi all, > After rechecking the situation with gtcrs, gtsln, > I'd like to ask group whether we could move > these two GTs to the contrib area. > > The reasons are: > 1) Dependency on optional external libs, > with the same issues ou

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Teo Fonrouge
On Thursday 26 February 2009 11:38:38 Kleyber Derick wrote: > Hi all, > > My name is Kleyber and this is my first post here. I am considering to > migrate from xHarbour to Harbour, and I would like to know if it's possible > to have these three commands: > > OVERRIDE METHOD ; >IN CLASS

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Teo Fonrouge
On Thursday 26 February 2009 17:45:28 Kleyber Derick wrote: > Thanks a lot, Teo. I am not accostumized with this new feature so, I have > to test it in my apps. In fact, I override some methods from FWH' methods > only, changing to my own functions. If you get stuck on something we'll be glad to h

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Teo Fonrouge
On Thursday 26 February 2009 18:31:17 Kleyber Derick wrote: > Yes, for sure! Well, in fact I use xHarbour 1.1.0 from February 2008 (that > came with my version of FWH) and I don`t have problems at all with this. > But considering that xHarbour was created to be with more extensions than > Harbour,

[Harbour] Using OLE and WIN_PRN classes

2009-05-08 Thread Teo Fonrouge
Hello friendly Harbourians, Under "contrib" dir there are two implementations of OLE; one in "hbwin", and the other in "hbole", personally I want to use the one contained in "hbole", the problem is that I need to link in too the "hbwin" lib because I need to use the WIN_PRN printer class contai

Re: [Harbour] Re: 2009-05-12 15:49 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) + contrib/hbwinprn

2009-05-12 Thread Teo Fonrouge
On Tuesday 12 May 2009 16:12:42 Viktor Szakáts wrote: (btw, can you please avoid top posting? thanks.) > You've also successfully deleted the whole change history of "moved" > files by simply readding them instead of using the > 'svn move' command. I'm sorry, my mistake. Today was a tough day fo

Re: [Harbour] 2009-05-12 15:49 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) + contrib/hbwinprn

2009-05-12 Thread Teo Fonrouge
On Tuesday 12 May 2009 16:03:34 Viktor Szakáts wrote: > Hi Teo, > Please undo this change, this is an extremely bad idea, > and ruins the whole concept of having one proper hbwin I'm sorry, but I fail to see any specification in the hole Harbour tree regarding on what must be included in the hbwi

[Harbour] gtxwc on MacOS

2009-05-27 Thread Teo Fonrouge
Hello, The GTXWC library can be added permanently in the HB_GT_LIST var on the config file 'config/darwin/global.cf' ? best regards, Teo ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] gtxwc on MacOS

2009-05-27 Thread Teo Fonrouge
On 28/05/2009, at 01:09 a.m., Viktor Szakáts wrote: Hi Teo, AFAIK X11 availability under Darwin depends on OS X version, Leopard has X11 installed by default, but earlier version doesn't (or something like that). I plan to add autodetection for these dependencies. (but postponed it after the

[Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Teo Fonrouge
Hello, Could someone with Clipper 5.2, be so kind of compile and run the program bellow and post here the program output ?. Thanks in advance. Teo FUNCTION Main() IF ! File( "test.dbf" ) DbCreate( "test.dbf", { { "FIELD1", "C", 10, 0 } } ) ENDIF USE test GetStatus() DbSkip( 1 ) Get

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Teo Fonrouge
On 01/06/2009, at 08:02 p.m., Bill Smith wrote: Hi Teo, The program compiled under Clipper 5.01, but the executable didn't generate a test.dbf file, and didn't generate any output to the terminal. Win98, Clipper 5.01 Bill Hello Bill, thank you for trying the sample. It is probably th

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-02 Thread Teo Fonrouge
On 01/06/2009, at 09:54 p.m., Bill Smith wrote: - Original Message - From: Teo Fonrouge On 01/06/2009, at 08:02 p.m., Bill Smith wrote: Hi Teo, The program compiled under Clipper 5.01, but the executable didn't generate a test.dbf file, and didn't generate any out

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-02 Thread Teo Fonrouge
On 01/06/2009, at 10:18 p.m., Viktor Szakáts wrote: -n switch is needed with Clipper. --- Bof, Eof not Bof, Eof Bof, not Eof --- [ I deleted my existing test.dbf (with different content) to get these results. ] Brgds, Viktor Many thanks for your test Viktor. best regards, Teo _

Re: [Harbour] Ubuntu adventure

2009-06-02 Thread Teo Fonrouge
On 02/06/2009, at 01:41 p.m., Angel Pais wrote: Finally I've got crazy enought to try to build harbour from svn on UBUNTU 9.04 Followed INSTALL Instructions but failed in ./make_gnu install This is the log: abu...@abuntu:~/src/harbour$ sudo ./make_gnu.sh install [sudo] password for abuntu:

Re: [Harbour] hash() in harbour

2009-06-02 Thread Teo Fonrouge
On 02/06/2009, at 02:51 p.m., Rodrigo Machado wrote: Buenas tardes Soy usuario de xHarbour he probado harbour y no encontre un recurso que utilizo mucho en xharbour el cual es hash()? Existe alguna implementación de hash() en harbour? o Algo compactible? Hola Rodrigo, Hashes estan compl

Re: [Harbour] hash() in harbour

2009-06-03 Thread Teo Fonrouge
On 02/06/2009, at 10:02 p.m., Bruno Luciani wrote: TEO Estoy intentando trabajar en HBQT y una de las cosas que parecen requerirse es la utilizacion de punteros como en C Pero descononosco como utilizarlos o crearlos en Harbour Alguna idea que me pueda ayudar ? Hola Bruno, Hasta donde pue

Re: [Harbour] hash() in harbour

2009-06-03 Thread Teo Fonrouge
On 03/06/2009, at 01:18 p.m., Bruno Luciani wrote: Hola Teo , si algunas cosas estan claras y viendo los fuentes se interpretan , pero faltan muchisimos ejemplos y ademas si miras la documentacion de QT(incluso los prg fuente ) vas a ver que el argumento de algunas funciones , como por ejemplo

Re: [Harbour] hash() in harbour

2009-06-03 Thread Teo Fonrouge
On 03/06/2009, at 06:11 p.m., Xavi wrote: Teo, ¿Por qué no está en Harbour? Hola Xavi, Si te refieres a porque no esta en el directorio de harbour/contrib, la razon original es que esta libreria debe funcionar (y de hecho funciona) tanto en Harbour como en xHarbour. Asi que la puse en

Re: [Harbour] hash() in harbour

2009-06-03 Thread Teo Fonrouge
On 03/06/2009, at 09:23 p.m., Xavi wrote: Teo, Thanks for answering my question. Why it is not in Harbor? AFAIK any contrib Harbour can run on xHarbour. Not is forbidden the use of __XHARBOUR__ True. IMHO wxWidgets is a recognized GUI lib used in software such as Code::Blocks, pgAdmin

Re: [Harbour] hash() in harbour

2009-06-04 Thread Teo Fonrouge
On 04/06/2009, at 01:49 a.m., Viktor Szakáts wrote: Teo, Thanks for answering my question. Why it is not in Harbor? AFAIK any contrib Harbour can run on xHarbour. Not is forbidden the use of __XHARBOUR__ True. IMHO wxWidgets is a recognized GUI lib used in software such as Code::Blocks

Re: [Harbour] hash() in harbour

2009-06-04 Thread Teo Fonrouge
On 04/06/2009, at 02:55 a.m., Horodyski Marek (PZUZ) wrote: -Original Message- From: Viktor Szakáts [mailto:harbour...@syenar.hu] Sent: Thursday, June 04, 2009 8:50 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] hash() in harbour Teo, ... To sum it up: - Consid

Re: [Harbour] hash() in harbour

2009-06-04 Thread Teo Fonrouge
On 04/06/2009, at 08:51 a.m., Massimo Belgrano wrote: letodb at version 0.9 seem near this object Hello Massimo, I know, Alexander S.Kresin has made a wonderful work on this path. [ snip] best regards, Teo___ Harbour mailing list Harbour@harbou

Re: [Harbour] hash() in harbour

2009-06-06 Thread Teo Fonrouge
On 06/06/2009, at 08:59 a.m., Viktor Szakáts wrote: Hi Teo, Please find attached hbmk2 make files for wxHarbour. I've only tested with MSVC so far, and it works okay, given that wx itself is built with proper flags, see comment in .hbp file. I didn't deal with UNICODE mode and some other opt

Re: [Harbour] hash() in harbour

2009-06-06 Thread Teo Fonrouge
On 06/06/2009, at 08:59 a.m., Viktor Szakáts wrote: Hi Teo, Please find attached hbmk2 make files for wxHarbour. I've only tested with MSVC so far, and it works okay, given that wx itself is built with proper flags, see comment in .hbp file. I didn't deal with UNICODE mode and some other opt

Re: [Harbour] hash() in harbour

2009-06-07 Thread Teo Fonrouge
On 06/06/2009, at 05:46 p.m., Viktor Szakáts wrote: I tried to do some experiments using a tool called svn2svn, and it committed without asking, and also seemed to work wrongly, so I'll undo that. We have to look for sth else. In the past, I had used svnadmin to acomplish this: First I have

Re: [Harbour] SF.net SVN: harbour-project:[11267] trunk/harbour

2009-06-08 Thread Teo Fonrouge
On 08/06/2009, at 10:25 a.m., Viktor Szakáts wrote: [ snip ] Hello guys, This is the procedure ( I just checked it works by creating a copy of the full Harbour repository on a Linux server): 1. First we need to have a dump the repository that need to be moved In this case the dump ( wi

Re: [Harbour] hash() in harbour

2009-06-08 Thread Teo Fonrouge
On 07/06/2009, at 01:50 p.m., Szakáts Viktor wrote: Hi Teo, I tried to do some experiments using a tool called svn2svn, and it committed without asking, and also seemed to work wrongly, so I'll undo that. We have to look for sth else. In the past, I had used svnadmin to acomplish this: Fir

Re: [Harbour] SF.net SVN: harbour-project:[11336] trunk/harbour

2009-06-14 Thread Teo Fonrouge
all platforms/compilers. + utils/hbmk2/examples/wxharbour.hbc + Added wxharbour hbmk2 config file. Also sent to Teo Fonrouge to consider uploading it to repository (and later make it easier to merge it with ours). Uploaded config file to wxHarbour project. Thank you Viktor. [

[Harbour] Multiple DESTRUCTOR calls on inherited classes

2008-03-04 Thread Teo Fonrouge
only when each parent class has his own DESTRUCTOR. best regards Teo Fonrouge #include "hbclass.ch" FUNCTION Main() LOCAL o o := Dummy3():New() RETURN NIL CLASS Dummy3 FROM Dummy2 ENDCLASS CLASS Dummy2 FROM Dummy1 ENDCLASS CLASS Dummy1 FROM Dummy0 ENDCLASS CL

Re: [Harbour] Multiple DESTRUCTOR calls on inherited classes

2008-03-05 Thread Teo Fonrouge
On Tuesday 04 March 2008 06:59:56 am Przemyslaw Czerpak wrote: > On Tue, 04 Mar 2008, Teo Fonrouge wrote: > > Hello, > > In a set of inherited classes, the DESTRUCTOR procedure is called more > > than one time if a parent class, has a DESTRUCTOR. > > I think that

Re: [Harbour] Harbour under Mandriva 2008

2008-03-21 Thread Teo Fonrouge
lhbsix -lhbusrrdd \ -lhbmacro -lhbcommon -lhblang -lhbcpage\ -lhbdebug -lhbcplr -lhbpcre -lhbct -lhbnf \ -lhbtip -lxhb -Wl,--end-group -lhbclipsm [snip] best regards Teo Fonrouge ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Harbour under Mandriva 2008

2008-03-22 Thread Teo Fonrouge
ado de salida 1 David, You need to link in the math lib, just add at the end of your link sequence: -lm BTW, for environments that use bash shells (like linux), harbour provides the scripts: hbcmp, hblnk, hbrun those scripts allows you to easily compile, link and run respectively. e.g.:

Re: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-10 Thread Teo Fonrouge
nGW/MSYS shell. best regards Teo Fonrouge ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] New TBROWSE class

2008-04-11 Thread Teo Fonrouge
On Wednesday 09 April 2008 05:14:12 pm Przemyslaw Czerpak wrote: > Hi All, > > I'm attaching new TBROWSE class. > This new implementation though borrowed from previous Harbour version > some methods code like NTOP(), NBOTTOM(), NLEFT(), NRIGHT(), BORDER(), > MESSAGE() which recently Victor Szakats

Re: [Harbour] New TBROWSE class

2008-04-11 Thread Teo Fonrouge
On Thursday 10 April 2008 04:45:42 pm Przemyslaw Czerpak wrote: > On Thu, 10 Apr 2008, Teo Fonrouge wrote: > > Przemek, > > I've found just a visual issue, attached is a screen-shoot showing a > > wrong behavior regarding the columns width when moving the cursor > >

Re: [Harbour] New TBROWSE class

2008-04-12 Thread Teo Fonrouge
On Thursday 10 April 2008 08:52:18 pm you wrote: > On Thu, 10 Apr 2008, Teo Fonrouge wrote: > > Using the last tbrowse version that you just send I still have found > > problems regarding of size & position of cells, for illustrate this > > problems, I took the libert

Re: [Harbour] New TBROWSE class

2008-04-12 Thread Teo Fonrouge
On Friday 11 April 2008 12:32:14 am Teo Fonrouge wrote: [snip] Przemek, Just a little request, in the :doConfigure() method, I think that we need to use the value of oCol:width if it is not NIL, this is to allow a combination of a oCol:block that can return a empty string in this stage *but

Re: [Harbour] 2008-04-22 20:41 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-04-23 Thread Teo Fonrouge
. > If you can also describe what exactly TOFIX in :firstScrCol() > and :viewArea() means then maybe I can help - I do not have > xbase++ so I do not know what should be fixed. 2008-04-23 02:20 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) * contrib/hbgd/gdimage.pr

Re: [Harbour] 2008-04-22 20:41 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-04-23 Thread Teo Fonrouge
On Wednesday 23 April 2008 06:00:11 am Lorenzo Fiorini wrote: > On Wed, Apr 23, 2008 at 9:34 AM, Teo Fonrouge <[EMAIL PROTECTED]> wrote: > > 2008-04-23 02:20 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) > > * contrib/hbgd/gdimage.prg > > ! Fixed

Re: [Harbour] SETGET METHOD is a DATA :(

2008-04-24 Thread Teo Fonrouge
On Thursday 24 April 2008 05:56:54 am Miguel Angel Marchuet wrote: > __objHasData( oObject, cSymbol ) returns .T. for SETGET METHOD > and returns .F. for __objHasMethod( oObject, cSymbol ) > > And other functions as follows, has the same problem: > __objGetMsgList( oObject, lDataMethod, nClassType

Re: [Harbour] Proposal of modification in Harbour\doc

2008-06-09 Thread Teo Fonrouge
On Monday 09 June 2008 02:41:16 pm Szakáts Viktor wrote: > > Well agree , and want start in doxygen so have download doxygen and > > read this guide http://www.codeproject.com/KB/tips/doxysetup.aspx > > but i have some problem to start: > > Harbour source *.c aren't in doxygen format. How convert?

Re: [Harbour] Compile error

2008-09-05 Thread Teo Fonrouge
On Friday 05 September 2008 02:39:16 pm [EMAIL PROTECTED] wrote: > Hi, this ugly code fails to compile. Is this expected? > > ---cut--- > PROCEDURE CheckState() CLASS TCounter >local lBold := ::lBold >if HB_IsObject( ::oBtnBold ) ; if !( lBold == ::lBold ) ; > > ::oBtnBold:Refresh( .f. ) ;

[Harbour] 2008-09-08 13:59 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

2008-09-08 Thread Teo Fonrouge
2008-09-08 13:59 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)   * include/hbclass.ch     ! added missing MESSAGE TO       ; this also fixes DELEGATE command best regards Teo ___ Harbour mailing list Harbour@harbour-project.org http

Re: [Harbour] 2008-09-20 03:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-19 Thread Teo Fonrouge
> * harbour/source/vm/hvm.c > > * minor modification: #ifdef ... => #if defined( ... ) > > > > * harbour/source/rtl/gtcrs/gtcrs.c > > * harbour/source/rtl/gttrm/gttrm.c > > ! fixed reentrance counter resetting 2008-09-19 21:26 UTC-0500 Teo Fonrouge

Re: [Harbour] about hash() of xHarbour

2008-09-29 Thread Teo Fonrouge
On Monday 29 September 2008 07:45:03 pm WenSheng wrote: > Hi!! > > I'm user of xHarbour, > I hope can trans to harbour, > but use many hash(), > somebody can help me how to use is at harbour ? Sure WenSheng, You may try first to include the file "hbcompat.ch" (under the "harbour/contrib/xhb" dir

Re: [SPAM] [Harbour] Speedtst.exe results for 2 computers

2008-10-08 Thread Teo Fonrouge
On Wednesday 08 October 2008 12:49:16 am Phil Barnett wrote: > On Tuesday 07 October 2008 08:45:51 pm Przemyslaw Czerpak wrote: > > > I saw the environment parameter included in all of the gcc compile > > > strings, so I think that -DHB_GUI was compiled into the compiler. Then > > > I ran mpkg_tgz.

Re: [SPAM] [Harbour] Speedtst.exe results for 2 computers

2008-10-08 Thread Teo Fonrouge
On Thursday 09 October 2008 12:27:41 am Phil Barnett wrote: > On Wednesday 08 October 2008 10:43:12 am Teo Fonrouge wrote: > > I see that you are use a rpm based distro (Fedora 9) so you can build the > > binaries and install it as rpm's. To create the Harbour rpm's, you

Re: [Harbour] ChangeLog 9586 2008-10-09 10:02:02Z tfonrouge

2008-10-09 Thread Teo Fonrouge
On Thursday 09 October 2008 05:16:41 am Szakáts Viktor wrote: > Hi Teo, > > I'm not sure this is the right solution :( > > First, a .tmp file as a static file looks quite > strange, but most importantly, who will update > this file after each commit? Hello Viktor, This file will be only needed by

[Harbour] Missing hbverbld.h ?

2008-10-09 Thread Teo Fonrouge
Hello, Why is this file not in current SVN and is referenced in harbour.c ? best regards, Teo ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] 2008-10-09 07:30 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

2008-10-09 Thread Teo Fonrouge
2008-10-09 07:29 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) - bin/hb_flst.tmp * bin/pack_src.sh - removed the temporary file list from SVN. * Added code to retrieve the source file list when SVN info is not available best regards, Teo

[Harbour] ChangeLog 9586 2008-10-09 10:02:02Z tfonrouge

2008-10-09 Thread Teo Fonrouge
2008-10-09 05:02 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) * bin/hb_flst.tmp * bin/pack_src.sh * small fix to have always the list ordered 2008-10-09 04:57 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) + bin/hb_flst.tmp * bin/pack_src.sh * Made available the source

Re: [SPAM] [Harbour] Speedtst.exe results for 2 computers

2008-10-09 Thread Teo Fonrouge
On Thursday 09 October 2008 02:47:44 am Szakáts Viktor wrote: > Hi Teo, > > Good that you mention, I've observed this when doing the > builds. > > I think this is a serious limitation, which makes it > impossible for someone to build .rpms based on downloaded > source archives. > > Is there any way

Re: [Harbour] Missing hbverbld.h ?

2008-10-09 Thread Teo Fonrouge
On Thursday 09 October 2008 08:47:31 am Przemyslaw Czerpak wrote: > On Thu, 09 Oct 2008, Teo Fonrouge wrote: > > Hi Teo, > > > Why is this file not in current SVN and is referenced in harbour.c ? > > It's created dynamically by hbpp when Harbour is compiled. Hell

Re: [Harbour] Missing hbverbld.h ?

2008-10-09 Thread Teo Fonrouge
On Thursday 09 October 2008 02:38:03 pm Przemyslaw Czerpak wrote: > On Thu, 09 Oct 2008, Teo Fonrouge wrote: > > Hi Teo, > > > Do you know why the header of some files is different if you download the > > file by following the links provided by sourceforge.net ? > >

[Harbour] Profiling

2008-10-11 Thread Teo Fonrouge
Hello, On Linux, I want to do some profiling in an proyect, so I have compiled Harbour with "-DHB_USE_PROFILER" and created the binaries. Nevertheless, when I try to run the sample at /tests/testprof.prg it simply aborts with a segfault. Is there something in which I must have take care of ?

Re: [Harbour] Profiling

2008-10-11 Thread Teo Fonrouge
On Saturday 11 October 2008 03:00:37 am Teo Fonrouge wrote: > Hello, > > On Linux, I want to do some profiling in an proyect, so I have compiled > Harbour with "-DHB_USE_PROFILER" and created the binaries. > > Nevertheless, when I try to run the sample at /tests/tes

Re: [Harbour] Profiling

2008-10-12 Thread Teo Fonrouge
On Saturday 11 October 2008 11:11:50 Teo Fonrouge wrote: > On Saturday 11 October 2008 03:00:37 am Teo Fonrouge wrote: > > Hello, > > > > On Linux, I want to do some profiling in an proyect, so I have compiled > > Harbour with "-DHB_USE_PROFILER" and creat

Re: [Harbour] Profiling

2008-10-12 Thread Teo Fonrouge
On Sunday 12 October 2008 13:12:40 Francesco Saverio Giudice wrote: > Hi Teo, > > Il 11/10/2008 18.11, Teo Fonrouge ha scritto: > > Any help is badly appreciated. > > > Badly ?! ;-) > I hope not :-D > Sorry but I can't resist. :) Badly

[Harbour] 2008-10-19 20:02 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

2008-10-19 Thread Teo Fonrouge
2008-10-19 20:02 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) * source/debug/dbgbrwsr.prg ! Fixed out of range error ( BASE/1133 ) when scrolling out the source code window and then executing a "run" command. best reg

[Harbour] 2008-10-20 11:59 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

2008-10-20 Thread Teo Fonrouge
2008-10-20 11:59 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) * source/debug/debugger.prg ! Fixed error when selecting "Restore Settings" and the current prg source is not in the "path for Files" option. (NIL ::oBrwText at line 1478 on debugger.prg)

[Harbour] 2008-10-21 17:15 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

2008-10-21 Thread Teo Fonrouge
2008-10-21 17:15 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) * source/debug/debugger.prg ! Fixed error when moving in the call stack window to an source prg not included in the path, and a ::oWndVars (Monitor of vars) is opened. best regards, Teo

Re: [Harbour] A Bug in TBrowse Class

2008-10-26 Thread Teo Fonrouge
On Saturday 25 October 2008 09:09:06 pm Pritpal Bedi wrote: > Hello Przemek > > How this error can be generated: > Open any TBrowse. I did with tests/wvtext.prg . > > Scroll down with down-arrow past last line by two records. > Scroll up with up-arrow past first record. > Scroll down with down-arro

Re: [Harbour] 2008-11-04 23:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-11-04 Thread Teo Fonrouge
+ Moved functions not depending on FM_STATISTICS setting, > to separate files. > ; NOTE: MEMORY() function should IMO move to rtl, and > hb_xmem*() functions to common lib. 2008-11-04 15:53 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com) * source/vm/fm.c *

Re: [Harbour] Default support for shared library in MacOSX build

2008-11-20 Thread Teo Fonrouge
On Thursday 20 November 2008 12:30:37 pm Przemyslaw Czerpak wrote: > Hi All, > > I would like to hear group decision about default support for > shard libraries in binaries created for MacOSX. > I want to keep it enabled by default like in all other *nixes > so standard build scripts will create co

Re: [Harbour] Re: hbpqtui class

2010-01-27 Thread Teo Fonrouge
On Jan 27, 2010, at 10:08 AM, Viktor Szakáts wrote: > Hi, > >> I think you have to consider that many people , including us, Bruno and >> Carozo >> are using HBQT to develope another library. >> >> Your disagreements can ruin a lot of work made in lasts months >> >> HBQT , HBIDE and HBXBP co

Re: [Harbour] SF.net SVN: harbour-project:[14149] trunk/harbour

2010-03-12 Thread Teo Fonrouge
On Mar 12, 2010, at 6:26 PM, dru...@users.sourceforge.net wrote: > Revision: 14149 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14149&view=rev > Author: druzus > Date: 2010-03-13 00:26:30 + (Sat, 13 Mar 2010) > > Log Message: > --- > 2010-03-13

Re: [Harbour] Ask Str2Poniter() and Pointer2Str() function pair ....

2010-03-27 Thread Teo Fonrouge
Hello Shum, On Mar 26, 2010, at 7:29 AM, Shum wrote: > > Hi Harbour developers, > > I would like to ask the Str2Pointer(cStr) and Pointer2Pointer(pPtr) function > ... > > Something like in xHarbour HB_String2Pointer(cStr) and ( > HB_Pointer2Str(pPtr,nByte) or Stringof() in C langurage ...) Ma

Re: [Harbour] Re: Ask Str2Poniter() and Pointer2Str() function pair ....

2010-03-27 Thread Teo Fonrouge
Hello Shum, On Mar 27, 2010, at 9:16 AM, Shum wrote: > > Hi Teo, > > I am converting my Xbase++ application into Harbour... > > Within my Xbase++ Application, I use BAP lib which are function for calling > C function within Xbase++ > and it has a function called Stringof() same as Pointer2Str(

Re: [Harbour] RE: Ask Str2Poniter() and Pointer2Str() function pair ....

2010-03-27 Thread Teo Fonrouge
Hello Shum, On Mar 27, 2010, at 11:05 AM, Shum wrote: > > > Hi Teo, > > > >> Please take in mind the Viktor's advice. It's very dangerous to deal with >> pointers at prg Harbour level, you can easily break things badly. > > I just use the function during Xbase++ to Harbour converting ... >

Re: [Harbour] Re: Ask Str2Poniter() and Pointer2Str() function pair ....

2010-03-28 Thread Teo Fonrouge
Hello Shum, On Mar 27, 2010, at 11:05 PM, Shum wrote: > > Hi Teo, > >> HB_FUNC( POINTER2STRING ) >> { >> PHB_ITEM p = hb_param( 1, HB_IT_POINTER ); >> PHB_ITEM n = hb_param( 2, HB_IT_NUMERIC ); >> >> if( p && n ) >> { >> PHB_ITEM s = hb_itemNew( NULL ); >>

Re: [Harbour] Re: Ask Str2Poniter() and Pointer2Str() function pair ....

2010-03-28 Thread Teo Fonrouge
Hello Shum, On Mar 28, 2010, at 1:23 AM, Teo Fonrouge wrote: > Hello Shum, > > On Mar 27, 2010, at 11:05 PM, Shum wrote: > >> >> Hi Teo, >> >>> HB_FUNC( POINTER2STRING ) >>> { >>> PHB_ITEM p = hb_param( 1, HB_IT_P

Re: [Harbour] Ask Str2Poniter() and Pointer2Str() function pair ....

2010-03-29 Thread Teo Fonrouge
Hello Rossine, This functions are for a special need for Shum, and in no way are required in a normal Harbour programming session. Bellow you'll find a sample that illustrates of what they do. On Mar 29, 2010, at 8:04 AM, Rossine wrote: > > Hi, > > I'm trying to use the function of you and me

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Marco, On Apr 8, 2010, at 7:23 AM, marco bra wrote: > Many thanks to Premzek and Viktor for the clear answer. > > Surely i will send some note to the developer of wxHarbour BTW i was solving > this compiling samples issue with this statement: > > make HBLIBSTYPE=shared This variable is

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Viktor, On Apr 8, 2010, at 9:42 AM, Viktor Szakáts wrote: > Hi, > >> Many thanks to Premzek and Viktor for the clear answer. > > You're welcome. > >> Surely i will send some note to the developer of wxHarbour BTW i was solving >> this compiling samples issue with this statement: >> >>

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Bruno, On Apr 8, 2010, at 11:07 AM, Bruno Luciani wrote: > Teo , I just try your wxHarbour , and I 've downloaded ok and build library > without problems > > But when I try to compile samples I get this error > > /dbbrowser' > (cd helloworld && make all) > cd: 1: can't cd to helloworld >

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Viktor, On Apr 8, 2010, at 9:47 AM, Viktor Szakáts wrote: > Hi Marco, > >> Viktor i see here http://sourceforge.net/projects/wxharbour/develop you are >> an admin of the project >> >> I was playing with samples i like them, i like the gtk lib. >> >> Do you think wxHarbour might be a go

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Viktor, On Apr 8, 2010, at 12:57 PM, Viktor Szakáts wrote: >> Here is Guillaume Laurent explains why Qt is better than gtkmm > > Just to clear confusion: > > wxHarbour is not GTKMM or GTK based. > > It's based on wx lib. > > wx lib internally uses different GUI subsystems > depending o

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Marco, On Apr 8, 2010, at 7:23 AM, marco bra wrote: > Many thanks to Premzek and Viktor for the clear answer. > > Surely i will send some note to the developer of wxHarbour BTW i was solving > this compiling samples issue with this statement: > > make HBLIBSTYPE=shared > > The samples

Re: [Harbour] Introducing myself

2010-04-09 Thread Teo Fonrouge
On Apr 6, 2010, at 10:08 AM, Antonio Maniero wrote: > Hello everybody > [ snip] > Thanks to everyone efforts. Harbour community need to be more active to > "sell" Harbour on the web. IMHO most xBase programmer is individualist too > much, including. I hope change this. > > Feel free to writ

Re: [Harbour] Re: Ubuntu issue building hbpcre lib

2010-04-10 Thread Teo Fonrouge
Hi Guillermo, On Apr 10, 2010, at 7:44 AM, Guillermo Varona Silupú wrote: > Hola Teo: > ¿cómo puedo obtener wxHarbour con el SVN? > > [ENG by Google] > Hi Teo: > WxHarbour how I can get the SVN? First at all, you need a SVN client. On Linux based OS you may install the "subversion" package u

Re: [Harbour] Re: Ubuntu issue building hbpcre lib

2010-04-10 Thread Teo Fonrouge
Hello Guillermo, On Apr 10, 2010, at 2:50 PM, Guillermo Varona Silupú wrote: > Gracias Teo, ya pude bajar los funtes del SVN, sin embargo, aun no he podido > generar la LIB y por ende los ejemplos. > Solamente he bajado e instalado esto: > http://ufpr.dl.sourceforge.net/project/wxwindows/wxMSW/2

Re: [Harbour] Re: Ubuntu issue building hbpcre lib

2010-04-10 Thread Teo Fonrouge
Hello Guillermo, On Apr 10, 2010, at 3:55 PM, Teo Fonrouge wrote: > Hello Guillermo, > > On Apr 10, 2010, at 2:50 PM, Guillermo Varona Silupú wrote: > >> Gracias Teo, ya pude bajar los funtes del SVN, sin embargo, aun no he podido >> generar la LIB y por ende los e

[Harbour] hbmk2: expanding env vars on windows

2010-04-10 Thread Teo Fonrouge
Hello, On an *.hbc script, there is the following line: -i{mingw}${HB_WITH_WX}\..\lib\gcc_lib\msw If I set the HB_WITH_WX var with: set HB_WITH_WX=C:\wxWidgets-2.8.10 then it's incorrectly expanded to: -LC:/lib/gcc_lib If I set the HB_WITH_WX var with: set HB_WITH_WX=C:\wxWidgets-2.8.10\i

Re: [Harbour] hbmk2: expanding env vars on windows

2010-04-10 Thread Teo Fonrouge
On Apr 10, 2010, at 8:35 PM, Teo Fonrouge wrote: > Hello, > > On an *.hbc script, there is the following line: > > -i{mingw}${HB_WITH_WX}\..\lib\gcc_lib\msw Ok, now I got a little more knowledge on hbmk2 and I see where the problem is: "\..\" > [snip] Sorry f

[Harbour] [Viktor] Can we delete the -nologo parameter for rc.exe ?

2010-04-11 Thread Teo Fonrouge
Viktor, Seems that "rc.exe" hasn't a "-nologo" parameter. Can I safely remove that in the "config/win/msvc.mk" file at SVN ? best regards, Teo ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-

Re: [Harbour] [Viktor] Can we delete the -nologo parameter for rc.exe ?

2010-04-11 Thread Teo Fonrouge
Hello Viktor, On Apr 11, 2010, at 11:16 AM, Viktor Szakáts wrote: >> Seems that "rc.exe" hasn't a "-nologo" parameter. > > It has, in MSVS 2010. > >> Can I safely remove that in the "config/win/msvc.mk" file at SVN ? > > There is a better solution: See my just sent e-mail. I just did, and I'm

Re: [Harbour] [Viktor] Can we delete the -nologo parameter for rc.exe ?

2010-04-11 Thread Teo Fonrouge
Hello Viktor, On Apr 11, 2010, at 12:02 PM, Viktor Szakáts wrote: > Hi, [snip] > I'd however not recommend keeping that many tools > in the PATH at the same time. It can be source of Thank you, this solved my problem: I was keeping in the path the C:\MinGW\bin directory in order to find the

Re: [Harbour] I have a problem with hb_arrayNew ()

2010-04-12 Thread Teo Fonrouge
Hello Claudio, On Apr 12, 2010, at 9:03 AM, sr...@adinet.com.uy wrote: > Hi all, > > I have a doubt with the function hb_arrayNew > When I create an array in C: > > #pragma begindump > #include "hbapi.h" > #include "hbapiitm.h" > > HB_FUNC (MyFunc) > { > . > > pArray

Re: [Harbour] I have a problem with hb_arrayNew ()

2010-04-12 Thread Teo Fonrouge
Hello Claudio, Forgot to give the link. On Apr 12, 2010, at 9:47 AM, Teo Fonrouge wrote: > Hello Claudio, > > [snip] > Please read the following link, even it's based on Clipper 5.2 > it perfectly applies to current Harbour too. http://www.ousob.com/ng/cltech/ngc2

[Harbour] [Przemek] Call HB_GCAll() inside AltD()

2010-04-22 Thread Teo Fonrouge
Hello Przemek, When using the debugger and having objects with destructors, sometimes when the AltD() function is executed and the program execution is paused the destructor code is not called until the first InKey( 0 ) call is issued and causing the execution of the destructor code right after e

  1   2   >