[Harbour] Harbour will do IPC

2009-11-18 Thread Massimo Belgrano
Wich are the Inter-process communication (IPC) capability of harbour? http://en.wikipedia.org/wiki/Inter-process_communication ipc have varies implemen tation from corba to soap wich is the harbour way http://www.codeproject.com/KB/threads/fast_ipc.aspx -- Massimo Belgrano

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Maurizio la Cecilia
Again, about hbIDE, i would know what Pritpal and the community thinks about some choices i believe strategical in the new project. A) A feature of xMate that i think needs to be absolutely present in hbIDE is the project embedding. I can, i.e., define a production project enumerating the own

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

2009-11-18 Thread elart
Hi, all On Ubuntu 9.10 32 bit compiling: hbmk2 hbide.prg hbmk2: Processing local make script: hbmk.hbm hbmk2: Processing configuration: /usr/bin/hbmk.cfg Harbour 2.0.0beta3 (Rev. 12923) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'hbide.prg'... hbide.prg(315) Warning

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

2009-11-18 Thread Maurizio la Cecilia
Hi Pritpal, the close button no loger works and clicking it the app crashes with: Application Internal Error - C:\CVS\harbour\contrib\hbide\hbide.exe Terminated at: 2009.11.18 10:55:39 Unrecoverable error 6005: Exception error: Exception Code:C005 Exception Address:65182370

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Massimo Belgrano
This is my corder on info regarding what i love of xmate 1) Integration of xharbour language reference as help In Option Keyboard mapping user e menu associate fo key f1 i use follow macro to integrate xharbour language reference in xmate - |cTopic| IF( Empty( cTopic :=

Re: Re:[Harbour] Win98 + MT crash

2009-11-18 Thread Przemysław Czerpak
On Wed, 18 Nov 2009, Chen Kedem wrote: Hi, Executing hbmk2.exe (Rev12895) on a Win95 I get an error message that the program try to access undefined function InterlockedCompareExchange in KERNEL32.DLL This function exists on WinNT but not on Win95, maybe the same is true for Win98. It is

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

2009-11-18 Thread Viktor Szakáts
You forgot to do 'make install' while you have an old version of hbqt header in your main include dir. Brgds, Viktor On 2009 Nov 18, at 10:50, elart wrote: Hi, all On Ubuntu 9.10 32 bit compiling: hbmk2 hbide.prg hbmk2: Processing local make script: hbmk.hbm hbmk2: Processing

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Viktor Szakáts
It would be quite a huge waste of effort if hbide would reinvent the whole feature set of hbmk2. IMO it should be able to create .hbp files for each project on the fly (from the file lists and options set on the GUI) and call hbmk2 to do this job. Overall I think .xbp file compatibility is

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Viktor Szakáts
This is my corder on info regarding what i love of xmate 1) Integration of xharbour language reference as help In Option Keyboard mapping user e menu associate fo key f1 i use follow macro to integrate xharbour language reference in xmate - |cTopic| IF( Empty( cTopic :=

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Vailton Renato
Another option would be more feasible QWebView + html ... []'s Vailton Renato 2009/11/18 Viktor Szakáts harbour...@syenar.hu This is my corder on info regarding what i love of xmate 1) Integration of xharbour language reference as help In Option Keyboard mapping user e menu associate fo

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Viktor Szakáts
Another option would be more feasible QWebView + html ... Easiest is to open the user's browser with an .html page. There is a browser on every machines, unnecessary to provide yet another one. I don't even think it's job of hbide to open such files in a hard-wired way, but there could be a

Re: [Harbour] Re: HBIDE - An Overview

2009-11-18 Thread Bruno Luciani
Massimo, the project is in stan-by until HBQT stabilizes a lot of changes of HBQT produces that hbqtcommand not work correctly When HBQT is working ok we will continue development Regards Bruno 2009/11/17 Massimo Belgrano mbelgr...@deltain.it Wich is the actual situation of hbcommand (%

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, Please try to recompile Harbour without DLMALLOC using HB_FM_WIN_ALLOC macro, i.e.: set HB_USER_PRGFLAGS=-DHB_FM_WIN_ALLOC And check if it's enough to run Harbour application in Win95. I guess its set HB_USER_CFLAGS=-DHB_FM_WIN_ALLOC On WinNT all is the same (working), on the

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Przemysław Czerpak
On Wed, 18 Nov 2009, Chen Kedem wrote: Hi, Please try to recompile Harbour without DLMALLOC using HB_FM_WIN_ALLOC macro, i.e.: set HB_USER_PRGFLAGS=-DHB_FM_WIN_ALLOC And check if it's enough to run Harbour application in Win95. I guess its set HB_USER_CFLAGS=-DHB_FM_WIN_ALLOC Yes,

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Maurizio la Cecilia
Never aimed to reuse or xbp files or preserve xbp format, but to recover the concept of embedded subproject. hbmk2 IS the Harbour builder and .hb* files are the standard format. The target is to have a generated hbp file capable to rebuild not only the source of the main project, but also the

[Harbour] Harbour SVN compilation with MinGW (error)

2009-11-18 Thread Fernando Athayde
gcc -I. -I../../../../../../include -Wall -W -O3 -fomit-frame-pointer -march=i 586 -mtune=pentiumpro -ogttrm.o -c ../../../gttrm.c ../../../gttrm.c: In function `get_inch': ../../../gttrm.c:1191: error: storage size of 'tv' isn't known ../../../gttrm.c:1193: error: `fd_set' undeclared (first

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Viktor Szakáts
Never aimed to reuse or xbp files or preserve xbp format, but to recover the concept of embedded subproject. hbmk2 IS the Harbour builder and .hb* files are the standard format. The target is to have a generated hbp file capable to rebuild not only the source of the main project, but also the

Re: [Harbour] Harbour SVN compilation with MinGW (error)

2009-11-18 Thread Viktor Szakáts
It's not mingw, it's Cygwin. Probably you're using some old Cygwin version, here it works ok. Brgds, Viktor On 2009 Nov 18, at 13:27, Fernando Athayde wrote: gcc -I. -I../../../../../../include -Wall -W -O3 -fomit-frame-pointer -march=i 586 -mtune=pentiumpro -ogttrm.o -c

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Phil Krylov
On Tue, Nov 17, 2009 at 11:14 PM, Viktor Szakáts harbour...@syenar.hu wrote: Esc + a/A works, Ctrl+J doesn't, Ctrl+Enter does something else, but can't see what exactly. Use M-Enter (that is, ESC ENTER or ALT-ENTER) Shift+F3 doesn't work on OS X, but F13, which is Print Scrn/SysRq on my PC

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

2009-11-18 Thread Phil Krylov
2009/11/18 Przemysław Czerpak dru...@acn.waw.pl: The 1-st and most important is common sorting algorithm. If you have three different languages and each of them uses different national sorting rules then migrating to unicode you will have to chose some sorting method used for all unicode

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Massimo Belgrano
This is a macro of customization you can integrate each element as you want with a language script 2009/11/18 Viktor Szakáts harbour...@syenar.hu: hbide is a portable tool, so .chm file is out of question. Brgds, Viktor -- Massimo Belgrano ___

R: [Harbour] HBIDE - An Overview

2009-11-18 Thread Maurizio la Cecilia
I don't plan to add subproject layout support to hbmk2 itself ATM, but it seems to be easily doable by calling hbmk2 with .hbp files in _proper order_. Such job can be done by hbide. I agree. I think that the concept would be encapsulated in hbIDE, not in hbmk2. To be more precise hbmk2

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, on the Win95 I get huge amount of CodeGuard erros when trying to run hbmk2.exe (just the exe without parameters) What errors? See sample at the end. Do you have the same errors when you use: set HB_USER_CFLAGS=-DHB_FM_STD_ALLOC instead of HB_FM_WIN_ALLOC? Yes, the same type

Re: R: [Harbour] HBIDE - An Overview

2009-11-18 Thread Viktor Szakáts
Or alternatively some sort of cmdline markup to denote such tree: hbmk2 myapp.hbp (mylib1.hbp, mylib2.hbp (mysublib1.hbp)) This could be made by hbIDE, based on own project file describing the hierarchy of the project. I think a xMate's .xbp counterpart will a must for hbIDE to treat a

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Viktor Szakáts
Hi Phil, my PC keyboard, does. (it's little bit bad that cursor can't go past last char in line, so there is some flickering around.) Use Learn Keys in MC menu to teach it better key bindings for your terminal. BTW in OS X Terminal.app you can also configure the escape sequences sent by

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

2009-11-18 Thread http://news.gmane.org/gmane.comp.db.sqlite.general
I feel the same with the 2009.04 version of Qt. With the 2009.01 version of Qt I get the window that says: hbide has encountered a problem and needs to close Deputy Error Reporting Windows preparing to send. BestRegards GVS Maurizio la Cecilia escribió: Hi Pritpal, the close button no

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Przemysław Czerpak
On Wed, 18 Nov 2009, Chen Kedem wrote: Hi, Yes, the same type of CodeGuard errors. (only on the Win95, in the WinNT it works all the time with no errors) Also, all the errors CodeGuard report have the same ThreadID. It looks like a problem with TLS data. It's possible that on Win9x it has

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

2009-11-18 Thread Massimo Belgrano
Here work fine // build Harbour Build Info --- Version: Harbour 2.0.0beta3 (Rev. 12923) Compiler: MinGW GNU C 4.4.1 (32-bit) Platform: Windows 7 6.1.7600 PCode version: 0.2 ChangeLog last entry: 2009-11-18 03:49 UTC+0100 Przemyslaw Czerpak (druzus/at/pr iv.onet.pl)

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Phil Krylov
On Wed, Nov 18, 2009 at 4:27 PM, Viktor Szakáts harbour...@syenar.hu wrote: my PC keyboard, does. (it's little bit bad that cursor can't go past last char in line, so there is some flickering around.) I think you mean odd Terminal.app problem when in bash or mc when you press right on an end of

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

2009-11-18 Thread Horodyski Marek (PZUZ)
-Original Message- From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] Sent: Tuesday, November 17, 2009 4:23 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] SF.net SVN: harbour-project:[12919] trunk/harbour Hi, * harbour/contrib/rddsql/sddodbc/odbcdd.c +

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Phil Krylov
On Wed, Nov 18, 2009 at 5:19 PM, Phil Krylov p...@newstar.rinet.ru wrote: Storing settings in .ini (or .xml) files as opposed to registry. Author Eugene Roshal insisted on registry (while I insisted that this is a mistake - this was in 1996), so finally some .bat files have born to

RE: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Horodyski Marek (PZUZ)
-Original Message- From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] Sent: Tuesday, November 17, 2009 6:03 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Edit Compile Debug in visual cycle ... - Does MC editor has column block marking? In Far such block can be

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, Can you make yet another test with harbour compiled with HB_USE_TLS macro i.e.: set HB_USER_CFLAGS=-DHB_USE_TLS -DHB_FM_STD_ALLOC The build (on the NT) fail with lots (I killed it after 40,000 errors) of CodeGuard errors while running hbmk2.exe in the Making shared version of

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Viktor Szakáts
While Far just works as is. but just on a single platform ;) Yes unfortunately, but at least now it has UNICODE support plus x64 support. Looking at the code, it will never be ported to other OS though. I was also trying it with WINE, but the results are very inconsistent. Storing

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

