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

2009-05-25 Thread alkresin
Revision: 8 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=8view=rev Author: alkresin Date: 2009-05-25 06:36:08 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 10:30 UTC+0300 Alexander Kresin alex at belacy.belgorod.su Modified Paths:

[Harbour] Re: Source code formatter

2009-05-25 Thread Alexander S.Kresin
Paul, Hi Alexander and All, I ported Click to Harbour for use on Linux. The code is untested on Windows but may compile and run. Added Calls to information in function headers and made stand alone executable. Need to update code in few days but current source and bin is posted on Google

[Harbour] Formatter uploaded

2009-05-25 Thread Alexander S.Kresin
Hi All, Since the automated procedure has been mailed only the Changelog entry header here, I post the whole entry ( possibly it's needed to update the doc/howtosvn.txt ): 2009-05-25 10:30 UTC+0300 Alexander Kresin alex at belacy.belgorod.su + utils/hbformat + utils/hbformat/hbformat.prg

RE: [Harbour] exit with switch and for each

2009-05-25 Thread Horodyski Marek (PZUZ)
Yes, therefore I write without additive rules. Regards, Marek Horodyski -Original Message- From: Vailton Renato [mailto:vail...@gmail.com] Sent: Saturday, May 23, 2009 10:06 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] exit with switch and for each Here I use

[Harbour] SF.net SVN: harbour-project:[11119] trunk/harbour/utils/hbformat/Makefile

2009-05-25 Thread alkresin
Revision: 9 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=9view=rev Author: alkresin Date: 2009-05-25 08:05:58 + (Mon, 25 May 2009) Log Message: --- Just adding $Id Modified Paths: -- trunk/harbour/utils/hbformat/Makefile

[Harbour] SF.net SVN: harbour-project:[11120] trunk/harbour/utils/hbformat

2009-05-25 Thread alkresin
Revision: 11120 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11120view=rev Author: alkresin Date: 2009-05-25 08:07:24 + (Mon, 25 May 2009) Log Message: --- Trying propset Modified Paths: -- trunk/harbour/utils/hbformat/Makefile

Re: [Harbour] Formatter uploaded

2009-05-25 Thread vatzct
Alexander S.Kresin написав(ла): Hi All, Since the automated procedure has been mailed only the Changelog entry header here, I post the whole entry ( possibly it's needed to update the doc/howtosvn.txt ): 2009-05-25 10:30 UTC+0300 Alexander Kresin alex at belacy.belgorod.su +

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

2009-05-25 Thread vszakats
Revision: 11121 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11121view=rev Author: vszakats Date: 2009-05-25 08:19:23 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 10:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/howtosvn.txt *

RE: [Harbour] gpf

2009-05-25 Thread Horodyski Marek (PZUZ)
-Original Message- From: Xavi [mailto:jara...@gmail.com] Sent: Sunday, May 24, 2009 12:11 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] gpf Hi Marek, marek.horody...@interia.pl escribió: [...] Maby, for optimization, for escape from switch we need another rules

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

2009-05-25 Thread alkresin
Revision: 11122 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11122view=rev Author: alkresin Date: 2009-05-25 08:51:43 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 10:30 UTC+0300 Alexander Kresin alex at belacy.belgorod.su *

[Harbour] Re: Formatter uploaded

2009-05-25 Thread Alexander S.Kresin
Just try to format hbformat.prg. C:\dev\harbour_bcc\bin\hbformat.exe hbformat.prg Initialization error 3 on line 75 : nLineVar = -1 That was an error reading the hbformat.ini, the program didn't undestand the -1 value. Now it's fixed. Regards, Alexander.

Re: [Harbour] Printing Problem

2009-05-25 Thread Szakáts Viktor
Hi Sudip, It's part of Harbour, so simply get Harbour and build it. Brgds, Viktor On 2009.05.25., at 5:12, Sudip Bhattacharyya wrote: Hello Massimo Belgrano, Thanks a lot. How can I get hbmake2 ? Regards. Sudip -- View this message in context:

Re: [Harbour] Printing Problem

2009-05-25 Thread Szakáts Viktor
You have a few choices, I suggest to go to our sf.net page (also linked from harbour-project.org) and look for Code / SVN menu. If you downloaded the source, look into INSTALL doc for more. Brgds, Viktor On 2009.05.25., at 5:09, Sudip Bhattacharyya wrote: Hello Xavi, Thank you for your

Re: [Harbour] gpf

2009-05-25 Thread Xavi
Small, reduced, self-contained, sample of how cause gpf only with -gc3 .- Procedure Main() Local x, stringORarray := 'Small' for each x in stringORarray switch x case 'a' exit end ? x next // GPF Wait return -- Xavi P.S. Sorry for my bad english. :'(

