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

2010-05-20 Thread vszakats
Revision: 14547 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14547&view=rev Author: vszakats Date: 2010-05-21 06:52:49 + (Fri, 21 May 2010) Log Message: --- 2010-05-21 08:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_svc.c

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-20 Thread Viktor Szakáts
Hi Leandro, >> These are internal structures, so there if is any notion >> of writing stable code I strongly suggest to not use >> them directly at all. > >> I think the bug here is that you can access these members >> at all. IMO they should be protected like HB_ITEM members. >> > > You must b

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-20 Thread 2D Info - Leandro Damasio
Nothing missing nor bug. UPPER(CHR(0)) ir CHR(0), and CHR(0) is end of string symbol. Sorry Mindaugas, but I couldn't understand what you mean. Can you give me a hand please? :) Leandro ___ Harbour mailing list (attachment size limit: 40KB) Harbour

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-20 Thread 2D Info - Leandro Damasio
Hi Viktor These are internal structures, so there if is any notion of writing stable code I strongly suggest to not use them directly at all. I think the bug here is that you can access these members at all. IMO they should be protected like HB_ITEM members. You must be right. The .C code

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

2010-05-20 Thread vouchcac
Revision: 14546 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14546&view=rev Author: vouchcac Date: 2010-05-20 23:50:49 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 16:49 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/generator/hbqt

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