2009-11-18 Thread Viktor Szakáts
Here on Win7 I just can't close it now by any methods, only by killing it from Task Manager. Brgds, Viktor On 2009 Nov 18, at 11:03, Maurizio la Cecilia wrote: Hi Pritpal, the close button no loger works and clicking it the app crashes with: Application Internal Error -

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Phil Krylov
On Wed, Nov 18, 2009 at 5:35 PM, Horodyski Marek (PZUZ) m.horody...@pzuzycie.com.pl wrote: All these possibilities and much more is in NDN (too on Linux version). I never liked Turbo Vision. Have you tried running NDN on linux? It compiles. It runs. But it does not work. Also its sources

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Przemysław Czerpak
On Wed, 18 Nov 2009, Chen Kedem wrote: Hi, Can you make yet another test with harbour compiled with HB_USE_TLS macro i.e.: set HB_USER_CFLAGS=-DHB_USE_TLS -DHB_FM_STD_ALLOC The build (on the NT) fail with lots (I killed it after 40,000 errors) of CodeGuard errors while running

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Viktor Szakáts
On Wed, Nov 18, 2009 at 5:19 PM, Phil Krylov p...@newstar.rinet.ru wrote: Storing settings in .ini (or .xml) files as opposed to registry. Author Eugene Roshal insisted on registry (while I insisted that this is a mistake - this was in 1996), so finally some .bat files have born to

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Phil Krylov
On Wed, Nov 18, 2009 at 5:41 PM, Viktor Szakáts harbour...@syenar.hu wrote: [ but why PgUp/PgDn doesn't, it escapes me, I've even thought it the keys, but it scrolls the whole terminal buffer instead. ] It''s Terminal.app's feature. Use Shift-PgUp/PgDn -- Ph.

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, Yes, but it is result of CodeGuard bug which do not works well with __thread static variables Opps forgot about it. set HB_USER_CFLAGS=-DHB_USE_TLS -DHB_FM_STD_ALLOC With this and without CodeGuard, mttest01.prg run well on Win95. Chen.

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