Re: [Harbour] OLE - Feature Request

2009-05-25 Thread Mindaugas Kavaliauskas
Pritpal Bedi wrote: Hello Mindaugas, All Here is a MSDN - VB Documentation below. Can we have this type of function in Harbour? GetObject Function Returns a reference to an object provided by a COM component. Public Function GetObject( _ Optional ByVal PathName As String = Nothing, _

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

2009-05-25 Thread vszakats
Revision: 11123 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11123view=rev Author: vszakats Date: 2009-05-25 10:30:46 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 12:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_gnu.bat % Fixed

[Harbour] hbwin / axcore.c and C++

2009-05-25 Thread Viktor Szakáts
Hi All, All compilers are broken in C++ mode for hbwin / axcore.c, this means msvc and owatcom in default builds. Any chance fixing these? --- msvc ../../axcore.c(155) : error C2143: syntax error : missing ';' before '*' ../../axcore.c(155) : error C4430: missing type specifier - int assumed.

Re: [Harbour] Formatter uploaded

2009-05-25 Thread Grigory Filatov
Hi Alexander, Please be so kind to upload a missing file hbformac.c with C-function RF_FILEREAD(). Thanks in advance! -- Kind Regards, Grigory Filatov -- View this message in context: http://www.nabble.com/Formatter-uploaded-tp23702351p23705083.html Sent from the Harbour - Dev mailing list

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

2009-05-25 Thread alkresin
Revision: 11124 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11124view=rev Author: alkresin Date: 2009-05-25 11:01:28 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 15:00 UTC+0300 Alexander Kresin alex at belacy.belgorod.su *

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

2009-05-25 Thread Alexander S.Kresin
* utils/hbformat/hbformat.ini + utils/hbformat/hbformat.hbm * utils/hbformat/hbformat.prg * utils/hbformat/Makefile ! Added SVN props. + Added hbformat.hbm (hbmk2 make file). % Deleted forced MT mode from Makefile (not needed for hbformat) ! Separated C code from .prg.

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

2009-05-25 Thread druzus
Revision: 11125 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11125view=rev Author: druzus Date: 2009-05-25 11:12:39 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 13:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2009-05-25 Thread Mindaugas Kavaliauskas
* harbour/source/compiler/gencc.c ! fixed -gc3 code generated for switch statement - thanks to Marek and Xavi for information and self contain example TODO: add missing RT error in -gc3 output when wrong (non integer and non string value) is used in SWITCH statement

Re: [Harbour] Formatter uploaded

2009-05-25 Thread Viktor Szakáts
Sorry, it was my omission, see it in latest commit. Brgds, Viktor On Mon, May 25, 2009 at 12:54 PM, Grigory Filatov gfila...@front.ru wrote: Hi Alexander, Please be so kind to upload a missing file hbformac.c with C-function RF_FILEREAD(). Thanks in advance! -- Kind Regards, Grigory

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

2009-05-25 Thread vszakats
Revision: 11126 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11126view=rev Author: vszakats Date: 2009-05-25 11:23:26 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 13:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) +

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

2009-05-25 Thread Viktor Szakáts
Hi Alexander,    % Deleted forced MT mode from Makefile (not needed for hbformat)    ! Separated C code from .prg. Viktor, it seems, you forgot to add the hbformac.c. BTW, what's bad in using #pragma BEGINDUMP ... #pragma ENDDUMP ? There are a few, I've written a few e-mails on that in the

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

2009-05-25 Thread snaiperis
Revision: 11127 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11127view=rev Author: snaiperis Date: 2009-05-25 11:43:45 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 14:44 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) *

Re: [Harbour] hbwin / axcore.c and C++

2009-05-25 Thread Mindaugas Kavaliauskas
All compilers are broken in C++ mode for hbwin / axcore.c, this means msvc and owatcom in default builds. Any chance fixing these? Hi, fixed a few errors. The main problem of interface virtual function table definition still exists. Trying to find a solution (and learn C++)... Regards,

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

2009-05-25 Thread Przemyslaw Czerpak
On Mon, 25 May 2009, Alexander S.Kresin wrote: Hi, Viktor, it seems, you forgot to add the hbformac.c. BTW, what's bad in using #pragma BEGINDUMP ... #pragma ENDDUMP ? There is no reason to hardcode that Harbour output has to be C only code. We can add direct object file generation in the

Re: [Harbour] Printing Problem