2010-05-20 Thread vszakats
Revision: 14545 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14545&view=rev Author: vszakats Date: 2010-05-20 23:06:29 + (Thu, 20 May 2010) Log Message: --- 2010-05-21 01:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk + Sh

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Alright, will do. On Thu, May 20, 2010 at 3:44 PM, Viktor Szakáts wrote: > What can I say? A lib can be used if it's present in one of > the passed lib dirs (-L options). > > Apparently curldll lib (the implib) is not there. > > Why? I cannot tell you; and I have told everything that can > I coul

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-20 Thread Viktor Szakáts
> HB_FUNC( _2D_CURRENTCODEPAGE ) > { >const char * cdpID = hb_cdpID(); >PHB_CODEPAGE cdp = hb_cdpFind(cdpID); > >MessageBox(NULL,cdp->lower,'test',MB_OK); > >hb_reta(4) ; >hb_storvc( cdp->lower, -1, 1 ); >hb_storvc( cdp->upper , -1, 2 ); >hb_storvc( cdpID , -

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-20 Thread Mindaugas Kavaliauskas
Hi, We have also debuged the cdp->lower and cdp->upper members and they are empty, so it is not a matter of hb_storvc usage. Can somebody check if we are missing something or if it is a harbour bug? Nothing missing nor bug. UPPER(CHR(0)) ir CHR(0), and CHR(0) is end of string symbol. Regar

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread Viktor Szakáts
What can I say? A lib can be used if it's present in one of the passed lib dirs (-L options). Apparently curldll lib (the implib) is not there. Why? I cannot tell you; and I have told everything that can I could tell about this whole topic. Probably some blatant mistake or overlook along the

[Harbour] Problem with upper and lower based on CDP

2010-05-20 Thread 2D Info - Leandro Damasio
Hello, See code below: HB_FUNC( _2D_CURRENTCODEPAGE ) { const char * cdpID = hb_cdpID(); PHB_CODEPAGE cdp = hb_cdpFind(cdpID); MessageBox(NULL,cdp->lower,'test',MB_OK); hb_reta(4) ; hb_storvc( cdp->lower, -1, 1 ); hb_storvc( cdp->upper , -1, 2 ); hb_storvc( cdpID

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Hello Viktor, Well, having followed every step that was proper, I still cannot get this to work. No more Perl gcc, no more old revisions, no more forgetting HB_* flags, etc... everything has been tried by me. Unless you can (please) share some more of your Harbour internal knowledge and assist m

Re: [Harbour] sunpro-compiled hbrun doesn't work anymore

2010-05-20 Thread Tamas TEVESZ
On Thu, 20 May 2010, Przemysław Czerpak wrote: hi, > Linux SUNPRO port has very serious bug. It does not correctly generate > code for all constructors. We are exploiting this problem from time to > time. It probably depends on total binary size which may interact with > the contents of some

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

2010-05-20 Thread Pritpal Bedi
francesco perillo wrote: > > You can download and install the gui and cli program from here: > http://sourceforge.net/projects/tortoisehg/ > > There are 3 types of repository: > public: everybody can pull (checkout) /push (commit and push) > readonly: everybody can read, only authorized people

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

2010-05-20 Thread francesco perillo
You can download and install the gui and cli program from here: http://sourceforge.net/projects/tortoisehg/ There are 3 types of repository: public: everybody can pull (checkout) /push (commit and push) readonly: everybody can read, only authorized people can push private: only authorized people c

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

2010-05-20 Thread vszakats
Revision: 14544 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14544&view=rev Author: vszakats Date: 2010-05-20 21:35:20 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 23:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

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

2010-05-20 Thread Pritpal Bedi
francesco perillo wrote: > >> Because I was simply starting to explore, and my development times are >> never >> on the same macine ever, I want it to be resident of hbide/qscintilla so >> I >> could >> access it on whatever I machine I am currently with. > > If you want I can provide access to

[Harbour] hbmk2 build problem..

2010-05-20 Thread Vailton Renato
Hi! The hbmk2 has made a mistake when trying to link any application, here's an sample: c:\harbour\tests>hbmk2 -run while.prg hbmk2: Processando opções do ambiente: -compiler=msvc hbmk2: Processando arquivo de configuração: C:\hbmsvc\bin\hbmk.cfg Harbour 2.1.0beta1 (Rev. 14542) Copyright (c) 199

[Harbour] Error building Harbour with last svn

2010-05-20 Thread Lautaro Moreira
When I' build harbour with last svn : --- ! Making E:\HARBOUR_PRUEBAS\HARBOUR\bin\hbmk.cfg... ! Making shared version of Harbour binaries... ./bin/win/msvc\hbmk2 -quiet -lang=en -q0 -shared utils/hbformat/hbformat.hbp -o$ {HB_BIN_INSTALL}/hbformat-dll hbformat.c hbformac.c Generando

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

2010-05-20 Thread Antonio Maniero
> > > 2. go past into the virtual space, I mean end of line, which again > is a question in the dark as I did not find any Qt/QScintilla based > editor > having this capability. In Windows it is easy, even I can simulate it. > I am not sure if virtual space is a goo thing. Maybe. I think it's

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Thank you for clearing that up and your infinite patience. Looks like I'm going to have to right some quick and dirty .bat or perl scripts to toggle which compiler is to be used. On Thu, May 20, 2010 at 2:14 PM, Viktor Szakáts wrote: > I'm afraid not. In general it's not very good to mix > diffe

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

2010-05-20 Thread vszakats
Revision: 14543 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14543&view=rev Author: vszakats Date: 2010-05-20 21:18:46 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 23:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] sunpro-compiled hbrun doesn't work anymore

2010-05-20 Thread Przemysław Czerpak
On Thu, 20 May 2010, Tamas TEVESZ wrote: Hi, > as $subject says. i have bisected the problem to have been introduced > in r12466 (r12465 is fine). > r12466 only says segmentation fault, leaving an empty hb_out.log; > r14542 is a bit more verbose with: > Application Internal Error - > /home/ic

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread Viktor Szakáts
> Ah. Correct again! I thought if the gcc version I wanted to use before any > other was first in the windows path, it would only be used... but I am > incorrect. > > # proper > ! HB_COMPILER: mingw (v44) (autodetected: c:/mingw/bin/) > > # problematic > ! HB_COMPILER: mingw (v45) (autodetect

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Ah. Correct again! I thought if the gcc version I wanted to use before any other was first in the windows path, it would only be used... but I am incorrect. # proper ! HB_COMPILER: mingw (v44) (autodetected: c:/mingw/bin/) # problematic ! HB_COMPILER: mingw (v45) (autodetected: c:/mingw/bin/gcc

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

2010-05-20 Thread francesco perillo
> Because I was simply starting to explore, and my development times are never > on the same macine ever, I want it to be resident of hbide/qscintilla so I > could > access it on whatever I machine I am currently with. If you want I can provide access to a Mercurial repository that can be public o

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread Viktor Szakáts
I can just guess without seeing the beginning of your log output. Maybe you manually set HB_COMPILER (without setting HB_COMPILER_VER). Viktor On 2010 May 20, at 22:47, smu johnson wrote: > Well, it looks like it is not my destiny is to not get CURL to work. > > r14528 is now not compiling. >

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

2010-05-20 Thread Pritpal Bedi
Antonio Maniero wrote: > > agree with him about this issue. > > You are the master of HbIDE, you need to care about HbIDE. Because you are > the master and not me, you need take decisions to take HbIDE to best > result. > I can't say what you should do to the best interest of HbIDE, you need to

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Well, it looks like it is not my destiny is to not get CURL to work. r14528 is now not compiling. 1. compile string: win-make HB_BUILD_UNICODE=no HB_BUILD_IMPLIB=yes HB_WITH_CURL=\ver10\curl-7.20.1-devel-mingw32\include install 2. Error text: gcc -I. -I../../../../../include -W -Wall -O3 -f

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

2010-05-20 Thread Viktor Szakáts
>; NOTE 2: I've checked win/watcom -6s option, but it's still not > good because it appends '_' to exported symbols, so > watcom -shared executables stop working with mingw/msvc > Harbour .dll. Any idea how to solve that? I've found information regardi

Re: [Harbour] To Harbour linux experts

2010-05-20 Thread Bruno Luciani
thanks Viktor Bruno 2010/5/20 Viktor Szakáts > > $? returns the errorlevel set by the program, not just 0 and 1... 0 is > > the standard for error-less returns. > > > >> But when I run an external aplicattion this variable don't generate a > >> usefull value > >> > >> in example an hbmk2 comman

[Harbour] sunpro-compiled hbrun doesn't work anymore

2010-05-20 Thread Tamas TEVESZ
hi, as $subject says. i have bisected the problem to have been introduced in r12466 (r12465 is fine). r12466 only says segmentation fault, leaving an empty hb_out.log; r14542 is a bit more verbose with: Application Internal Error - /home/ice/w/xhb/hbci/harbour-bisect/harbour/inst/linux/sunp

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Uh oh. When you said check the change log for .hbi, you weren't joking! I think my problem is due to an old revision. Sorry to beat this poor dead horse. On Thu, May 20, 2010 at 1:34 PM, smu johnson wrote: > :( > > I come bearing more bad news. Despite doing all of the above... > __

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
:( I come bearing more bad news. Despite doing all of the above... I did this, and got this: C:\hbm>g:\harbour\bin\hbmk2 hello.PRG g:\harbour\contrib\hbcurl\hbcurl.hbc hbmk2: Processing configuration: g:\harbour\bin\hbmk.cfg Harbour 2.1.0beta1 (Rev. 14434) Copyright (c) 1999-2010, http://www.ha

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

2010-05-20 Thread Antonio Maniero
> > > Anyhow, I am dropping the idea to base anything on QScintilla. > I will try to add features with my existing thought of > development. > > Viktor is just caring about Harbour project, it is his job and I totally agree with him about this issue. You are the master of HbIDE, you need to care a

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

2010-05-20 Thread druzus
Revision: 14542 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14542&view=rev Author: druzus Date: 2010-05-20 19:15:11 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 21:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthr

Re: [Harbour] To Harbour linux experts

2010-05-20 Thread Viktor Szakáts
> $? returns the errorlevel set by the program, not just 0 and 1... 0 is > the standard for error-less returns. > >> But when I run an external aplicattion this variable don't generate a >> usefull value >> >> in example an hbmk2 command . >> >> Anybody have an idea in how to achieve this task ?

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

2010-05-20 Thread vszakats
Revision: 14541 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14541&view=rev Author: vszakats Date: 2010-05-20 19:07:59 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 21:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * conf

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

2010-05-20 Thread vszakats
Revision: 14540 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14540&view=rev Author: vszakats Date: 2010-05-20 18:58:21 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 20:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * conf

Re: [Harbour] To Harbour linux experts

2010-05-20 Thread Bruno Luciani
Ok I try this Bruno 2010/5/20 francesco perillo > Hi Bruno, > > $? returns the errorlevel set by the program, not just 0 and 1... 0 is > the standard for error-less returns. > > > But when I run an external aplicattion this variable don't generate a > > usefull value > > > > in example an hbmk2

Re: [Harbour] To Harbour linux experts

2010-05-20 Thread francesco perillo
Hi Bruno, $? returns the errorlevel set by the program, not just 0 and 1... 0 is the standard for error-less returns. > But when I run an external aplicattion this variable don't generate a > usefull value > > in example an hbmk2 command . > > Anybody have an idea in how to achieve this task ? I

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

2010-05-20 Thread druzus
Revision: 14539 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14539&view=rev Author: druzus Date: 2010-05-20 17:50:09 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 19:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/dbf1.

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

2010-05-20 Thread Viktor Szakáts
>> The solution for this is to create wrapper lib >> inside contrib HBQT named hbqscintilla which >> depends on 3rd party lib qscintilla, and where >> the latter remains hosted in its original location >> (not in Harbour SVN, due to its size, maintenance >> needs and even potential licensing i

[Harbour] To Harbour linux experts

2010-05-20 Thread Bruno Luciani
I am trying to make an .sh file to run several hbmk2 commands But I need to confirm if each of it was sucessfully executed When i use bash programming , and run console commands running echo $? giveme an idea if the command was or not sucessfully ( take 0 or 1 values ) But when I run an extern

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

2010-05-20 Thread Pritpal Bedi
Viktor Szakáts wrote: > > The solution for this is to create wrapper lib > inside contrib HBQT named hbqscintilla which > depends on 3rd party lib qscintilla, and where > the latter remains hosted in its original location > (not in Harbour SVN, due to its size, maintenance > needs and even

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

2010-05-20 Thread Viktor Szakáts
Hi Pritpal, >> Log Message: >> --- >> 2010-05-20 16:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) >> * contrib/hbide/qscintilla >>- Deleted this hosted foreign code for reasons explained >> > > It is ok, no problems. > >> (but apparently not understood). > > For sure I di

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

2010-05-20 Thread Viktor Szakáts
Sorry Pritpal, but I will remove this from SVN. Viktor On 2010 May 20, at 16:13, vouch...@users.sourceforge.net wrote: > Revision: 14536 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14536&view=rev > Author: vouchcac > Date: 2010-05-20 14:13:24 + (Thu, 2

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

2010-05-20 Thread Pritpal Bedi
vszakats wrote: > > Log Message: > --- > 2010-05-20 16:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) > * contrib/hbide/qscintilla > - Deleted this hosted foreign code for reasons explained > It is ok, no problems. > (but apparently not understood). For sure I did not

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

2010-05-20 Thread Viktor Szakáts
Hi Pritpal, Please move HBIDE hosting to a separate repository, because by now it grew just large and popular enough to stand on its own feet, takes a huge portion of SVN and communication of our core development list, and in general has not much to do with out primary goals, and the two proj

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

2010-05-20 Thread vszakats
Revision: 14538 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14538&view=rev Author: vszakats Date: 2010-05-20 14:23:00 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 16:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/qscintilla

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

2010-05-20 Thread vouchcac
Revision: 14537 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14537&view=rev Author: vouchcac Date: 2010-05-20 14:18:25 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 07:14 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/ideprojmanage

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

2010-05-20 Thread vouchcac
Revision: 14536 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14536&view=rev Author: vouchcac Date: 2010-05-20 14:13:24 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 06:56 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) + contrib/hbide/qscintilla

[Harbour] Re: OS/2: Harbour 14525 - hbqt

2010-05-20 Thread Pritpal Bedi
David Arturo Macias Corona wrote: > > Pritpal: > > >Try changing idetools.prg#135: > > > oAct:setMenu( QMenu():new() ) > >=> > > oAct:setMenu( QMenu():new( oAct ) ) > > >I am not sure, but let's try. > > I changed: > >//DAVID: oAct:setMenu( QMenu():new() ) >

Re: [Harbour] hb_rexexlike and hb_regexhas not work

2010-05-20 Thread Przemysław Czerpak
On Thu, 20 May 2010, Adam Lubszczyk wrote: Hi! > Try sample: > > FUNCTION main() > LOCAL reg := hb_regexcomp(".*B.*") > LOCAL cText := "ABC" > LOCAL x > ? hb_regexlike(reg,cText) > ? hb_regexhas(reg,cText) > IF VALTYPE(x:=hb_regex(reg,cText)) =

[Harbour] Re: OS/2: Harbour 14525 - hbqt

2010-05-20 Thread David Arturo Macias Corona
Pritpal: >Try changing idetools.prg#135: > oAct:setMenu( QMenu():new() ) >=> > oAct:setMenu( QMenu():new( oAct ) ) >I am not sure, but let's try. I changed: //DAVID: oAct:setMenu( QMenu():new() ) oAct:setMenu( QMenu():new( oAct ) ) so line moved to 136 New GPF is

[Harbour] hb_rexexlike and hb_regexhas not work

2010-05-20 Thread Adam Lubszczyk
Hi! Try sample: FUNCTION main() LOCAL reg := hb_regexcomp(".*B.*") LOCAL cText := "ABC" LOCAL x ? hb_regexlike(reg,cText) ? hb_regexhas(reg,cText) IF VALTYPE(x:=hb_regex(reg,cText)) == "A" ? "FOUND:",x[1] ENDIF RETURN nil ***

[Harbour] Re: hbMK2 - Command Line vs hbIDE - difference

2010-05-20 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Thanks, it seems mingw is sensitive to ending pathseps > in -I options. Pls retry with r14535. > Now works fine after r14535, thanks. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://harbour-dev

Re: [Harbour] hbMK2 - Command Line vs hbIDE - difference

2010-05-20 Thread Viktor Szakáts
Hi Prital, Thanks, it seems mingw is sensitive to ending pathseps in -I options. Pls retry with r14535. Viktor On 2010 May 20, at 09:46, Pritpal Bedi wrote: > > Hello Viktor > > I defined QScintilla ( greatly trimmed ) library project from hbIDE > and could build the library properly. Then

Re: [Harbour] SF.net SVN: harbour-project:[14518]

2010-05-20 Thread Viktor Szakáts
> > >> Though for this to be true the editor is best to support >> moving past EOL. Something which is not supported >> by HBIDE and several other editors (f.e. vi, MSVS). > > I had just found recently how to set it in MSVS2005: > Tools | Options | Text Editor | All Languages (or just the lang y

[Harbour] Re: OS/2: Harbour 14525 - hbqt

2010-05-20 Thread Pritpal Bedi
David Arturo Macias Corona wrote: > > hbide build fine > Running hbide.exe GPF as before with: > > - > Exception c005 at address 0x1ddd69ca > > Exception Code:C005 > Exception Address:1DDD69CA > EAX:0001 EBX:02F3D39C ECX:02F3D3A4 EDX:00

Re: [Harbour] file path delimiter

2010-05-20 Thread sali
- Original Message - From: "Viktor Szakáts" To: "Harbour Project Main Developer List." Sent: Thursday, May 20, 2010 1:55 PM Subject: Re: [Harbour] file path delimiter The only thing some may wonder is why such workaround is good for you, when you can get much better coverage for the

Re: [Harbour] SF.net SVN: harbour-project:[14518]

2010-05-20 Thread Chen Kedem
Viktor , > Though for this to be true the editor is best to support > moving past EOL. Something which is not supported > by HBIDE and several other editors (f.e. vi, MSVS). I had just found recently how to set it in MSVS2005: Tools | Options | Text Editor | All Languages (or just the lang you

Re: [Harbour] file path delimiter

2010-05-20 Thread Viktor Szakáts
>>> use <(db)> => dbusearea(,,linux(<(db)>),...) >> >> Such modification is still only workaround for the problem which >> is hardcoded in some other place. You should switch to "/" or use >> hb_osPathSeparator() if you want to eliminate any filename conversions. > > yes, unfortunately it is just

Re: [Harbour] file path delimiter

2010-05-20 Thread sali
- Original Message - From: "Przemysław Czerpak" To: "Harbour Project Main Developer List." Sent: Thursday, May 20, 2010 1:16 PM Subject: Re: [Harbour] file path delimiter use <(db)> => dbusearea(,,linux(<(db)>),...) Such modification is still only workaround for the problem which i

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

2010-05-20 Thread vszakats
Revision: 14535 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14535&view=rev Author: vszakats Date: 2010-05-20 11:40:30 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 13:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] file path delimiter

2010-05-20 Thread Przemysław Czerpak
On Thu, 20 May 2010, sali wrote: Hi, > >>my second thought is to tweak at pp-level > >Everything what can be done on PP level can also be done in source > >code so there is no reason to make such things on PP level. > thnx for the tips > just to explain, regarding pp, of course that it can be don

Re: [Harbour] file path delimiter

2010-05-20 Thread sali
- Original Message - From: "Przemysław Czerpak" To: "Harbour Project Main Developer List." Sent: Thursday, May 20, 2010 12:17 PM Subject: Re: [Harbour] file path delimiter my second thought is to tweak at pp-level Everything what can be done on PP level can also be done in source c

Re: [Harbour] file path delimiter

2010-05-20 Thread Przemysław Czerpak
On Thu, 20 May 2010, sali wrote: Hi, > porting big app from clipper/win to harbour/linux, and having lot of > hard-coded and/or composed file/index paths with back-slash '\' embedded > is there some 'set' setting to at 'run-time-level' replace [convert] > windows-style '\' to linux-style '/' path

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

2010-05-20 Thread vszakats
Revision: 14534 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14534&view=rev Author: vszakats Date: 2010-05-20 09:40:08 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 11:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbthread.h !

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

2010-05-20 Thread vszakats
Revision: 14533 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14533&view=rev Author: vszakats Date: 2010-05-20 09:35:08 + (Thu, 20 May 2010) Log Message: --- 2010-05-20 11:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * utils/hbmk2/hbmk2.p

[Harbour] file path delimiter

2010-05-20 Thread sali
hi, porting big app from clipper/win to harbour/linux, and having lot of hard-coded and/or composed file/index paths with back-slash '\' embedded is there some 'set' setting to at 'run-time-level' replace [convert] windows-style '\' to linux-style '/' paths directly changing source is not an opt

[Harbour] OS/2: Harbour 14525 - hbqt

2010-05-20 Thread David Arturo Macias Corona
Pritpal: hbqt* libraries build fine *** Now using official release of Qt462 for OS/2 *** Errors are basically same reported before for Harbour 14433 demoqt build / run fine but with GPF closing dialogs/windows hbide build fine Running hbide.exe GPF as before with: -

[Harbour] OS/2: Harbour 14525

2010-05-20 Thread David Arturo Macias Corona
Now tested with: * $Id: ChangeLog 14525 2010-05-19 02:09:52Z vouchcac $ 2010-05-18 18:55 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) Harbour build/run entirely with - os2gcc442omf - os2gcc335aout - OpenWatcom Most significative warning is in os2gcc*: ../../../ioapi.c: In function 'fopen64

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread smu johnson
Thanks Viktor. Your knowledge of Clipper and Harbour is impressive! On Thu, May 20, 2010 at 12:55 AM, Viktor Szakáts wrote: > > # looks like a problem > > hbmk2: Warning: Source dynamic library not found: > /ver10/curl-7.20.1-devel-mingw32/include/../libcurl.dll > > > > # looks like it worked?

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread Viktor Szakáts
> # looks like a problem > hbmk2: Warning: Source dynamic library not found: > /ver10/curl-7.20.1-devel-mingw32/include/../libcurl.dll > > # looks like it worked? > hbmk2: Created import library: G:/harbour/lib/win/mingw/liblibcurl.a <= > /ver10/curl-7.20.1-devel-mingw32/include/..

RE: [Harbour] New page in PDF file with cairo.

2010-05-20 Thread Horodyski Marek (PZUZ)
> -Original Message- > From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] > Sent: Wednesday, May 19, 2010 9:00 PM > To: Harbour Project Main Developer List. > Subject: Re: [Harbour] New page in PDF file with cairo. > > Hi, > > > On 2010.05.19 19:40, Horodyski Marek (PZUZ) wrote: >

[Harbour] hbMK2 - Command Line vs hbIDE - difference

2010-05-20 Thread Pritpal Bedi
Hello Viktor I defined QScintilla ( greatly trimmed ) library project from hbIDE and could build the library properly. Then I tried the same .hbp from command line. Below are the results for one of the files: hbMK2 direct from command line: --- hbmk2: Compiling C++.

[Harbour] Re: hbIDE - http://hbide.vouch.info/ - Needed your Reviews

2010-05-20 Thread Pritpal Bedi
Antonio Maniero wrote: > >> I will try but for now I can't run HbIDE. Do you have a clue? > --- > Run-time Error! > --- > Error BASE/1005 Message not found: XBPTABWIDGET:_QCORNERWIDGET > Called from __ERRRT_SBASE(0) > Called from XBPTABWIDGET:ERRO