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

2010-01-10 Thread Przemysław Czerpak
On Sat, 09 Jan 2010, Mindaugas Kavaliauskas wrote: Hi, > >>RETURN &("@" + cFunc + "()"):exec(...) > > > > RETURN &cFunc( ... ) > >is much simpler :) > I was sure, that it should be more simple way than proposed by me. I > (almost) never use macro, and do not know its syntax... Above is Clipper

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

2010-01-10 Thread Przemysław Czerpak
On Thu, 07 Jan 2010, Szak�ts Viktor wrote: Hi, > We have hb_secondsCPU() in core, maybe code below could be > incorporated into it. It's not exactly the same. If possible (supported bu OS) hb_secondsCPU() returns number CPU cycles consumed by programs not real time clock. It means that d =

Re: [Harbour] Study about return GCs generic.

2010-01-10 Thread Przemysław Czerpak
On Mon, 11 Jan 2010, Xavi wrote: Hi, > IMHO the next changes in the functions hb_parptrGC and hb_itemGetPtrGC .- > void * hb_itemGetPtrGC( PHB_ITEM pItem, const HB_GC_FUNCS * pFuncs ) > { >HB_TRACE(HB_TR_DEBUG, ("hb_itemGetPtrGC(%p,%p)", pItem, pFuncs)); >if( pItem && HB_IS_POINTER( pItem

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

2010-01-10 Thread vouchcac
Revision: 13531 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13531&view=rev Author: vouchcac Date: 2010-01-11 06:59:44 + (Mon, 11 Jan 2010) Log Message: --- 2010-01-10 22:54 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/resources/fol

Re: [Harbour] Study about return GCs generic.

2010-01-10 Thread Xavi
Hi Viktor, The case where pFunc is NULL seems to be covered already by existing pure hb_parptr() (and friend) functions. To me seems to not is covered because we need another function to know if it's collect or direct and take reference or address. return (ph ? ( HANDLE ) *ph : ( HANDLE ) ph

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

2010-01-10 Thread Pritpal Bedi
Vailton Renato wrote: > > I am getting this error when you click to add a new source in the project: > > Error BASE/1004 Message not found: IDEPROJMANAGER:SELECTSOURCE > Called from __ERRRT_SBASE(0) > Called from IDEPROJMANAGER:ERROR(0) > Called from (b)HBOBJECT(0) > Called from IDEPROJMANAGE

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

2010-01-10 Thread marco bra
Be sure to upgrade form svn Rev. 13530 and retry... Hth ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2010-01-10 Thread Vailton Renato
I am getting this error when you click to add a new source in the project: Error BASE/1004 Message not found: IDEPROJMANAGER:SELECTSOURCE Called from __ERRRT_SBASE(0) Called from IDEPROJMANAGER:ERROR(0) Called from (b)HBOBJECT(0) Called from IDEPROJMANAGER:MSGNOTFOUND(0) Called from IDEPROJMANAGE

Re: [Harbour] Study about return GCs generic.

2010-01-10 Thread Viktor Szakáts
Hi Xavi, > IMHO the next changes in the functions hb_parptrGC and hb_itemGetPtrGC .- > > void * hb_parptrGC( const HB_GC_FUNCS * pFuncs, int iParam ) > { > ... > if( HB_IS_POINTER( pItem ) && pItem->item.asPointer.collect ) > { > if( pFuncs ) >return (hb_gcFuncs( pIt

[Harbour] Study about return GCs generic.

2010-01-10 Thread Xavi
Hi All, IMHO the next changes in the functions hb_parptrGC and hb_itemGetPtrGC .- void * hb_parptrGC( const HB_GC_FUNCS * pFuncs, int iParam ) { HB_STACK_TLS_PRELOAD HB_TRACE(HB_TR_DEBUG, ("hb_parptrGC(%p,%d)", pFuncs, iParam)); if( iParam >= -1 && iParam <= hb_pcount() ) { P

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

2010-01-10 Thread Massimo Belgrano
2010/1/10 Vailton Renato > Hi Massimo! > > > > Easy creation of new project with wizard creating also hbp > Exactly what is this feature that you mention? I do not understand > what is the real advantage that this can bring in comparison with the > current process? > if you use hbide for a new p

Re: [Harbour] Sample Project HBIDE

2010-01-10 Thread marco bra
Massimo to get the hbide under heavy development i think the better way is to install harbour using svn under Ubuntu you can try to follow this my little howto page http://www.elart.it/links/harbourhowto_deb.php http://www.elart.it/links/harbourhowto_deb_en.php Then if you want a ready made scri

Re: [Harbour] Ideactions

2010-01-10 Thread Bruno Luciani
Ha ok , thanks Bruno ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Ideactions

2010-01-10 Thread Vailton Renato
Hi Bruno! No, for this reason this option has a "*" indicating that it has not been implemented. Regards, Vailton Renato ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo

Re: [Harbour] Sample Project HBIDE

2010-01-10 Thread Massimo Renzi (Matica Srl)
Hi all, where can I download hbide binary for Windows or Ubuntu please? thank you, bye Il 10/01/2010 17.07, Bruno Luciani ha scritto: Will be usefull ,adding a sample project , with a sample prg , graphical , to permit people test the ide . Bruno

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

2010-01-10 Thread vailtom
Revision: 13530 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13530&view=rev Author: vailtom Date: 2010-01-10 19:09:03 + (Sun, 10 Jan 2010) Log Message: --- 2010-01-10 16:54 UTC-0300 Vailton Renato (vailtom gmail.com) * contrib/hbide/ideactions.prg

[Harbour] Ideactions

2010-01-10 Thread Bruno Luciani
This options are not ready yet ? Bruno hbide_menuAddSep( oSubMenu ) #ifdef __PLATFORM__WINDOWS oSubMenu:addItem( { ::getAction( "CommandPrompt" ), {|| oIde:execAction( "CommandPrompt" ) } } ) #else oSubMenu:addItem( { ::getAction( "Terminal" ), {|| oIde:execAction( "Terminal" ) } } ) #en

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

2010-01-10 Thread Pritpal Bedi
Vailton Renato wrote: > > That option "Close Others" menu was removed. But there in > IdeSourcesManager: closeAllSources ()... Pritpal you want to use / > enable this option or be something that you will discard? > No, I did not wanted to remove anything. I think it happened while transition

[Harbour] Sample Project HBIDE

2010-01-10 Thread Bruno Luciani
Will be usefull ,adding a sample project , with a sample prg , graphical , to permit people test the ide . Bruno ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2010-01-10 Thread Vailton Renato
Hi Massimo! > Hi vailton are you working on hbide? > Which area? > follow my suggestion in order of importance > Find in files feature This feature is really important in the future probably will still be implemented. > Easy creation of new project with wizard creating also hbp Exactly what is

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

2010-01-10 Thread Vailton Renato
Hi! That option "Close Others" menu was removed. But there in IdeSourcesManager: closeAllSources ()... Pritpal you want to use / enable this option or be something that you will discard? Regards, Vailton Renato ___ Harbour mailing list (attachment size

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

2010-01-10 Thread Massimo Belgrano
Thanks for clarification I have a recommendation made as easy as possible creating a simple project What do you thing a wizard that create hbi and hbp (if not present) and prg (if not present empty with func main) hbide must be used also for writing same project from scratch non only existing proj

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

2010-01-10 Thread vouchcac
Revision: 13529 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13529&view=rev Author: vouchcac Date: 2010-01-10 15:38:12 + (Sun, 10 Jan 2010) Log Message: --- 2010-01-10 07:34 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/idedocks.prg

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

2010-01-10 Thread Vailton Renato
Hi! I visualized via browser: http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/contrib/hbide/hbide.prg?revision=13488&view=markup&pathrev=13488 http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/contrib/hbide/ideactions.prg?revision=1349

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

2010-01-10 Thread Pritpal Bedi
Hi Massimo Belgrano-3 wrote: > > double click on output console on error not go to line with error in > editor > right click Property hbide has stopped working twice.. but not repeatable > situation > Yes, I have also noticed it. But for sure I do not know what exactly went wrong with feature

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

2010-01-10 Thread Viktor Szakáts
> Here to me in the beginning of the file was displayed in the string > '$id$' only ... so I interpreted this as an error. But I noted here > that with the other commits there is also the same... I think it was > just excess concern. I see it always filled on my end, but this may be some effect o

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

2010-01-10 Thread Vailton Renato
Hi! Here to me in the beginning of the file was displayed in the string '$id$' only ... so I interpreted this as an error. But I noted here that with the other commits there is also the same... I think it was just excess concern. Regards, Vailton Renato ___

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

2010-01-10 Thread Viktor Szakáts
Hi Vailton, What do you mean exactly? I can't see anything wrong. Brgds, Viktor On 2010 Jan 10, at 14:19, Vailton Renato wrote: > Hi! > Unfortunately I have noticed that my post on SVN changed the header > file that is only the $ID$ in the main ... > > Sorry for the mess, someone could give me

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

2010-01-10 Thread Massimo Belgrano
Hi vailton are you working on hbide? Which area? follow my suggestion in order of importance Find in files feature Easy creation of new project with wizard creating also hbp Column mode for copy (qscintilla) 2010/1/10 > Revision: 13528 > > http://harbour-project.svn.sourceforge.net/harbour-proj

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

2010-01-10 Thread Vailton Renato
Hi! Unfortunately I have noticed that my post on SVN changed the header file that is only the $ID$ in the main ... Sorry for the mess, someone could give me a hint how to fix this? =( Regards, Vailton Renato ___ Harbour mailing list (attachment size lim

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

2010-01-10 Thread vailtom
Revision: 13528 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13528&view=rev Author: vailtom Date: 2010-01-10 13:14:51 + (Sun, 10 Jan 2010) Log Message: --- 2010-01-10 10:50 UTC-0300 Vailton Renato (vailtom gmail.com) * contrib/hbide/idesources.prg

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

2010-01-10 Thread Massimo Belgrano
double click on output console on error not go to line with error in editor Upper and lower lost cr/lf from selected rows right click Property hbide has stopped working twice.. but not repeatable situation invalid output file name after new project most advanced editor feature like column selecti

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

2010-01-10 Thread vszakats
Revision: 13527 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13527&view=rev Author: vszakats Date: 2010-01-10 11:59:23 + (Sun, 10 Jan 2010) Log Message: --- 2010-01-10 12:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn3.c

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

2010-01-10 Thread vszakats
Revision: 13526 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13526&view=rev Author: vszakats Date: 2010-01-10 10:58:27 + (Sun, 10 Jan 2010) Log Message: --- 2010-01-10 11:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added gcc p

Re: [Harbour] openSUSE 32-bit build on 64-bit [update#1]

2010-01-10 Thread Viktor Szakáts
Hi Guy, Thanks for the tip, this looks good. I tried it with openSUSE, couldn't find debootstrap package for it (in std repository), so I can give it a try after I migrated to Ubuntu x64. Anyway, if someone feels like trying this and report results it'd certainly be a useful experience. Brgd

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

2010-01-10 Thread vouchcac
Revision: 13525 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13525&view=rev Author: vouchcac Date: 2010-01-10 10:18:51 + (Sun, 10 Jan 2010) Log Message: --- 2010-01-10 02:16 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/hbide.prg *

Re: [Harbour] openSUSE 32-bit build on 64-bit [update#1]

2010-01-10 Thread Guy Roussin
Hi Viktor, Anyhow until then my advice is to keep both 32-bit and 64-bit hosts if there is a need to produce for both targets. Debian is indeed even worse, and process varies from distro to distro and version by version. Hopefully one day distro makers will talk to each other and sort out th