[Harbour] pcode 0.3

2010-03-01 Thread Maurilio Longo
Hi, code at svn 14032, full rebuid, on OS/2 gives: B_LEGACY_TYPES_OFF -oxbptoolbar.o -c xbptoolbar.c gcc -I../../../../../contrib/hbqt -I. -I../../../../../include -Wall -W -O3 -DH B_LEGACY_TYPES_OFF -oxbptreeview.o -c xbptreeview.c gcc -I../../../../../contrib/hbqt -I.

[Harbour] bug/issue: slow pasting on uppercase letters

2010-03-01 Thread smu johnson
Hi, On regular CLI input boxes where you can type stuff, we have found copying and pasting in Windows to be very slow. When I looked more into it, using something like MEMOEDIT() to test pasting a bunch of chars, I found the UPPERCASE chars paste very slowly, and lowercase chars paste instantly.

RE: [Harbour] Trouble with SqlRdd

2010-03-01 Thread Horodyski Marek (PZUZ)
-Original Message- From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] Sent: Friday, February 26, 2010 7:18 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Trouble with SqlRdd *--- Hi, Marek, for sure I can help you but I need a self contained sample that does

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

2010-03-01 Thread vszakats
Revision: 14033 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14033view=rev Author: vszakats Date: 2010-03-01 23:47:23 + (Mon, 01 Mar 2010) Log Message: --- 2010-03-02 00:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

[Harbour] Way for a harbour .exe to delete itself?

2010-03-01 Thread smu johnson
Hi, Is there a way (or smarter way) to basically upgrade the .exe you are running without quitting it... Such as if the harbour-made .exe (test.exe, for example) was running, could delete itself, call winrar to extract a new test.exe, and then so a unix-like exec() call to reload itself? Any

Re: [Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread smu johnson
Hi, On Sun, Feb 28, 2010 at 6:12 PM, Pritpal Bedi bediprit...@hotmail.comwrote: Show on this list how you build your appln ? ..\harbour-dev\bin\hbmk2 -strip -ustd.ch -kc -lhbct -lhbtpathy -lhbnf -inc -o..\latest\bmd.exe bm.hbp (bm.hbp simply contains a giant list of all the .PRG files) Is

[Harbour] How can i Print BMP?

2010-03-01 Thread Massimo Belgrano
I need the capability print a bmp inside a harbour application who print plc . is a old clipper application I Have found a routine who Print .PCX To Laserjet, but need BMP I search a conversion BMP2PCX or printing BMP in pcl (I need also rotate image) http://www.karland.com/code/clipper/

Re: [Harbour] xhgtk - undefined reference to `hb_gcAlloc'

2010-03-01 Thread Marcos Gambeta
Em 25/02/2010 15:11, Barry Jackson escreveu: /usr/lib/harbour/libxhgtk.so: undefined reference to `hb_gcAlloc' What am I missing? Same happens with all xhgtk samples tested. Barry, Use Harbour 2.0 (last stable version). xHGTK is not compatible with current Harbour yet. If I change

[Harbour] Re: hvm.c:11605: error: for each function it appears in.)

2010-03-01 Thread Itamar Lins
Fix! 2010-03-01 08:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvm.c ! added missing HB_STACK_TLS_PRELOAD Thanks! Itamar M. Lins Jr. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

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

2010-03-01 Thread Itamar Lins
Hi! sddodbc not working. The return of column while field is caracters for example show ?? test with file. contrib/rddsql/sddodbc/tests/test1.prg Best regards, Itamar M. Lins Jr. Em 28/2/2010 22:34, vszak...@users.sourceforge.net escreveu: Revision: 14028

[Harbour] dlmalloc on OS/2

2010-03-01 Thread Maurilio Longo
Przemyslaw, I'm facing an error on OS/2 which I'm beginning to suspect it is due to the fact that we're not allocating the correct type of memory when calling DosFindFirst(). Now, can you tell me if _all_ memory allocations, made via hb_xgrab(), when using dlmalloc.c go through dlmalloc.c line

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

2010-03-01 Thread druzus
Revision: 14031 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14031view=rev Author: druzus Date: 2010-03-01 12:42:34 + (Mon, 01 Mar 2010) Log Message: --- 2010-03-01 13:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

[Harbour] Re: HBEDITOR

2010-03-01 Thread Pritpal Bedi
Bruno Luciani wrote: Could you send me a litle sample off how can generate a simple window with an instance of HBeditor from HBIDE Your editor is excelent and I like to use in another project I only need the code editor It is very coomplex. Infact it is composed of so many

[Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread Pritpal Bedi
smu johnson wrote: ..\harbour-dev\bin\hbmk2 -strip -ustd.ch -kc -lhbct -lhbtpathy -lhbnf -inc -o..\latest\bmd.exe bm.hbp (bm.hbp simply contains a giant list of all the .PRG files) Is this enough info for you? Thanks for taking an interest. Oh yes, so you are using GTWIN. No, for

Re: [Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread smu johnson
Well... what can I do to make it supported? Will I have to change my entire code if I switch away from GTWIN? I am not quite sure how to use those other features you mentioned earlier :( Please give me a hint. :) Thank you! On Mon, Mar 1, 2010 at 6:17 PM, Pritpal Bedi

Re: [Harbour] Building Harbour on Windows.

2010-03-01 Thread Xavi
Hi Viktor, [ Sorry for my bad English :'( ] I don't see any need for a make-level solution. All macros can be defined from source. Why is it better to define them on make level? Because if someone tries to compile Harbour with a version of SDK not supported, he don't have compile-time

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

2010-03-01 Thread Mindaugas Kavaliauskas
Hi, vszak...@users.sourceforge.net wrote: + contrib/rddsql/sddoci/sddoci.c + contrib/rddsql/sddsq3/sddsq3.c Thank You, for you new SDD. I've started Oracle development some time ago, but never fixed because lack of time, motivation (I do not need it for my own projects), and test

[Harbour] sddodbc

2010-03-01 Thread Mindaugas Kavaliauskas
Hi, It seems sddodbc.c line #603 should be changed to: pItem = O_HB_ITEMPUTSTRLEN( NULL, ( O_HB_CHAR * ) val, ( HB_SIZE ) iLen - 1 ); otherwise test1.prg returns chr(0) in the end of every string. Regards, Mindaugas P.S. I see we have some serious problems with mailing list.

[Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread Pritpal Bedi
smu johnson wrote: Well... what can I do to make it supported? Will I have to change my entire code if I switch away from GTWIN? I am not quite sure how to use those other features you mentioned earlier :( Please give me a hint. :) Thank you! ..\harbour-dev\bin\hbmk2 -gtwvt

Re: [Harbour] dlmalloc on OS/2

2010-03-01 Thread Przemysław Czerpak
On Mon, 01 Mar 2010, Maurilio Longo wrote: Hi, I'm facing an error on OS/2 which I'm beginning to suspect it is due to the fact that we're not allocating the correct type of memory when calling DosFindFirst(). I cannot help you here. Information about DosFindFirst() in OS2 returned by google

Re: [Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread Przemysław Czerpak
On Mon, 01 Mar 2010, Pritpal Bedi wrote: Hi, ..\harbour-dev\bin\hbmk2 -gtwvt -strip -ustd.ch -kc -lhbct -lhbtpathy -lhbnf -inc -o..\latest\bmd.exe bm.hbp And include somewhere in sources REQUEST HB_GT_WVT_DEFAULT It's redundant. -gtwvt makes the above. If you use -gt* switches in hbmk2

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

2010-03-01 Thread Viktor Szakáts
Hi Xavi, Please revert this. The behavior was intentionally designed to be controlled by hb_GTInfo( HB_GTI_CLOSABLE ), (instead of SETCANCEL()). Brgds, Viktor On 2010 Mar 1, at 04:06, jara...@users.sourceforge.net wrote: Revision: 14029

[Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread Pritpal Bedi
Przemysław Czerpak wrote: It's redundant. -gtwvt makes the above. If you use -gt* switches in hbmk2 then it makes for the 1-st one: REQUEST HB_GT_*_DEFAULT and for the next ones: REQUEST HB_GT_* so you do not have to use any 'REQUEST HB_GT_*[_DEFAULT] in your PRG code. Long

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

2010-03-01 Thread Viktor Szakáts
Details here: 2008-06-25 11:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) Brgds, Viktor On 2010 Mar 1, at 09:32, Viktor Szakáts wrote: Hi Xavi, Please revert this. The behavior was intentionally designed to be controlled by hb_GTInfo( HB_GTI_CLOSABLE ), (instead of SETCANCEL()).

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

2010-03-01 Thread Xavi
Hi Viktor, Please revert this. The behavior was intentionally designed to be controlled by hb_GTInfo( HB_GTI_CLOSABLE ), (instead of SETCANCEL()). Sorry but as you've seen the development list has been off-line many hours. You've done a reversal before I can read the messages. Could you

[Harbour] ANN: Mediator SQL RDD 4.3.2.0 with free MySQL version

2010-03-01 Thread Jacek Potempa
ANN: Mediator SQL RDD 4.3.2.0 with free MySQL version We are glad to announce availability of Mediator ISAM server (SQL RDD) 4.3.2.0 compatible with Harbour 2.0 and xHarbour 1.2.1 (Rev. 6686, CVS 15.02.2010) For product description please visit http://www.otc.pl/index.asp?s=21l=2 For summary

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

2010-03-01 Thread druzus
Revision: 14030 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14030view=rev Author: druzus Date: 2010-03-01 07:00:57 + (Mon, 01 Mar 2010) Log Message: --- 2010-03-01 08:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvm.c

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

2010-03-01 Thread vszakats
Revision: 14032 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14032view=rev Author: vszakats Date: 2010-03-01 13:47:03 + (Mon, 01 Mar 2010) Log Message: --- 2010-03-01 14:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

Re: [Harbour] How to retrieve the CallStack

2010-03-01 Thread Alex Strickland
francesco perillo wrote: I now ask if is it possible to get a prg-level CallStack array in order to use it in the errorsys handler. I use: function Stack2Str(n) local cStackStr := local cProcFile DEFAULT n TO 2 while !empty(procname(n)) cStackStr += Called from +