2009-11-18 Thread Horodyski Marek (PZUZ)
-Original Message- From: Przemysław Czerpak [mailto:dru...@acn.waw.pl] Sent: Wednesday, November 18, 2009 1:22 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] SF.net SVN: harbour-project:[12921] trunk/harbour ... I do not find Unicode in Java and C# as good solution.

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Viktor Szakáts
On Wed, Nov 18, 2009 at 5:41 PM, Viktor Szakáts harbour...@syenar.hu wrote: [ but why PgUp/PgDn doesn't, it escapes me, I've even thought it the keys, but it scrolls the whole terminal buffer instead. ] It''s Terminal.app's feature. Use Shift-PgUp/PgDn Great, it works! Many thanks for all

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

2009-11-18 Thread vszakats
Revision: 12924 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12924view=rev Author: vszakats Date: 2009-11-18 15:09:18 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-18 16:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbapi.h *

[Harbour] hbformat, Where is the error?

2009-11-18 Thread Guillermo Varona Silupú
Hello friends, this piece of code, where is the mistake? Start Code procedure main IF BloqueaDbf(10) @ 24,0 SAY PADR('Buscando y quitando informaci¢n generada anteriormente . . .Espere por favor',80) COLOR Color5 IF nTipo#3 DELE FOR Estado='K'; lOk

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

