[Harbour] RE: Ask for more Xbase++ compatible fuctio n and class ..‏

2010-03-13 Thread Shum
Hi Pritpal, I find some information on the internet for Qt drwaing http://doc.trolltech.com/4.4/qt4-styles.html http://cartan.cas.suffolk.edu/qtdocs/opengl-2dpainting.html http://www.greyc.ensicaen.fr/ensicaen/Docs/Qt4/painting-basicdrawing.html may help in maping gra funct

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

2010-03-13 Thread vouchcac
Revision: 14162 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14162&view=rev Author: vouchcac Date: 2010-03-14 07:28:41 + (Sun, 14 Mar 2010) Log Message: --- 2010-03-13 23:23 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbpgra.prg

Re: [Harbour] Re: hbIDE - Let's review

2010-03-13 Thread francesco perillo
On Sun, Mar 14, 2010 at 1:19 AM, Pritpal Bedi wrote: > You always remember a name for longer periods. Tomorrow I will ask my co-workers to show me this feature... actually I don't know if it is a built-in feature or a plugin... I will tell you how it really works in VS to populate the code snipp

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

2010-03-13 Thread Shum
Hi Pritpal Bedi, >In the first phase I will implement it for printing only, later for widgets. Many thanks for adding GRA... functions ... Even it cannot work (at this time), I can continue the Xbase++ to Harbour porting ... Thanks again ! Now most of the undefined reference to 'HB_FUN_GRA..

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

2010-03-13 Thread vouchcac
Revision: 14161 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14161&view=rev Author: vouchcac Date: 2010-03-14 03:15:55 + (Sun, 14 Mar 2010) Log Message: --- 2010-03-13 19:04 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/gra.ch * co

Re: [Harbour] Re: hbIDE - Let's review

