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

2009-08-06 Thread vszakats
Revision: 11982 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11982&view=rev Author: vszakats Date: 2009-08-07 02:41:18 + (Fri, 07 Aug 2009) Log Message: --- 2009-08-07 04:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/sendmail.pr

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

2009-08-06 Thread vszakats
Revision: 11981 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11981&view=rev Author: vszakats Date: 2009-08-07 01:10:11 + (Fri, 07 Aug 2009) Log Message: --- 2009-08-07 03:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

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

2009-08-06 Thread vszakats
Revision: 11980 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11980&view=rev Author: vszakats Date: 2009-08-07 00:54:59 + (Fri, 07 Aug 2009) Log Message: --- 2009-08-07 02:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

[Harbour] Value of fields in the DBF file, appears: FIELDGET: Function

2009-08-06 Thread Guillermo Varona Silupú
Hi : In debug mode, why not show the value of fields in the DBF file?. In its place appears: FIELDGET: Function ┌[■]─ Area ─┬─── Status ───┬ Structure ┐ │INDICES │Alias: MOVR Record:1653/1653│NUM_TRAN N 5 0│ │DISP │ BOF: No Deleted: No │TIP_DOCU C 2 0│ │GRUP │ EOF:

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

2009-08-06 Thread Alex Strickland
vszak...@users.sourceforge.net wrote: 2009-08-06 15:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + In incremental (-inc) mode .c and .rc stubs are now created inside workdir and kept there for consecutive build runs. They are only recreated if neces

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

2009-08-06 Thread vszakats
Revision: 11979 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11979&view=rev Author: vszakats Date: 2009-08-06 13:43:53 + (Thu, 06 Aug 2009) Log Message: --- 2009-08-06 15:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

[Harbour] Little trick for linux harbour users

2009-08-06 Thread Guy Roussin
Hi, $ cat t.prg #!/usr/bin/hbrun proc main() ? isbit(5,1) return I get an error with : ./t.prg because hbct (isbit()) is not linked with hbrun ... So as a workaround i replace the first line of the harbour script like this : $ cat t.prg #ifdef SH_COMPILATION /* sh compilation : hbmk2 -notrac

[Harbour] Suspicious pointer conversion in function

2009-08-06 Thread toni...@fwi
Hi, I´m trying to compile my app with latest SVN and I have a lot of Suspicious pointer conversion in function like this: ---cut--- HB_FUNC( XTL_DISPLAY ) { PHB_ITEM pText = hb_param( 2, HB_IT_STRING ); if( pText ) { char * pszBuffer = hb_itemGetCPtr( pText ); int iLen = hb

[Harbour] offline notice

2009-08-06 Thread Francesco Saverio Giudice
I will be offline (reading list when possible) until 25th of August. Best Regards, Francesco ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: Harbour under OS/2 - eCS

2009-08-06 Thread David Arturo Macias Corona
Przemek: >Thank you very much. So the last version work. >What will happen if we add more lines, i.e.: >define create_library >echo $(LIB_DIR)/$@ > __lib__.tmp >$(if $(wordlist 1, 10,$(^F)), echo $(wordlist 1, 10,$(addprefix >-+,$(^F))) >> __lib__.tmp,) >$(if $(wordlist 11, 20,$(^F)), echo

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

2009-08-06 Thread vszakats
Revision: 11978 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11978&view=rev Author: vszakats Date: 2009-08-06 09:18:14 + (Thu, 06 Aug 2009) Log Message: --- 2009-08-06 11:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Further hbmk2 queries

2009-08-06 Thread Viktor Szakáts
I'd be interested in the followup of the first problems you've reported in your first mail. Maybe it's something that could be fixed in hbmk2. Sorry, I did send one but I think it was stopped by mailman, may I send it to you direct (it is ~116k)? The text of the e-mail is attached below. I

Re: [Harbour] Further hbmk2 queries

2009-08-06 Thread Alex Strickland
Viktor Szakáts wrote: What is hbmk_oprewl.c? It's a .c stub created under a few circumstances, typically when you override default GT using -gt option. It's normal, and the generated .c file should be automatically deleted on hbmk2 exit. OK, I understand and, yes, it is deleted. For large