2009-11-18 Thread druzus
Revision: 12925 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12925view=rev Author: druzus Date: 2009-11-18 15:33:38 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-18 16:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-18 Thread Phil Krylov
On Wed, Nov 18, 2009 at 5:46 PM, Viktor Szakáts harbour...@syenar.hu wrote: Patch would be difficult to write for me, by now they use lots of lists and special stuff inside the registry, so probably some registry-emulated-in-disk-file solution would be the most transparent way to make this.

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Przemysław Czerpak
On Wed, 18 Nov 2009, Chen Kedem wrote: Hi, Yes, but it is result of CodeGuard bug which do not works well with __thread static variables Opps forgot about it. set HB_USER_CFLAGS=-DHB_USE_TLS -DHB_FM_STD_ALLOC With this and without CodeGuard, mttest01.prg run well on Win95. Thank you

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, If possible then I would like to ask you to make final tests. Now it should work even with CodeGuard. Will do that tomorrow morning. Chen. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

R: [Harbour] hbformat, Where is the error?

2009-11-18 Thread Maurizio la Cecilia
No errors in your code. The problem is the: IF condition ; code This format is not handled by hbformat. Avoiding the ; and splitting as usual into multiple lines does the job. Anyway, a thing to signal to Alex Kresin. Best regards. Maurizio la Cecilia

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

2009-11-18 Thread Viktor Szakáts
Testing latest rev with new clean build, I got this: --- ! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org ! MAKE: mingw64-make.exe 3.81.90 sh.exe clean install ! HB_INSTALL_PREFIX: F:\devl\hb20 ! HB_BUILD_PKG: yes ! HB_BUILD_DLL: yes ! HB_BUILD_SHARED: no !

[Harbour] RDDADS field types

2009-11-18 Thread Mindaugas Kavaliauskas
Hi, I found some incompatibilities trying to move database from DBF to ADT. ADT has more field types than a classic DBF. Field types in FIELDINFO method returns long names like: IMAGE, DOUBLE, TIMESTAMP, MODTIME. This code was written long time ago when Harbour has no support for such

Re: R: [Harbour] hbformat, Where is the error?

2009-11-18 Thread Viktor Szakáts
No errors in your code. The problem is the: IF condition ; code This format is not handled by hbformat. Avoiding the ; and splitting as usual into multiple lines does the job. Anyway, a thing to signal to Alex Kresin. BTW, has anyone heard about Alexander lately? Brgds, Viktor

Re: [Harbour] RDDADS field types

2009-11-18 Thread Viktor Szakáts
I found some incompatibilities trying to move database from DBF to ADT. ADT has more field types than a classic DBF. Field types in FIELDINFO method returns long names like: IMAGE, DOUBLE, TIMESTAMP, MODTIME. This code was written long time ago when Harbour has no support for such types

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Przemysław Czerpak
On Wed, 18 Nov 2009, Chen Kedem wrote: Hi, If possible then I would like to ask you to make final tests. Now it should work even with CodeGuard. Will do that tomorrow morning. Thank you very much. best regards, Przemek ___ Harbour mailing list