2009-05-25 Thread Sudip Bhattacharyya
Hi Victor, I downloaded (harbour source), and build. But it's not there. Finally I copied from Harbour_dev :-) Regards. Sudip -- View this message in context: http://www.nabble.com/Printing-Problem-tp23696757p23705896.html Sent from the Harbour - Dev mailing list archive at Nabble.com.

Re: [Harbour] Printing Problem

2009-05-25 Thread Sudip Bhattacharyya
Hi, I downloaded harbour source and compiled. But didn't find hbwin library. But I found this library within C:\harbour_dev\harbour\bcc\lib, but here I can't find hbw32.lib. But I find hbw32lib in harbour. I copied a sample (and the library) from there and test win32prn with Harbour-dev. It runs

[Harbour] error with 11127

2009-05-25 Thread Rossine
Hello, The parameter GT= was changed? What should I do to change correct this error? [ERROR] hbmk: Autodetected architecture: win hbmk: Using Harbour: C:\hrb_bcc\bin C:\hrb_bcc\include C:\hrb_bcc\lib C:\hrb_bcc\lib hbmk: Using C compiler: c:\bcc55\bin\bcc32.exe hbmk: Processing

Re: [Harbour] error with 11127

2009-05-25 Thread Szakáts Viktor
Hi Rossine, There is no command line parameter called gt=. You should use 'hbmk2 ... -gtgui' [ gt= is accepted though in .hbl files. ] Brgds, Viktor On 2009.05.25., at 14:15, Rossine wrote: Hello, The parameter GT= was changed? What should I do to change correct this error? [ERROR] hbmk:

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

2009-05-25 Thread Przemyslaw Czerpak
On Mon, 25 May 2009, Mindaugas Kavaliauskas wrote: Conflicted C:\harbour\ChangeLog Conflicted C:\harbour\source\compiler\gencc.c Warning! One or more files are in a conflicted state. :( Exactly (with a precision of byte) the same fix, the only difference, I've used fNil name instead of

Re: [Harbour] error with 11127

2009-05-25 Thread Rossine
Hi Viktor, Viktor Szakáts wrote: There is no command line parameter called gt=. You should use 'hbmk2 ... -gtgui' [ gt= is accepted though in .hbl files. ] OK, it´s work´s fine :) Thank you very much, Rossine. -- View this message in context:

Re: [Harbour] exit with switch and for each

2009-05-25 Thread Ranier Vilela
Horodyski Marek (PZUZ) escreveu: Yes, therefore I write without additive rules. Regards, Marek Horodyski -Original Message- From: Vailton Renato [mailto:vail...@gmail.com] Sent: Saturday, May 23, 2009 10:06 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] exit

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

2009-05-25 Thread snaiperis
Revision: 11131 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11131view=rev Author: snaiperis Date: 2009-05-25 15:47:08 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 18:45 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) *

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

2009-05-25 Thread vszakats
Revision: 11132 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11132view=rev Author: vszakats Date: 2009-05-25 16:05:35 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 18:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwin/axcore.c

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

2009-05-25 Thread Viktor Szakáts
Hi Mindaugas, Now it compiles cleanly with both msvc and owatcom. Thanks a lot. Brgds, Viktor On Mon, May 25, 2009 at 5:47 PM, snaipe...@users.sourceforge.net wrote: Revision: 11131           http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11131view=rev Author:   snaiperis

[Harbour] Error

2009-05-25 Thread Enrico Maria Giordano
Error E2451 ../../../hvm.c 8680: Undefined symbol '_hb_stack_ptr_' in function hb_xvmSwitchGet EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EMG

[Harbour] Errors with msvc

2009-05-25 Thread Rossine
Hello, When I'm generating harbour with MSVC, I see the mistakes below and the other libs are not generated. [ERROR] C:\harbour\contrib\gtwvg-#MSVC#if not exist ..\..\lib\win\msvc\. md ..\..\lib\win\msvc make.exe[3]: Entering directory `C:/harbour/contrib/gtwvg/win/msvc' cl.exe -nologo -I.

Re: [Harbour] Errors with msvc

2009-05-25 Thread Viktor Szakáts
I can confirm. owatcom is broken as well, pbly also all other C++ mode. Brgds, Viktor On Mon, May 25, 2009 at 6:32 PM, Rossine qii...@ig.com.br wrote: Hello, When I'm generating harbour with MSVC, I see the mistakes below and the other libs are not generated. [ERROR]

[Harbour] Re: Source code formatter

2009-05-25 Thread Alexander S.Kresin
If you can submit the smallest possible code fragments which display the bad behavior, it would help the debugging process. Ok. Below are two samples. 1) The code: // -- CLASS HDBRecSet DATA aRecs// line1 // line2

