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

2010-04-08 Thread vszakats
Revision: 14295 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14295&view=rev Author: vszakats Date: 2010-04-09 06:37:21 + (Fri, 09 Apr 2010) Log Message: --- 2010-04-09 08:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * Makefile ! Fixed to n

[Harbour] Re: hbqt: a couple of questions

2010-04-08 Thread Pritpal Bedi
francesco perillo wrote: > > This evening I started to "study" hbqt and I started from the sample > code I found on trolltech site... > BTW what are exactly : hbqt: a couple of questions ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in c

[Harbour] Re: hbqt: a couple of questions

2010-04-08 Thread Pritpal Bedi
Antonio Maniero wrote: > > Hi > > Why "clicked()" is not a codeblock? > > []'s Maniero > > > 2010/4/8 Pritpal Bedi > >> >> >> francesco perillo wrote: >> > >> > So I started to ask myself the necessity to have s_slots and s_events >> > (whatever you call them) defined and handled by the pr

Re: [Harbour] Re: hbqt: a couple of questions

2010-04-08 Thread Antonio Maniero
Hi Why "clicked()" is not a codeblock? []'s Maniero 2010/4/8 Pritpal Bedi > > > francesco perillo wrote: > > > > So I started to ask myself the necessity to have s_slots and s_events > > (whatever you call them) defined and handled by the programmer. > > And (I understand that QT_SLOTS_CONNEC

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

2010-04-08 Thread vouchcac
Revision: 14294 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14294&view=rev Author: vouchcac Date: 2010-04-09 00:32:28 + (Fri, 09 Apr 2010) Log Message: --- 2010-04-08 17:21 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/hbqt_hbqplain

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Marco, On Apr 8, 2010, at 7:23 AM, marco bra wrote: > Many thanks to Premzek and Viktor for the clear answer. > > Surely i will send some note to the developer of wxHarbour BTW i was solving > this compiling samples issue with this statement: > > make HBLIBSTYPE=shared > > The samples

[Harbour] Re: hbqt: a couple of questions