Res: [Harbour] Harbour SVN compilation with MinGW (error)

2009-11-18 Thread Fernando Athayde
i removed cygwin i dont use, it was autodectect in compilation now happens this: gcc -I. -I../../../../../../include -Wall -W -O3 -fomit-frame-pointer -march=i 586 -mtune=pentiumpro -DHB_MT_VM -ohvmall.o -c ../../../../hvmall.c In file included from ../../../../fm.c:181, from

Re: [Harbour] RDDADS field types

2009-11-18 Thread Mindaugas Kavaliauskas
Hi, Viktor Szakáts wrote: None from me. It's an important fix. Perhaps you can also add mapping to CREATEFIELDS() for Harbour type codes too, so both method can be used. Yes, of cause. Such mapping is already implemented, f.e., you can use both M, and MEMO as a field type in DBCREATE().

[Harbour] Re: R: hbformat, Where is the error?

2009-11-18 Thread http://news.gmane.org/gmane.comp.db.sqlite.general
Maurizio la Cecilia escribió: No errors in your code. The problem is the: IF condition ; code This format is not handled by hbformat. Avoiding the ; and splitting as usual into multiple lines does the job. Anyway, a thing to signal to Alex Kresin. Ok Maurizio. Thanks very much.

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

2009-11-18 Thread Przemysław Czerpak
On Wed, 18 Nov 2009, vszak...@users.sourceforge.net wrote: Hi, 2009-11-18 16:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbapi.h * Changed HB_ERRCODE to be 'insigned int' (was USHORT). ; You'll need to rebuild all sources. Above completely broke RDD code due to

Re: [Harbour] hbformat, Where is the error?

2009-11-18 Thread Bruno Luciani
Maurizio , I just Try HBformat ina a mix PRG Harbour + OOHG ( minigui ) and giveme an error on line 38 Reformatting factura.prg . Error 3 on line 38 : END BROWSE But appears to be reformated ok Its posible ? I think that Hbformat reformat ok but not recognizes an

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

2009-11-18 Thread druzus
Revision: 12926 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12926view=rev Author: druzus Date: 2009-11-18 17:40:35 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-18 18:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2009-11-18 Thread druzus
Revision: 12927 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12927view=rev Author: druzus Date: 2009-11-18 17:48:39 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-18 18:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2009-11-18 Thread ibisz
Revision: 12928 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12928view=rev Author: ibisz Date: 2009-11-18 18:27:21 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-18 18:20 UTC+0100 Istvan Bisz (istvan.bisz/at/t-online.hu) *

Re: [Harbour] hbformat, Where is the error?

2009-11-18 Thread Maurizio la Cecilia
You are right. Because of this i posted about hbformat integration with xMate formatter features in hbIDE project. The Harbour's universe is very large and a lot of commands and functions could be found in Harbour sources, depending from the used libraries. xMate solves this problem in a very

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

2009-11-18 Thread Pritpal Bedi
Hello Istvan ibisz wrote: Revision: 12928 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12928view=rev Author: ibisz Date: 2009-11-18 18:27:21 + (Wed, 18 Nov 2009) This commit paves the way to debug which type of delete proto we are to stick with.

Re: Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Pritpal Bedi
Hello Bruno Bruno Luciani wrote: Massimo, the project is in stan-by until HBQT stabilizes a lot of changes of HBQT produces that hbqtcommand not work correctly When HBQT is working ok we will continue development Whaere do get an idea that HBQT is not stable? Regards Pritpal Bedi

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

2009-11-18 Thread Viktor Szakáts
Sorry, I believed HB_ERRCODE is already being used in RDD, since it was introduced just for it. I wanted to verify any such remaining problems with the build, but that failed for other temp reason. Brgds, Viktor On 2009 Nov 18, at 18:14, Przemysław Czerpak wrote: On Wed, 18 Nov 2009,

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: It would be quite a huge waste of effort if hbide would reinvent the whole feature set of hbmk2. IMO it should be able to create .hbp files for each project on the fly (from the file lists and options set on the GUI) and call hbmk2 to do this job. Overall

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

2009-11-18 Thread druzus
Revision: 12929 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12929view=rev Author: druzus Date: 2009-11-18 19:16:08 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-18 20:15 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2009-11-18 Thread Bisz István
Hello Pritpal, Really nice thinking. Thank you! The really new element is the delayLater() integration in the analysis. This method can be used before the first Qt event-loop starting or during a running event loop. After the last loop has been stopped, we should switch to the delete operator.

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

