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

2010-01-17 Thread Lorenzo Fiorini
On Sun, Jan 17, 2010 at 8:11 AM, vouch...@users.sourceforge.net wrote:      demoQT and demoXBP now consume very less memory when new      dialogs are opened. It means memory management has      improved with this commit. Anyhow still I can see      memory growing specially in browser

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

2010-01-17 Thread vszakats
Revision: 13616 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13616view=rev Author: vszakats Date: 2010-01-17 09:38:30 + (Sun, 17 Jan 2010) Log Message: --- 2010-01-17 10:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbhpdf/harupdf.c

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

2010-01-17 Thread francesco perillo
Log Message: --- 2010-01-17 10:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)  * contrib/hbhpdf/harupdf.c    ! HPDF_Page_TextWidth() fixed to return double instead of long.      As suggested by Francesco Perillo. Thank you. Shouldn't it be [TOMERGE2.0] ? Francesco

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

2010-01-17 Thread Viktor Szakáts
Log Message: --- 2010-01-17 10:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbhpdf/harupdf.c ! HPDF_Page_TextWidth() fixed to return double instead of long. As suggested by Francesco Perillo. Thank you. Shouldn't it be [TOMERGE2.0] ? You're right, it

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

2010-01-17 Thread vszakats
Revision: 13617 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13617view=rev Author: vszakats Date: 2010-01-17 14:07:04 + (Sun, 17 Jan 2010) Log Message: --- 2010-01-17 15:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

[Harbour] Re: OT: file size

2010-01-17 Thread David Arturo Macias Corona
Przemek: This is becoming more interesting :-) First thanks for your help In the past I was answering for such questions over 10 times. You may find these messages in the Harbour and xHarbour mailing list archives. A short description I added also to tests/xhb-diff.txt I read xhb-diff.txt

Re: [Harbour] Re: OT: file size

2010-01-17 Thread Viktor Szakáts
Hi David, I read xhb-diff.txt and checked it About over 10 times: I have seen before your info about locking schemes and so on, but in that cases was not relevant because does not exist a direct need and we usually do not go deep in those messages if we are not involved For example,

Re: [Harbour] Sharing experiences: Qt + MinGW + CodeBlocks for compile hbide.

2010-01-17 Thread Viktor Szakáts
Hi, It'd seem a good idea to add compiler switch to customize error/warning message output to make existing IDEs happy (and such patches unnecessary). BTW, my Code::Blocks build already had that .prg lexer preinstalled. (current release for Mac OS X) Brgds, Viktor On 2010 Jan 17, at 17:22,

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

2010-01-17 Thread Vailton Renato
Hi! I'm getting an error with the latest version of hbide. I open a file and then hit ENTER and BACKSPACE then a GPF error appears. Inside the file hb_out.log I see: Called from QT_QEVENTLOOP_PROCESSEVENTS(0) Called from QEVENTLOOP:PROCESSEVENTS(0) in ../../../TQEventLoop.prg Called from

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

2010-01-17 Thread vszakats
Revision: 13618 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13618view=rev Author: vszakats Date: 2010-01-17 19:43:19 + (Sun, 17 Jan 2010) Log Message: --- 2010-01-17 20:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_reg.prg

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

2010-01-17 Thread Pritpal Bedi
Hi Vailton Renato wrote: I'm getting an error with the latest version of hbide. I open a file and then hit ENTER and BACKSPACE then a GPF error appears. Inside the file hb_out.log I see: Called from QT_QEVENTLOOP_PROCESSEVENTS(0) Called from QEVENTLOOP:PROCESSEVENTS(0) in

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

2010-01-17 Thread vszakats
Revision: 13619 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13619view=rev Author: vszakats Date: 2010-01-17 21:52:34 + (Sun, 17 Jan 2010) Log Message: --- 2010-01-17 22:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/hbwin.ch

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

2010-01-17 Thread Viktor Szakáts
Hi Pritpal, After rebuilding everything I'm getting a GPF when right clicking on the edit area, then the right-click menu appears, then I click back on the edit area and there it GPFs. An another error present since the feature was added: Split the edit area horizontally, then close the

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

2010-01-17 Thread Viktor Szakáts
After rebuilding everything I'm getting a GPF when right clicking on the edit area, then the right-click menu appears, then I click back on the edit area and there it GPFs. Here's the log: Called from QT_QACTION_TEXT(0) Called from QACTION:TEXT(0) in ../../../TQAction.prg Called from

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

2010-01-17 Thread vszakats
Revision: 13620 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13620view=rev Author: vszakats Date: 2010-01-17 22:09:09 + (Sun, 17 Jan 2010) Log Message: --- 2010-01-17 23:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * hbqt/hbqt.h *

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

2010-01-17 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: After rebuilding everything I'm getting a GPF when right clicking on the edit area, then the right-click menu appears, then I click back on the edit area and there it GPFs. Yes, I can reproduce it. Will be fixing in a while with some other improvements.

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

2010-01-17 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: Called from QT_QACTION_TEXT(0) Called from QACTION:TEXT(0) in ../../../TQAction.prg Called from IDEEDIT:EXEEVENT(1221) in ideeditor.prg Called from (b)IDEEDIT_CONNECTEDITSLOTS(1193) in ideeditor.prg Called from QT_QEVENTLOOP_PROCESSEVENTS(0) Called from

[Harbour] OT: using a shared folder on my WinXP box to hold source code for Harbour but shared by by my Ubuntu box

2010-01-17 Thread April White
I've updated my Ubuntu box to 9.10 but lost all settings. I've manually rebuilt them, at this point I've got my Ubuntu box to mount the WinXP Harbour folder. I've got past the Ubuntu issue where it reports a Value too large for defined data type error while compiling. However I'm running

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

2010-01-17 Thread Vailton Renato
Hi! The problem here remains with the revision 13620, but I could not compile the hbxbp using HB_USER_PRGFLAGS =-l- to display the line numbers. =( Vailton Renato ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] HBIDE

2010-01-17 Thread Rodrigo Machado
More suggestions: - At press ESC is closed the file, equals CTRL+W. See this ScreenCast. http://www.teleguia.com.py/hbide/esc_bug.ogv - At startup, the enconding no show in status bar, but working properly. Saludos ¿Estas buscando algún número telefónico? Visite: www.teleguia.com.py

Re: [Harbour] HBIDE

2010-01-17 Thread Rodrigo Machado
More suggestions: At open a file, in the OpenDialog set the default path equal the opened file. Saludos. ¿Estas buscando algún número telefónico? Visite: www.teleguia.com.py *:-.,_,.-:*'``'*:-.,_,.-:*:-.,_,.-:*'``'*:-.,_,.-: :: Rodrigo Machado :: FlaRo Sistemas

Re: [Harbour-users] program frozen

2010-01-17 Thread Massimo Belgrano
Using hbmk2 hbmk2 is a Tool that allow compile sample and large project basic use of this tools is hbmk2 ac_test hbmk2 ac_test.prg After this command you have ac_test.exe created You can also immediaply execute simple using hbmk2 ac_test -run Hbmk2 is indipendent from Platform and Compiler that