2010-04-08 Thread Pritpal Bedi
francesco perillo wrote: > > So I started to ask myself the necessity to have s_slots and s_events > (whatever you call them) defined and handled by the programmer. > And (I understand that QT_SLOTS_CONNECT has a more powerfull syntax > since it doesn't require you to create SLOT handlers in obj

[Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Pritpal Bedi
Barry Jackson wrote: > >> /bin/bash: is sent by Qt and I do not know what it is. > That is similar format to bash error message format e.g. > > [...@jackodesktop ~]$ qwertyuiop > bash: qwertyuiop: command not found > [...@jackodesktop ~]$ > > sh is normally a link to bash which is always

[Harbour] hbqt: a couple of questions

2010-04-08 Thread francesco perillo
This evening I started to "study" hbqt and I started from the sample code I found on trolltech site... they are very basic samples based on qt3 but so simple that they are still valid. I converted sample 1 in a few minutes... just pay attention to constructor that in Harbour is not overloaded...

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Barry Jackson
On 08/04/10 21:54, Pritpal Bedi wrote: The is important: /bin/bash: /home/baz/tmp/h2zifo.sh&& hbmk2 /home/baz/hash/ash.hbp -q -trace -info -lang=en : No such file or directory This output is sent by QProcess:read() method when an error is generated. /bin/bash: is sent by Qt and I do no

Re: R: [Harbour] Re: hbIde error selecting into output console window

2010-04-08 Thread Pritpal Bedi
francesco perillo wrote: > >> >> PrgVersion() is nowhere called in hbIDE.  OR I am unable to understand >> you. > > In its main program file there is a function definition > code.. > code... > code... > function PrgVersion() > return (a certain value) > > > When compiling from hbide he gets:

[Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Pritpal Bedi
Barry Jackson wrote: > > Sadly none work and all produce the same file not found error. I would > have expected the "sh " to have solved this. > No, this point just constructs a string to tell shell command the behavior of command line execution. For Windows it is "/C " means execute and ter

[Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Pritpal Bedi
Viktor Szakáts wrote: > >> But what if someone wants to experiment with different >> compilers and different type of projects, just like in my case. >> There comes the concept of hbide.env. For example, >> I compile my ERP solutions "Vouch" with MSVC, BCC, MINGW and >> OpenWatcome. I never lea

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

2010-04-08 Thread vouchcac
Revision: 14293 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14293&view=rev Author: vouchcac Date: 2010-04-08 20:34:46 + (Thu, 08 Apr 2010) Log Message: --- 2010-04-08 13:37 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/idemisc.prg

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Barry Jackson
On 08/04/10 20:16, Pritpal Bedi wrote: Can you dump the "Output Console" log showing above lines ? Yes - no problem, now however I think I am seeing the actual command line below the "script exists" line. Just to be sure there was nothing odd going on in my set-up I have since started with

[Harbour] Re: To Pritpal Bedi: About oDlg:drawingArea:clipChildren ??

2010-04-08 Thread Pritpal Bedi
Massimo Belgrano wrote: > > > I can compile and run with hbmk2 > if i execute hbide xpp01.hpp with > C:\harbour\max>\harbour\contrib\hbide\hbide c:\harbour\max\xpp01.hbp > when compile and execute it not be executed > > -

Re: R: [Harbour] Re: hbIde error selecting into output console window

2010-04-08 Thread francesco perillo
> > PrgVersion() is nowhere called in hbIDE.  OR I am unable to understand you. In its main program file there is a function definition code.. code... code... function PrgVersion() return (a certain value) When compiling from hbide he gets: ../(path)/(file).a(_ERRSYS.o):_ERRSYS.c:(.data+0x3a8):

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Viktor Szakáts
>> So I'd suggest not to confuse matters with these >> unnecessary lines. In fact it's outright dangerous. >> >> For hbmk2, it's enough to put in the PATH, or >> refer to it with an absolute name (f.e. /home/me/harbour/bin/hbmk2) >> and it will find everything automatically. >> >> Even HB_COMPI

Re: R: [Harbour] Re: hbIde error selecting into output console window

2010-04-08 Thread Pritpal Bedi
Maurizio la Cecilia wrote: > > Here is it: http://www.mlacecilia.com/hbide_err.JPG > Thank you. This alert is all-right. The GPF after this alert, maybe ( I have to investigate ), due to the fact that no edit-tab is on on this panel "Stats". Just to confirm my beliefe, can you carry the same

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

2010-04-08 Thread vszakats
Revision: 14292 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14292&view=rev Author: vszakats Date: 2010-04-08 19:23:50 + (Thu, 08 Apr 2010) Log Message: --- 2010-04-08 21:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

[Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Pritpal Bedi
Barry Jackson wrote: > > But before I do, may I ask whether the line I see in the console output > is the command used to launch the build? > /bin/bash: /home/baz/tmp/ao9flu.sh && hbmk2 /home/baz/hash/ash.hbp -q > -trace -info -lang=en > > If it's just the error message only then fine, but if

[Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Pritpal Bedi
Viktor Szakáts wrote: > export HB_COMPILER=gcc export PATH=$PATH:/home/baz/SVN/harbour/bin/linux/gcc export PATH=$PATH:/home/baz/SVN/harbour/lib/linux/gcc export PATH=$PATH:/home/baz/SVN/harbour/include export PATH=$PATH:/usr/bin/gcc:/usr/lib/gcc > > BTW, all of the abo

Re: [Harbour] Re: To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread Viktor Szakáts
>> set HBMK_OPTIONS=-trace >> mingw32-make clean >> mingw32-make > > It compiled without errors. Then I issued mingw32-make install > (HB_INSTALL_PREFIX was not set) and I got: > windres.exe -IC:/cvs/harbour/harbour/include > C:/DOCUME~1/ADMINI~1/IMPOST~1/Temp/hbmk_g8aur0.rc -O coff -o > C:/DOCUM

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Viktor, On Apr 8, 2010, at 12:57 PM, Viktor Szakáts wrote: >> Here is Guillaume Laurent explains why Qt is better than gtkmm > > Just to clear confusion: > > wxHarbour is not GTKMM or GTK based. > > It's based on wx lib. > > wx lib internally uses different GUI subsystems > depending o

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
> Here is Guillaume Laurent explains why Qt is better than gtkmm Just to clear confusion: wxHarbour is not GTKMM or GTK based. It's based on wx lib. wx lib internally uses different GUI subsystems depending on platform. On Linux it uses GTK, on Windows it uses native Windows API. I forgot ab

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Viktor, On Apr 8, 2010, at 9:47 AM, Viktor Szakáts wrote: > Hi Marco, > >> Viktor i see here http://sourceforge.net/projects/wxharbour/develop you are >> an admin of the project >> >> I was playing with samples i like them, i like the gtk lib. >> >> Do you think wxHarbour might be a go

Re: [Harbour] RE: To Pritpal Bedi: About oDlg:drawingArea:clipChildren ??

2010-04-08 Thread Massimo Belgrano
yes i have compiled with hbmk2 and notice that error appen also here y use hbmk2 xpp01.prg -Ld:\Qt\4.5.3\lib instead i use config library file hbxbp.hbc hbmk2 xpp01.prg C:\harbour\contrib\hbxbp\hbxbp.hbc in hbp you can have exploded command line and point to hbc xpp01.hbp x

Re: [Harbour] Re: To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread francesco perillo
> set HBMK_OPTIONS=-trace > mingw32-make clean > mingw32-make It compiled without errors. Then I issued mingw32-make install (HB_INSTALL_PREFIX was not set) and I got: windres.exe -IC:/cvs/harbour/harbour/include C:/DOCUME~1/ADMINI~1/IMPOST~1/Temp/hbmk_g8aur0.rc -O coff -o C:/DOCUME~1/ADMINI~1/IM

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Massimo Belgrano
Here is Guillaume Laurent explains why Qt is better than gtkmm 2010/4/8 Viktor Szakáts > Hi Marco, > > > Viktor i see here http://sourceforge.net/projects/wxharbour/develop you >

R: [Harbour] Re: hbIde error selecting into output console window

2010-04-08 Thread Maurizio la Cecilia
Hi Pritpal, Here is it: http://www.mlacecilia.com/hbide_err.JPG Obviously, if i take to select starting outside the red error lines all works fine (same with "Select all" at right click). Since we are talking of this can you please also tell me why the function PrgVersion() results undefined in

Re: [Harbour] Introducing myself

2010-04-08 Thread Antonio Maniero
Hi Marco At the momento I will just play with Harbour on Linux. Probably I will try on CentOS. When I have a problem, I post here. For now I need solve some problems on Windows yet. I have difficulties with dependencies. I need learn about hbp, hbc and hbm formats. It's just my opinion, but seems

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Viktor Szakáts
Hi Pritpal, > Viktor Szakáts wrote: >> >> The CRLF issue is for sure there though. >> > > Can you point out exactly what I should look? I've committed a fix, pls check it. .sh files should have LF as EOL. It also good to use platform native EOL in other places. Brgds, Viktor _

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Bruno, On Apr 8, 2010, at 11:07 AM, Bruno Luciani wrote: > Teo , I just try your wxHarbour , and I 've downloaded ok and build library > without problems > > But when I try to compile samples I get this error > > /dbbrowser' > (cd helloworld && make all) > cd: 1: can't cd to helloworld >

[Harbour] RE: To Pritpal Bedi: About oDlg:drawingArea:clipChildren ??

2010-04-08 Thread Shum
Hi Massimo Belgrano, I compile the prg as follow: I put xpp01.prg into d:\hb20\contrib\hbxbp\teststhen: d:\hb20\contrib\hbxbp\tests>hbmk2 xpp01.prg -Ld:\Qt\4.5.3\lib Where d:\Qt\4.5.3\libfor hbmk2 to find qt libs Shum Date: Thu, 8 Apr 2010 08:40:42 -0800

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Viktor Szakáts
>>> export HB_COMPILER=gcc >>> export PATH=$PATH:/home/baz/SVN/harbour/bin/linux/gcc >>> export PATH=$PATH:/home/baz/SVN/harbour/lib/linux/gcc >>> export PATH=$PATH:/home/baz/SVN/harbour/include >>> export PATH=$PATH:/usr/bin/gcc:/usr/lib/gcc BTW, all of the above is not necessary for hbmk2. (give

Re: [Harbour] To Pritpal Bedi: About oDlg:drawingArea:clipChildren ??

2010-04-08 Thread Massimo Belgrano
Very intresting your sample! Have you other xbp sample? i confirm problem and then i add a litte problen regarding hbide with your source named xpp01.prg using Follow is my xpp01.hbp -3rd=hbide_version=1.0 -3rd=hbide_type=Executable -3rd=hbide_title=xpp01 -3rd=hbide_location=C:\harbour\max\ -3rd=h

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Barry Jackson
On 08/04/10 16:27, Pritpal Bedi wrote: Please add path to Harbour bin as the last line ( in hbide.env ) {content} export PATH=$PATH:/home/baz/SVN/harbour/ It appears script is not "executed" at all. - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ I just test

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

2010-04-08 Thread vszakats
Revision: 14291 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14291&view=rev Author: vszakats Date: 2010-04-08 16:12:53 + (Thu, 08 Apr 2010) Log Message: --- 2010-04-08 18:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/hbide.ch

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Bruno Luciani
Teo , I just try your wxHarbour , and I 've downloaded ok and build library without problems But when I try to compile samples I get this error /dbbrowser' (cd helloworld && make all) cd: 1: can't cd to helloworld make: *** [helloworld] Error 2 br...@notebook:~/Descargas/wxHarbour-0.5.0-0/samples

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Barry Jackson
On 08/04/10 16:27, Pritpal Bedi wrote: Barry Jackson wrote: I paused hbide just after it wrote (and closed) the temp script. I found the script and ran it after displaying PATH and looking at the script:- [...@jackodesktop tmp]$ echo $PATH /usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/ga

[Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Pritpal Bedi
Viktor Szakáts wrote: > > The CRLF issue is for sure there though. > Can you point out exactly what I should look? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2.nabble.com/HBIDE-Project-build-start-folder-problem-tp48

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

2010-04-08 Thread vouchcac
Revision: 14290 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14290&view=rev Author: vouchcac Date: 2010-04-08 15:43:13 + (Thu, 08 Apr 2010) Log Message: --- 2010-04-08 08:38 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbpdialog.prg

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
Hi Teo, >>> Surely i will send some note to the developer of wxHarbour BTW i was >>> solving this compiling samples issue with this statement: >>> >>> make HBLIBSTYPE=shared >>> >>> The samples coming into the wxHarbour directory structure have singles >>> GNUmakefile, one for directory and th

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Viktor Szakáts
>> Ops, I think I've been there. The problem is with >> parallel execution of script and HBIDE. HBIDE will >> call external process, but continue to run, so it >> will instantly delete the script, so the script >> will not run. >> >> I remember fixing this once. >> >> Try removing FERASE() ca

[Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Pritpal Bedi
Barry Jackson wrote: > > I paused hbide just after it wrote (and closed) the temp script. > I found the script and ran it after displaying PATH and looking at the > script:- > > [...@jackodesktop tmp]$ echo $PATH > /usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/qt4/bin:/home/

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Viktor, On Apr 8, 2010, at 9:42 AM, Viktor Szakáts wrote: > Hi, > >> Many thanks to Premzek and Viktor for the clear answer. > > You're welcome. > >> Surely i will send some note to the developer of wxHarbour BTW i was solving >> this compiling samples issue with this statement: >> >>

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

2010-04-08 Thread vszakats
Revision: 14289 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14289&view=rev Author: vszakats Date: 2010-04-08 15:16:16 + (Thu, 08 Apr 2010) Log Message: --- 2010-04-08 17:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/xbpgra.prg

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Teo Fonrouge
Hello Marco, On Apr 8, 2010, at 7:23 AM, marco bra wrote: > Many thanks to Premzek and Viktor for the clear answer. > > Surely i will send some note to the developer of wxHarbour BTW i was solving > this compiling samples issue with this statement: > > make HBLIBSTYPE=shared This variable is

[Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Ops, I think I've been there. The problem is with > parallel execution of script and HBIDE. HBIDE will > call external process, but continue to run, so it > will instantly delete the script, so the script > will not run. > > I remember fixing this once. > > Try re

[Harbour] To Pritpal Bedi: About oDlg:drawingArea:clipChildren ??

2010-04-08 Thread Shum
Hi Prital Bedi, I find that hbxbp is not compitable to Xbase++ as follow: oDlg:drawingArea:clipChildren := .T. (In Xbase++ ... it is exported var without error) http://www.mingyik.com/dnload/stxbp10.jpg Sample source as follow: #include "xbp.ch" #include "Appevent.ch" Function App

[Harbour] Re: hbIde error selecting into output console window

2010-04-08 Thread Pritpal Bedi
Maurizio la Cecilia wrote: > > trying to select text into the output console window, on a line regarding > a > library error, this happens: > a) an alert issue saying about the library: "File type unknown or not > supported" > b) hbIDE exits after displaying the attached error window. > > Read

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Viktor Szakáts
I don't know if deleting FERASE() helped. Anyway, in HBIDE CRLF is permanently mapped to Chr( 13 ) + Chr( 10 ) for all platforms, which is wrong, and no .sh file will work with such EOL. To make HBIDE portable, such hard-wired windos EOL should never be used and all file reading functions should

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

2010-04-08 Thread vouchcac
Revision: 14288 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14288&view=rev Author: vouchcac Date: 2010-04-08 14:53:13 + (Thu, 08 Apr 2010) Log Message: --- 2010-04-08 07:48 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbpgra.prg

Re: [Harbour] Same functions not found.

2010-04-08 Thread Viktor Szakáts
Just add hbxpp lib to your liblist. Brgds, Viktor On 2010 Apr 8, at 15:44, Massimo Belgrano wrote: > Seem that curdirve is not a clipper function > http://www.ousob.com/ng/clguide/ng3ca.php > but is a xbase++ so is present hbxbp.lib (xbase compatibility lib) > is also a xharbour function > > ha

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Barry Jackson
On 08/04/10 13:49, marco bra wrote: Please read http://www.troubleshooters.com/linux/prepostpath.htm try: source 7aqf54.sh to get the PATH exported var changed not only into that script Hth, best regards Marco Thanks Marco - interesting read, that is the reason my test failed. Alex - Mayb

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
Hi Marco, > Viktor i see here http://sourceforge.net/projects/wxharbour/develop you are > an admin of the project > > I was playing with samples i like them, i like the gtk lib. > > Do you think wxHarbour might be a good GUI choice for my Ubuntu environment > or it is in a too early state? Y

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
Hi, > Many thanks to Premzek and Viktor for the clear answer. You're welcome. > Surely i will send some note to the developer of wxHarbour BTW i was solving > this compiling samples issue with this statement: > > make HBLIBSTYPE=shared > > The samples coming into the wxHarbour directory stru

Re: [Harbour] Re: To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread Viktor Szakáts
Hi, > So, just a "mingw32-make clean all" ? I'm using: mingw32-make clean mingw32-make Never use 'all', but could also work. > But in order to have a clean situation I completely deleted the > sandbox, did a new checkout and built with a HB_INSTALL_PREFIX... > build failed... I then deleted the

Re: [Harbour] Same functions not found.

2010-04-08 Thread Massimo Belgrano
Seem that curdirve is not a clipper function http://www.ousob.com/ng/clguide/ng3ca.php but is a xbase++ so is present hbxbp.lib (xbase compatibility lib) is also a xharbour function harbour instead have hb_curdrive #ifdef __HARBOUR__ #ifndef __XHARBOUR__ #XTRANSLATE curdrive( => hb_curdrive( #end

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread marco bra
Viktor i see here http://sourceforge.net/projects/wxharbour/develop you are an admin of the project I was playing with samples i like them, i like the gtk lib. Do you think wxHarbour might be a good GUI choice for my Ubuntu environment or it is in a too early state? Do you know some related wxH

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread marco bra
2010/4/8 Barry Jackson > On 08/04/10 11:21, Barry Jackson wrote: > > >> So, now the problem seems to be the missing full path to hbmk2 >> > > Ignore that silly remark - hbmk2 is already in the path and should be > found. > > Something strange though. > I paused hbide just after it wrote (and clos

[Harbour] hbIde error selecting into output console window

2010-04-08 Thread Maurizio la Cecilia
Hi Pritpal, trying to select text into the output console window, on a line regarding a library error, this happens: a) an alert issue saying about the library: "File type unknown or not supported" b) hbIDE exits after displaying the attached error window. Ready to better specify if the context i

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread marco bra
Many thanks to Premzek and Viktor for the clear answer. Surely i will send some note to the developer of wxHarbour BTW i was solving this compiling samples issue with this statement: make HBLIBSTYPE=shared The samples coming into the wxHarbour directory structure have singles GNUmakefile, one f

[Harbour] Re: To Pritpal Bedi: About GraGetRGBIntensity( nRGBColor ) ...

2010-04-08 Thread Shum
Hi Priptal Bedi, Please note Warning W0032 Variable 'ARGB' is assigned but not used in function ... Warning W0032 Variable 'CRGBHEX' is assigned but not used in function ... So libhbxhp.a cannot be generated Shum -- View this message in context: http://n2.nabble.com

Re: [Harbour] Re: To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread francesco perillo
> Well, HB_INSTALL_PREFIX will default to SVN dir > or system dir on *nix by default (since these are > the only known dir by the make system). So, if you > leave it to default, it's much better option to not > use it at all, as I suggested several times. So, just a "mingw32-make clean all" ? But

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Barry Jackson
On 08/04/10 12:40, Viktor Szakáts wrote: Ops, I think I've been there. The problem is with parallel execution of script and HBIDE. HBIDE will call external process, but continue to run, so it will instantly delete the script, so the script will not run. I remember fixing this once. Try removing

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Alex Strickland
Barry Jackson wrote: So, now the problem seems to be the missing full path to hbmk2 /home/baz/tmp/fpw5bh.sh && hbmk2 /home/baz/hash/ash.hbp -q -trace -info -lang=en Shouldn't fpw5bh.sh have the hbmk2 line as its last line? Regards Alex ___ Harbou

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Viktor Szakáts
Ops, I think I've been there. The problem is with parallel execution of script and HBIDE. HBIDE will call external process, but continue to run, so it will instantly delete the script, so the script will not run. I remember fixing this once. Try removing FERASE() call for the temporary exter

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Viktor Szakáts
> export HB_CONTRIBLIBS="hbqt hbct hbhpdf hblog hbxml hbmzip hbzip hbxbp hbtip > hbvpdf hbgd hbpgsql hbcurl hbmysql hbsqlit3 hbssl hbodbc rddsql gtqtc hbmisc > hbpcre" This is wrong, since hbpcre is not a contrib. > and to try to have hbpcre installed i later also put this var > > export HB_WI

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Barry Jackson
On 08/04/10 11:21, Barry Jackson wrote: So, now the problem seems to be the missing full path to hbmk2 Ignore that silly remark - hbmk2 is already in the path and should be found. Something strange though. I paused hbide just after it wrote (and closed) the temp script. I found the script an

Re: [Harbour] Case insnsitive usage of HB_RegExAll

2010-04-08 Thread Przemysław Czerpak
On Thu, 08 Apr 2010, Janik, Jaroslav wrote: Hi, > Has anybody experience with usage of lCaseSensitive parameter in > HB_RegExAll function ? > HB_RegExAll( , ; > , ; > [], ; > [] , ; > [] , ; > [], ; >

[Harbour] To Pritpal Bedi: About GraGetRGBIntensity( nRGBColor ) ...

2010-04-08 Thread Shum
Hi Pritpal Bedi: Would your please update hbxbp: xbpgra.prg with GraGetRGBIntensity(...) // Example: 16777215 -> FF -> FF, FF, FF -> {255, 255, 255} FUNCTION GraGetRGBIntensity( nRGBColor ) LOCAL aRGB := {} LOCAL cRGBHex:="" If nRGBColor==NIL nRGBColor := 0 Endif cRGB

Re: [Harbour] Same functions not found.

2010-04-08 Thread Massimo Belgrano
I have same problem with curdrive Undefined reference to HB_FUN_CURDRIVE 2010/3/18 Itamar Lins > Hi! > My project now not found this is functions: > DbCopyStruct() > dllcall() > curdrive() > > Ps.Changelog 14175 2010-03-15 22:57:312 druzus > > -- Massimo Belgrano _

Re: [Harbour] Error with dBUseArea(...) with rddsql (sddodbc) withmysql ???

2010-04-08 Thread Mindaugas Kavaliauskas
On 2010.04.08 12:56, Horodyski Marek (PZUZ) wrote: I continue to test sddodbc with mysql for adding a BIGINT field ...but error comes out : *- Hi Shum, I too have trouble with new type in MS SQl. Advice from Mindaugas, try change in fil\harbour\contrib\rddsql\sddodbc\odbcdd.

Re: [Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread Przemysław Czerpak
On Thu, 08 Apr 2010, marco bra wrote: Hi, > I cannot have hbpcre compiled and installed on my Harbour environment on > Ubuntu 9.10 You do not need it if you already have system PCRE library. In such case Harbour use it instead of the local one included in Harbour SVN. > and to try to have hbpcr

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Barry Jackson
On 08/04/10 09:32, Pritpal Bedi wrote: Barry Jackson wrote: "DUMMY" is selectable and appears on status bar Yes, selectable, but do not select. Select GCC. OK With [DUMMY] entry in compiler env. and GCC selected it does now make temp script which is correct. (Remove the dummy and it fai

[Harbour] Ubuntu issue building hbpcre lib

2010-04-08 Thread marco bra
I cannot have hbpcre compiled and installed on my Harbour environment on Ubuntu 9.10 I compile Harbour sources with this setting: export HB_CONTRIBLIBS="hbqt hbct hbhpdf hblog hbxml hbmzip hbzip hbxbp hbtip hbvpdf hbgd hbpgsql hbcurl hbmysql hbsqlit3 hbssl hbodbc rddsql gtqtc hbmisc hbpcre" and

RE: [Harbour] Error with dBUseArea(...) with rddsql (sddodbc) withmysql ???

2010-04-08 Thread Horodyski Marek (PZUZ)
-Original Message- From: Shum [mailto:wcshu...@hotmail.com] Sent: Tuesday, April 06, 2010 10:49 PM To: harbour@harbour-project.org Subject: [Harbour] Error with dBUseArea(...) with rddsql (sddodbc) withmysql ??? Hi All, I continue to test sddodbc with mysql for adding a BIGINT field

Re: [Harbour] Re: To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread Viktor Szakáts
> Viktor, your answers are like GOLD, not worthless. Infact you pointed > to the right direction, a hbqt.ch file in /include > > What is not "normal" is that /include/hbqt.ch was not updated by a > "make clean install" and I was trying to understand what happened to > make the process more str

[Harbour] Re: Hbide Linux Ubuntu 32 bits error report...

2010-04-08 Thread Pritpal Bedi
marco bra wrote: > > Hi Pritpal, i regulary update Harbour from svn and sometimes i compile and > run Hbide and i send you report. > Thank you. > ** (:9130): CRITICAL **: atk_object_set_name: assertion `name != > NULL' failed > > > Object::disconnect: No such signal QTableWidget::itemDoub

Re: R: [Harbour] To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread Viktor Szakáts
Hi All, > This was not possible as i launch same simple stored command line from many > months ago and i ever used to install in the repository folder. > >> For best results either: a) don't use 'install' at all when >> working in the SVN sandbox (it makes things much cleaner), or >> b) set HB_

[Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Pritpal Bedi
Barry Jackson wrote: > > "DUMMY" is selectable and appears on status bar > Yes, selectable, but do not select. Select GCC. > I assume that by "log" you are referring to the console output:- > Yep. >> Plus you can investigate ::aEnvrns contents. >> Also check : >> METHOD IdeEnvironm

Re: [Harbour] Re: To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread francesco perillo
Viktor, your answers are like GOLD, not worthless. Infact you pointed to the right direction, a hbqt.ch file in /include What is not "normal" is that /include/hbqt.ch was not updated by a "make clean install" and I was trying to understand what happened to make the process more straightforward

R: [Harbour] To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread Maurizio la Cecilia
Hi Viktor and Francesco, > Yes, it should. But it's easy to forget when doing > an update, or it's possible that different HB_INSTALL_PREFIX > was used across subsequent builds. > This was not possible as i launch same simple stored command line from many months ago and i ever used to install i

[Harbour] Case insnsitive usage of HB_RegExAll

2010-04-08 Thread Janik, Jaroslav
Has anybody experience with usage of lCaseSensitive parameter in HB_RegExAll function ? HB_RegExAll( , ; , ; [], ; [] , ; [] , ; [], ; [] ) --> aAllRegexMatches It seems not working for me

Re: [Harbour] Re: HBIDE Project build start folder problem

2010-04-08 Thread Barry Jackson
On 08/04/10 01:41, Pritpal Bedi wrote: And show me the log. "DUMMY" is selectable and appears on status bar I assume that by "log" you are referring to the console output:- Project [ ash ]

[Harbour] Hbide Linux Ubuntu 32 bits error report...

2010-04-08 Thread marco bra
Hi Pritpal, i regulary update Harbour from svn and sometimes i compile and run Hbide and i send you report. So, quick test Hbide today: only open and then immediately close it without do nothing, i get: ** (:9130): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed idemisc.prg:939:

Re: [Harbour] Re: To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread Viktor Szakáts
> error was in hbidefindreplace, where Qt_StrongFocus is used... but it > used also in thbqtui.prg... > > Maurizio uses a batch file to do a clean/install (the same I use) so > he can't "forget"... at this point I may only thing that the make did > not complete, the error message is redirected to

Re: [Harbour] Re: To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread francesco perillo
error was in hbidefindreplace, where Qt_StrongFocus is used... but it used also in thbqtui.prg... Maurizio uses a batch file to do a clean/install (the same I use) so he can't "forget"... at this point I may only thing that the make did not complete, the error message is redirected to a file so Ma

[Harbour] Re: To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread Pritpal Bedi
francesco perillo wrote: > > The only thing I was able to think about Maurizio error is that "make > clean install" failed, hbqt.ch in /include was not updated, some old > libs were hanging around and doing a hbmk2 hbide.hbp compiled the last > version of hbide with older hbqt.ch headers and pro

Re: [Harbour] To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread Viktor Szakáts
>> This is not true. What most likely happens is that you >> had a hbqt.ch copied into /include dir by using 'install' >> in the past but not using it after making subsequent >> incremental builds. > > True, infact there is a hbqt.ch in /include but it should be updated > by a make install sho

Re: [Harbour] To Pritpal and Viktor on problems in hbide compiling

2010-04-08 Thread francesco perillo
> This is not true. What most likely happens is that you > had a hbqt.ch copied into /include dir by using 'install' > in the past but not using it after making subsequent > incremental builds. True, infact there is a hbqt.ch in /include but it should be updated by a make install shouldn't it