Re: [Harbour] Error

2009-05-25 Thread Francesco Saverio Giudice
Hi Enrico, it should be fixed adding at line #8676 macro HB_STACK_TLS_PRELOAD so: BOOL hb_xvmSwitchGet( PHB_ITEM * pSwitchPtr ) { HB_STACK_TLS_PRELOAD HB_TRACE(HB_TR_DEBUG, (hb_xvmSwitchGet(%p), pSwitchPtr)); * pSwitchPtr = hb_vmSwitchGet(); HB_XVM_RETURN } To me in this way it

Re: [Harbour] Errors with msvc

2009-05-25 Thread Mindaugas Kavaliauskas
Viktor Szakáts wrote: I can confirm. owatcom is broken as well, pbly also all other C++ mode. C:\harbour\contrib\gtwvg-#MSVC#if not exist ..\..\lib\win\msvc\. md ..\..\lib\win\msvc make.exe[3]: Entering directory `C:/harbour/contrib/gtwvg/win/msvc' cl.exe -nologo -I. -I../../../../include -Gs

Re: [Harbour] exit with switch and for each

2009-05-25 Thread Przemyslaw Czerpak
On Sat, 23 May 2009, Vailton Renato wrote: Hi, Here I use something like this: lExit := .F. for each x in stringORarray switch x case 'a' lExit := .T. exit // but we need exit from for each, not only from switch end if lExit exit; end next The same is for many other

Re: [Harbour] Errors with msvc

2009-05-25 Thread Viktor Szakáts
Here there is no hbwinole.h in /include. To me it looks like the usual C vs. C++ compilation problem with OLE related stuff. Brgds, Viktor On Mon, May 25, 2009 at 9:29 PM, Mindaugas Kavaliauskas dbto...@dbtopas.lt wrote: Viktor Szakáts wrote: I can confirm. owatcom is broken as well, pbly

Re: [Harbour] Printing Problem

2009-05-25 Thread Sudip Bhattacharyya
Thanks Victor, I downloaded the previous version of sourcecode. Now I downloaded Nightly Version source of Harbour. Regards. Sudip Viktor Szakáts wrote: I downloaded harbour source and compiled. But didn't find hbwin library. But I found this library within

Re: [Harbour] gcc 4.4.0 warnings

2009-05-25 Thread Przemyslaw Czerpak
On Fri, 22 May 2009, Szak�ts Viktor wrote: Hi, FYI, otherwise the build process went smoothly, I'll make some speed tests later: ../../binnum.c:115: warning: dereferencing type-punned pointer will break strict-aliasing rules [...] All of above warnings are hacks introduced in x86 builds

Re: [Harbour] Error

2009-05-25 Thread Przemyslaw Czerpak
On Mon, 25 May 2009, Francesco Saverio Giudice wrote: Hi, it should be fixed adding at line #8676 macro HB_STACK_TLS_PRELOAD so: BOOL hb_xvmSwitchGet( PHB_ITEM * pSwitchPtr ) { HB_STACK_TLS_PRELOAD HB_TRACE(HB_TR_DEBUG, (hb_xvmSwitchGet(%p), pSwitchPtr)); * pSwitchPtr =

Re: [Harbour] gcc 4.4.0 warnings

2009-05-25 Thread Viktor Szakáts
Thanks. What should we do in default builds? Can we safely pacify the warnings while keeping performance? Should we just safely suppress these warnings? Brgds, Viktor On Mon, May 25, 2009 at 9:56 PM, Przemyslaw Czerpak dru...@acn.waw.pl wrote: On Fri, 22 May 2009, Szak�ts Viktor wrote: Hi,

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

2009-05-25 Thread snaiperis
Revision: 11134 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11134view=rev Author: snaiperis Date: 2009-05-25 20:28:55 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 23:29 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) *

Re: [Harbour] Error

2009-05-25 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Francesco Saverio Giudice i...@fsgiudice.com A: Harbour Project Main Developer List. harbour@harbour-project.org Data invio: lunedì 25 maggio 2009 19.11 Oggetto: Re: [Harbour] Error To me in this way it is compiling with mingw without error, but it could be

Re: [Harbour] Errors with msvc