2010-03-13 Thread Viktor Szakáts
Hi, >> Opening via command line as hbide test.hbp .or hbide test.prg >> so hbide will be also registred to open hbp/prg >> > > Sorry, I do not like this approach. While I agree that it's not hbide's job to create registration/association (and it's an ugly as hell territory plus not portable),

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

2010-03-13 Thread vszakats
Revision: 14160 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14160&view=rev Author: vszakats Date: 2010-03-14 00:41:14 + (Sun, 14 Mar 2010) Log Message: --- 2010-03-14 01:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/extrap.c ! Fix

[Harbour] proposal: HB_PATH_MAX estension

2010-03-13 Thread Viktor Szakáts
Hi All, The macro responsible to set maximum filename/path length in Harbour (HB_PATH_MAX) is now set to 264. Modern systems can handle much more as maximum path length (f.e. Windows 32K chars). Shouldn't we extend this Harbour constant to handle more? There are few issues to take care of: -

[Harbour] Re: hbIDE - Let's review

2010-03-13 Thread Pritpal Bedi
Massimo Belgrano wrote: > > I have proposted an array structure for collect > Dynamic defined wizard for visual define Flag like follow screenshot > starting from array/xml easy to define for hbide,harbour > {"/a","automatic memvar"} > {"/w","warning level",{ {"0","warning level0"},{"1","warning

[Harbour] Re: hbIDE - Let's review

2010-03-13 Thread Pritpal Bedi
francesco perillo wrote: > > This morning I attended a visual studio 2010 presentation and the > speaker showed us the power of XNA framework (for game development). > > He had a pane on the left with a list box containing "code snippets". > Double-clicking on one item made VS insert that code

Re: [Harbour] hbIDE - Let's review

2010-03-13 Thread Massimo Belgrano
Imo the way is in debugger with incremental compilation will give powerfull intellisense with debugger hbide will know varname , function,class 2010/3/13 francesco perillo > This morning I attended a visual studio 2010 presentation and the > speaker showed us the power of XNA framework (for g

[Harbour] From array/hash to variables ?

2010-03-13 Thread francesco perillo
If I remember well, a couple of weeks ago there was a commit for a function that enabled to pass from a array/hash to a set of variables.. ex: a["b"]=1 a["c"]=2 function( a ) and now two variables are present: b=1 and c=2 Was it real or did I dream ? If it was real, can it be used also for named

Re: [Harbour] hbIDE - Let's review

2010-03-13 Thread francesco perillo
This morning I attended a visual studio 2010 presentation and the speaker showed us the power of XNA framework (for game development). He had a pane on the left with a list box containing "code snippets". Double-clicking on one item made VS insert that code (multiline code, only the first line sho

Re: [Harbour] Redirect STDOUT

2010-03-13 Thread CarozoDeQuilmes
Hi Viktor, many thanks, it work fine !!! Regards CdQ On Sat, Mar 13, 2010 at 10:12 AM, Viktor Szakáts wrote: > Hi, > > This has been asked and answered a few days ago: > > http://lists.harbour-project.org/pipermail/harbour/2010-March/033534.html > > Anyway it belongs to user's list. > > Brgds, >

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

2010-03-13 Thread vszakats
Revision: 14159 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14159&view=rev Author: vszakats Date: 2010-03-13 18:48:14 + (Sat, 13 Mar 2010) Log Message: --- 2010-03-13 19:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

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

2010-03-13 Thread vszakats
Revision: 14158 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14158&view=rev Author: vszakats Date: 2010-03-13 16:27:08 + (Sat, 13 Mar 2010) Log Message: --- 2010-03-13 17:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

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

2010-03-13 Thread vszakats
Revision: 14157 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14157&view=rev Author: vszakats Date: 2010-03-13 14:07:12 + (Sat, 13 Mar 2010) Log Message: --- 2010-03-13 15:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * util

Re: [Harbour] recommended C compiler for Win

2010-03-13 Thread Viktor Szakáts
>> Finally I installed for tests GCC 4.5 (devel version) >> and in C++ mode with -flto it gives also better results >> then in C mode so it's potentially the fastest code. >> I have to say that I vary like how the meta code is >> implemented. Unlike other compilers GCC can be used >> with LTO witho

Re: [Harbour] Redirect STDOUT

2010-03-13 Thread Viktor Szakáts
Hi, This has been asked and answered a few days ago: http://lists.harbour-project.org/pipermail/harbour/2010-March/033534.html Anyway it belongs to user's list. Brgds, Viktor On 2010 Mar 13, at 14:02, CarozoDeQuilmes wrote: > Hi smu, many thanks for your help but it don't respond my questi

Re: [Harbour] Redirect STDOUT

2010-03-13 Thread CarozoDeQuilmes
Hi smu, many thanks for your help but it don't respond my question. I will make a pure Harbour sample and I will send my question again. Thanks and regards CdQ On Wed, Mar 10, 2010 at 5:07 PM, smu johnson wrote: > Take a look at this example that is working > > #include "Fileio.ch > >

Re: [Harbour] Re: QAplication and TRACE

2010-03-13 Thread CarozoDeQuilmes
Hi Pritpal, many thanks ! Regards CdQ On Fri, Mar 12, 2010 at 7:31 PM, Pritpal Bedi wrote: > > > CarozoDeQuilmes wrote: > > > > Hi Pritpal, can you remove or suspend the followed traces from HBQT ?? > > > > QApplication.cpp:115: HB_TR_ALWAYS hbqt_exit 0 00D5835C > > > > QApplication.cpp:120:

Re: [Harbour] About ADEL()

2010-03-13 Thread Viktor Szakáts
Hi Pete, On 2010 Mar 13, at 11:03, pete_westg wrote: > According documentation a proper use of the Adel() function, is: > ADEL(, ) --> aTarget > where is the array element being deleted. > However, function ADEL() does interesting, -yet unexpected at least for me, > things when it's invo

[Harbour] About ADEL()

2010-03-13 Thread pete_westg
According documentation a proper use of the Adel() function, is: ADEL(, ) --> aTarget where is the array element being deleted. However, function ADEL() does interesting, -yet unexpected at least for me, things when it's invoked with a "slightly fuzzy" way shown in the sample below: 8

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

2010-03-13 Thread vouchcac
Revision: 14156 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14156&view=rev Author: vouchcac Date: 2010-03-13 09:59:18 + (Sat, 13 Mar 2010) Log Message: --- 2010-03-13 01:53 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbp.ch * co

[Harbour] Re: Ask for more Xbase++ compatible fuctio n and class ..‏

2010-03-13 Thread Pritpal Bedi
Shum wrote: > > I hope you can add more Xbase++ function and or class as following: > > -Gra..() Function set (if possible) or please point me how to map with > hbqt for Gra drawing and setting ... > : > : > -GraFont() > -GraSetColor() > -GraQueryTextBox() > -GraSetAttrString() > -GraStringAt

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

2010-03-13 Thread vouchcac
Revision: 14155 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14155&view=rev Author: vouchcac Date: 2010-03-13 08:22:18 + (Sat, 13 Mar 2010) Log Message: --- 2010-03-13 00:13 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/Makefile *

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

2010-03-13 Thread druzus
Revision: 14154 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14154&view=rev Author: druzus Date: 2010-03-13 08:18:32 + (Sat, 13 Mar 2010) Log Message: --- 2010-03-13 09:18 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvmall

Re: [Harbour] recommended C compiler for Win

2010-03-13 Thread Przemysław Czerpak
On Sat, 13 Mar 2010, Szak�ts Viktor wrote: > Fixed: > 2010-03-13 03:18 UTC+0100 Viktor Szakats Thank you very much. So it was stupid typo which exploited the same problem as in few 32bit MinGW builds I tested. MAIN() in linked code enables automatically console application. best regards, Przeme

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

2010-03-13 Thread druzus
Revision: 14153 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14153&view=rev Author: druzus Date: 2010-03-13 08:03:03 + (Sat, 13 Mar 2010) Log Message: --- 2010-03-13 09:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbsta