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

2010-01-07 Thread Przemysław Czerpak
On Wed, 06 Jan 2010, vszak...@users.sourceforge.net wrote: * mpkg_tgz.sh ! Fixed to detect case when tar is mapped to bsdtar (such is the case on Snow Leopard). Use slightly modified tar command in this case. Please review. It's OK thank you but this line:

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

2010-01-07 Thread druzus
Revision: 13498 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13498view=rev Author: druzus Date: 2010-01-07 09:27:40 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 10:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2010-01-07 Thread vszakats
Revision: 13499 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13499view=rev Author: vszakats Date: 2010-01-07 10:01:27 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 10:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog * Some

Re: [Harbour] Harbour next major release wishlist

2010-01-07 Thread Alex Strickland
Viktor Szakáts wrote: You're welcome to post your idea, whatever that is. Extension of virtual file functions from RDD file functions to basic file functions, either in the form of fopen(net:\fred.txt) or hb_fopen(net:\fred.txt). Thank you all for your hard work to release the new Harbour

Re: RE: [Harbour] hbcppmm demoqt demoxbp hbide Qt4.6.0 MinGW GCC4.4.1 test

2010-01-07 Thread Przemysław Czerpak
On Thu, 07 Jan 2010, Bisz István wrote: Hi, I should correct me, as I made a mistake in my test environment. Please find attached the trace files with very interesting results coming from Fedora12! I believe that this logs help to clean HBQT code anyhow In Fedora12 you can use valgrind

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

2010-01-07 Thread Mindaugas Kavaliauskas
Hi, Przemysław Czerpak wrote: PROC main() HB_INETINIT() ? NETIO_PROCEXISTS(127.0.0.1:2941:STR) RETURN but it's possible that when it's executed as startup code then such initialization do not work and we should use hb_vmAtInit() function. Can you verify it? You are right.

RE: [Harbour] hbide problems

2010-01-07 Thread Horodyski Marek (PZUZ)
-Original Message- From: Pritpal Bedi [mailto:bediprit...@hotmail.com] Sent: Thursday, January 07, 2010 6:34 AM To: harbour@harbour-project.org Subject: Re: [Harbour] hbide problems Hi Got hold of message after long, so the context is also old, but... How do you manage to run HBIDE?

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

2010-01-07 Thread druzus
Revision: 13500 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13500view=rev Author: druzus Date: 2010-01-07 13:07:54 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 14:07 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] hbide problems

2010-01-07 Thread marco bra
I get this error when i try to save as a small piece of source code on Ubuntu 9.10 32 bits from hbide compiled after (Rev. 13499) svn build, thank. Error BASE/1004 Message not found: HBIDE:SAVESOURCEAS Called from __ERRRT_SBASE(0) Called from HBIDE:ERROR(0) Called from (b)HBOBJECT(0) Called

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

2010-01-07 Thread druzus
Revision: 13501 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13501view=rev Author: druzus Date: 2010-01-07 13:14:39 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 14:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2010-01-07 Thread Przemysław Czerpak
On Thu, 07 Jan 2010, Mindaugas Kavaliauskas wrote: Hi, Przemysław Czerpak wrote: PROC main() HB_INETINIT() ? NETIO_PROCEXISTS(127.0.0.1:2941:STR) RETURN but it's possible that when it's executed as startup code then such initialization do not work and we should use

[Harbour] hbide OS X

2010-01-07 Thread Viktor Szakáts
Hi All, 1. With default -hbcppmm it crashes right on start with: hbide(70507,0x7fff708a0be0) malloc: *** error for object 0x1019d3948: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Abort trap 2. When trying to open a project, it gives this error

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

2010-01-07 Thread Mindaugas Kavaliauskas
Hi, Przemysław Czerpak wrote: 2010-01-07 14:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netiocli.c ! use hb_vmAtInit() to initialize NETIO - looks that winsock initialization in startup code does not work - please test If possible

RE: [Harbour] hbcppmm demoqt demoxbp hbide Qt4.6.0 MinGW GCC4.4.1 test

2010-01-07 Thread Pritpal Bedi
Hi Bisz István wrote: I should correct me, as I made a mistake in my test environment. Please find attached the trace files with very interesting results coming from Fedora12! Interesting. The logs suggest that hbqt_par_QString() is the culprit. It is just a quick assertion and I may

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

2010-01-07 Thread Przemysław Czerpak
On Thu, 07 Jan 2010, Mindaugas Kavaliauskas wrote: Hi, If possible please verify if this code: PROC main() ? NETIO_PROCEXISTS(127.0.0.1:2941:STR) RETURN works after above modification. I cannot test it in Linux because in WINE WINSOCK initialization is not necessary. It still

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

2010-01-07 Thread vszakats
Revision: 13502 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13502view=rev Author: vszakats Date: 2010-01-07 15:03:47 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 16:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Updated

Re: [Harbour] hbide problems

2010-01-07 Thread Pritpal Bedi
marco bra wrote: I get this error when i try to save as a small piece of source code on Ubuntu 9.10 32 bits from hbide compiled after (Rev. 13499) svn build, thank. Error BASE/1004 Message not found: HBIDE:SAVESOURCEAS Thank you, fixed. Regards Pritpal Bedi -- View this message in

Re: [Harbour] hbwin wapi_GetLastError() issue.

2010-01-07 Thread Xavi
Thank you Przemek, Please only try to remember that we cannot check each commit so try be careful when you update core code. I have this ever present. I love and work with Harbour. My interest in intervening in the project is to solve problems not create them. I'm sorry to I don't have full

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

2010-01-07 Thread vszakats
Revision: 13503 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13503view=rev Author: vszakats Date: 2010-01-07 15:12:28 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 16:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

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

2010-01-07 Thread Mindaugas Kavaliauskas
Hi, Przemysław Czerpak wrote: Ups. Sorry I forgot that automatic initialization is not enabled by default. In netiocli.c it's covered by: #if defined( HB_NETIO_STARTUP_INIT ) [...] #endif Yes :) By adding a few more tracelog, I've also found this reason :) So it's expected and

[Harbour] MSVC warning in hvmall

2010-01-07 Thread Viktor Szakáts
Hi All, hvmall.c f:\harbour\harbour\src\vm\dlmalloc.c(4859) : warning C4701: potentially uninitialized local variable 'result' used f:\harbour\harbour\src\vm\dlmalloc.c(4870) : warning C4701: potentially uninitialized local variable 'result' used This has been reported, but IMO should be fixed

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

2010-01-07 Thread Mindaugas Kavaliauskas
Hi, Mindaugas Kavaliauskas wrote: BTW how expensive (time consuming) is WINSOCK initialization in MS-Windows? HB_ULONG ulTime = hb_dateMilliSeconds(); hb_socketInit(); HB_TRACE( HB_TR_ALWAYS, (hb_socketInit() time=%d, hb_dateMilliSeconds() - ulTime) ); prints:

RE: RE: [Harbour] hbcppmm demoqt demoxbp hbide Qt4.6.0 MinGW GCC4.4.1 test

2010-01-07 Thread Bisz István
Hi, In Fedora12 you can use valgrind which should give much precise results. Thank you for the details. The link below contains the valgrind log files for demoqt, demoxbp and hbide and a suppressions file: qt.supp: { demoqt_suppress_QApplication Memcheck:Leak ...

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

2010-01-07 Thread Viktor Szakáts
We have hb_secondsCPU() in core, maybe code below could be incorporated into it. Brgds, Viktor On 2010 Jan 7, at 16:56, Mindaugas Kavaliauskas wrote: Hi, Mindaugas Kavaliauskas wrote: BTW how expensive (time consuming) is WINSOCK initialization in MS-Windows? HB_ULONG ulTime =

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

2010-01-07 Thread vouchcac
Revision: 13504 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13504view=rev Author: vouchcac Date: 2010-01-07 17:01:25 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 08:58 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/hbide.prg *

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

2010-01-07 Thread vszakats
Revision: 13505 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13505view=rev Author: vszakats Date: 2010-01-07 17:17:24 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 18:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/extrap.c *

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

2010-01-07 Thread vszakats
Revision: 13506 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13506view=rev Author: vszakats Date: 2010-01-07 17:23:43 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 18:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Made it

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

2010-01-07 Thread vouchcac
Revision: 13507 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13507view=rev Author: vouchcac Date: 2010-01-07 17:32:15 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 09:28 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/idethemes.prg

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

2010-01-07 Thread vouchcac
Revision: 13508 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13508view=rev Author: vouchcac Date: 2010-01-07 18:36:04 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 10:34 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/idethemes.prg

Re: [Harbour] hbcppmm demoqt demoxbp hbide Qt4.6.0 MinGW GCC4.4.1 test

2010-01-07 Thread francesco perillo
For those interested in problem-free fixing of bugs in last final release, 2.0.x branch was created at the time of the release, and such work shall be done there. Volunteers may start it right away by merging '[TOMERGE 2.0]' marked patches from trunk to 2.0.x branch. This will ensure that

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

2010-01-07 Thread vszakats
Revision: 13509 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13509view=rev Author: vszakats Date: 2010-01-07 20:59:38 + (Thu, 07 Jan 2010) Log Message: --- 2010-01-07 21:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added free

[Harbour] Warning in latest SVN - ChangeLog 13509

2010-01-07 Thread Enrico Maria Giordano
Warning W8004 ../../../netiocli.c 502: 'size' is assigned a value that is never used in function s_netio_params EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games:

[Harbour] hbIDE - QProcess() - [ shell command ] - hbMK2

2010-01-07 Thread Pritpal Bedi
Hello Viktor I am looking for functionality in hbMK2 where it invokes a shell command in its own process space like: hbMK2 demowvg.prg -call=[%ProgramFiles%\Microsoft Visual Studio 8\VC\vcvarsall.bat x86] The reason is hbIDE can set the env variables for called process, in this case hbMK2

Re: [Harbour] hbIDE - QProcess() - [ shell command ] - hbMK2

2010-01-07 Thread Viktor Szakáts
Hi Pritpal, I am looking for functionality in hbMK2 where it invokes a shell command in its own process space like: hbMK2 demowvg.prg -call=[%ProgramFiles%\Microsoft Visual Studio 8\VC\vcvarsall.bat x86] The reason is hbIDE can set the env variables for called process, in this case

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

2010-01-07 Thread vszakats
Revision: 13510 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13510view=rev Author: vszakats Date: 2010-01-08 00:14:19 + (Fri, 08 Jan 2010) Log Message: --- 2010-01-08 01:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/dlmalloc.c !

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

2010-01-07 Thread vszakats
Revision: 13511 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13511view=rev Author: vszakats Date: 2010-01-08 00:33:47 + (Fri, 08 Jan 2010) Log Message: --- 2010-01-08 01:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/wce/msvcarm.mk

Re: [Harbour] hbIDE - QProcess() - [ shell command ] - hbMK2

2010-01-07 Thread Pritpal Bedi
Hello Viktor Szakáts wrote: I'm sorry, but I can't see why this would be necessary, moreover, I doubt it would work this way. If hbmk2 invokes a subprocess, such as vcvarsall.bat, I see no way that the environment it leaves behind could be kept for compiler tools invoked afterwards.

Re: [Harbour] hbIDE - QProcess() - [ shell command ] - hbMK2

2010-01-07 Thread Viktor Szakáts
Viktor Szakáts wrote: I'm sorry, but I can't see why this would be necessary, moreover, I doubt it would work this way. If hbmk2 invokes a subprocess, such as vcvarsall.bat, I see no way that the environment it leaves behind could be kept for compiler tools invoked afterwards. Oh, I

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

2010-01-07 Thread vouchcac
Revision: 13512 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13512view=rev Author: vouchcac Date: 2010-01-08 03:10:12 + (Fri, 08 Jan 2010) Log Message: --- 2010-01-07 18:52 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

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

2010-01-07 Thread vouchcac
Revision: 13513 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13513view=rev Author: vouchcac Date: 2010-01-08 04:02:10 + (Fri, 08 Jan 2010) Log Message: --- 2010-01-07 18:52 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

[Harbour] hbide svn 13513 runtime error

2010-01-07 Thread marco bra
On Ubuntu 9.10 32bits with hbide from svn 13513 Runtime error: 1) On exit from hbide after created a little source .prg Error BASE/1081 Argument error: + Called from HBIDE_SAVEINI(119) Called from HBIDE:CREATE(357) Called from MAIN(104) But cannot recreate this error twice... 2) Opening