2009-05-25 Thread Mindaugas Kavaliauskas
Viktor Szakáts wrote: Here there is no hbwinole.h in /include. To me it looks like the usual C vs. C++ compilation problem with OLE related stuff. Should be fixed. There was some strange C/C++ mixture in wvgsink.c. CINTERFACE was always defined, but HB_ID_REF() was defined in C++ way (not

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

2009-05-25 Thread Enrico Maria Giordano
-Messaggio Originale- Da: dru...@users.sourceforge.net A: harbour@harbour-project.org Data invio: lunedì 25 maggio 2009 21.19 Oggetto: [Harbour] SF.net SVN: harbour-project:[11133] trunk/harbour 2009-05-25 21:28 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] Harbour -j option with disabled filenames and/or linenumbers

2009-05-25 Thread Mindaugas Kavaliauskas
Hi, I'm not sure if it is optional or not, but sometimes it could be helpful for clever translator to find context of original text, etc. If we want to remove it, I suggest to add hbi18n switch, instead of compiler switch. hbi18n has much more free switch namespace. Translation line

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

2009-05-25 Thread Viktor Szakáts
Nice, errors are gone now. Thank you. Brgds, Viktor On Mon, May 25, 2009 at 10:28 PM, snaipe...@users.sourceforge.net wrote: Revision: 11134           http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11134view=rev Author:   snaiperis Date:     2009-05-25 20:28:55 + (Mon,

Re: [Harbour] Harbour -j option with disabled filenames and/or linenumbers

2009-05-25 Thread Viktor Szakáts
I'm not sure if it is optional or not, but sometimes it could be helpful for clever translator to find context of original text, etc. If we want to remove it, I suggest to add hbi18n switch, instead of compiler switch. hbi18n has much more free switch namespace. Translation line stripping

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

2009-05-25 Thread vszakats
Revision: 11135 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11135view=rev Author: vszakats Date: 2009-05-25 21:07:11 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 23:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/gtwvg/wvgsink.c

Re: [Harbour] constant array index optimization idea

2009-05-25 Thread Mindaugas Kavaliauskas
Hi, Since these kind of lines may appear in mass, such optimization may result in code size reduction and speed increase. Some more optimization ideas from the past: SUBSTR(), ASC( SUBSTR() ), RETURN .T., RETURN .F., RETURN NIL This is easy to do, but I guess it would increase speed very

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

2009-05-25 Thread vouchcac
Revision: 11136 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11136view=rev Author: vouchcac Date: 2009-05-25 22:03:22 + (Mon, 25 May 2009) Log Message: --- 2009-05-25 15:01 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/gtwvg/wvgsink.c

Re: [Harbour] constant array index optimization idea

2009-05-25 Thread Viktor Szakáts
The last nice source of ideas I found is Lua virtual machine. In Lua 5.0, VM was rewritten from stack based machine to register-based machine. This increased performance about 20%. Instead of:  PUSHLOCAL 1  PUSHLOCAL 2  ADD  POPLOCAL 3 they use:  ADD 3 1 2 Sounds very good, I've been

[Harbour] Welome to harbour italian group

2009-05-25 Thread Massimo Belgrano
Dear sir we search collaboration for upcoming harbour Italian group http://www.gio22.com/harbour/ http://groups.google.it/group/harbourITA?hl=it Please share here any kind of material regarding harbour: article, link, sample,documentation written is all language we search also volunteer

[Harbour] HBQT controls samples

2009-05-25 Thread Bruno Luciani
Hi , I need samples for for the most of the HBQT controls Anybody have samples of them ? In the tests directory of HBQT samples the sample have only a few of them Any help would be apreciated Bruno ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] Errors with msvc

2009-05-25 Thread Rossine
Hello All, Problem solved :) Thank you very much, Rossine. -- View this message in context: http://www.nabble.com/Errors-with-msvc-tp23709702p23714975.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list

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

2009-05-25 Thread vszakats
Revision: 11137 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11137view=rev Author: vszakats Date: 2009-05-26 00:16:14 + (Tue, 26 May 2009) Log Message: --- 2009-05-26 02:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/fparse.c

[Harbour] Managing error in HBQT

2009-05-25 Thread Bruno Luciani
hello in a HBQT program, when I codify a non existent HBQT method , the program Freeze without any error message, and I need to close the program from taskbar. What I need to codify to use error routines and get the error message ? Thanks in advance for the help Bruno

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

2009-05-25 Thread vszakats
Revision: 11138 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11138view=rev Author: vszakats Date: 2009-05-26 00:55:57 + (Tue, 26 May 2009) Log Message: --- 2009-05-26 02:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/Makefile +

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

2009-05-25 Thread vouchcac
Revision: 11139 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11139view=rev Author: vouchcac Date: 2009-05-26 01:19:17 + (Tue, 26 May 2009) Log Message: --- 2009-05-25 18:16 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/gtwvg/wvgsink.c