2009-11-18 Thread Przemysław Czerpak
On Wed, 18 Nov 2009, Szak�ts Viktor wrote: Sorry, I believed HB_ERRCODE is already being used in RDD, since it was introduced just for it. Np, it only shows how dangerous are such modifications and how many problems they can create, I've just committed next fixes and I can only guess that not

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Viktor Szakáts
Hi Pritpal, Viktor Szakáts wrote: It would be quite a huge waste of effort if hbide would reinvent the whole feature set of hbmk2. IMO it should be able to create .hbp files for each project on the fly (from the file lists and options set on the GUI) and call hbmk2 to do this job.

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

2009-11-18 Thread Viktor Szakáts
Thank you. There is some similar logic done in hbmzip.c code, pls double check it. Brgds, Viktor On 2009 Nov 18, at 20:16, dru...@users.sourceforge.net wrote: Revision: 12929 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12929view=rev Author: druzus Date:

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Pritpal Bedi
Viktor Viktor Szakáts wrote: I'm not sure what you mean, maybe .hbp parser? hbmk2 doesn't have an .hbp parser _API_ ATM, but it of course does have a parser internally. With some internal rearrangement, it's pbly possible to create an API call to parse an .hbp file, and return a

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

2009-11-18 Thread druzus
Revision: 12930 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12930view=rev Author: druzus Date: 2009-11-18 19:37:18 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-18 20:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour.spec

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Viktor Szakáts
Viktor Szakáts wrote: I'm not sure what you mean, maybe .hbp parser? hbmk2 doesn't have an .hbp parser _API_ ATM, but it of course does have a parser internally. With some internal rearrangement, it's pbly possible to create an API call to parse an .hbp file, and return a structure

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Pritpal Bedi
Hello Viktor Viktor Szakáts wrote: It is, but if you stick to the format, you can still use it. In this case it'd be better to expose the parsing logic from hbmk2 code through an API though. Let it be like it. I will give another extension. I hope .id* extensions will prevail. Better

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Viktor Szakáts
It is, but if you stick to the format, you can still use it. In this case it'd be better to expose the parsing logic from hbmk2 code through an API though. Let it be like it. I will give another extension. I hope .id* extensions will prevail. Better options are welcome. I have a

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

2009-11-18 Thread vszakats
Revision: 12931 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12931view=rev Author: vszakats Date: 2009-11-18 21:47:14 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-18 22:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

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

2009-11-18 Thread vouchcac
Revision: 12932 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12932view=rev Author: vouchcac Date: 2009-11-18 23:28:08 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-18 15:26 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

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

2009-11-18 Thread Viktor Szakáts
2009-11-18 15:26 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbpgeneric.prg ! Change the way HBXBP_DEBUG() shows up the values. In my scheme of things the whole HBQT's debug system is revolving around this way. You removed type information and added two extra

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

2009-11-18 Thread vszakats
Revision: 12933 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12933view=rev Author: vszakats Date: 2009-11-18 23:38:13 + (Wed, 18 Nov 2009) Log Message: --- 2009-11-19 00:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Bruno Luciani
Not is this Is the memory problem that obligate you to make extensive changes to HBQT that make a lot of modifications in HBQT working I think that problems is Corrected ? It is ? And now , Carozo ( which is the creator of HBqtcommand ) is traveling in germany until 4 december , I think in

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

2009-11-18 Thread Edmer
Hi Viktor, Do you think we are ready for a stable release now - any time frame for releasing the next stable release ? Thank you, Ed -- View this message in context: http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-12933--trunk-harbour-tp26417861p26420597.html Sent from the Harbour -

[Harbour] Qt 4.6rc1 and Snow Leopard

2009-11-18 Thread Lorenzo Fiorini
Qt 4.6 has added support for Snow Leopard and Windows 7 so I'm trying to build hbqt under Snow Leopard 64 bit. I've installed the sdk but it's based on many frameworks. Any idea how to set the make env? best regards, Lorenzo ___ Harbour mailing list

Re: [Harbour] Qt 4.6rc1 and Snow Leopard

2009-11-18 Thread Viktor Szakáts
Hi Lorenzo, Here it builds without any extra settings on SL 64-bit, although this is with 4.5. Did they change placement of Frameworks, or what errors do you get? Brgds, Viktor On 2009 Nov 19, at 07:58, Lorenzo Fiorini wrote: Qt 4.6 has added support for Snow Leopard and Windows 7 so I'm