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

2010-05-30 Thread Bruno Luciani
thanks viktor Bruno 2010/5/30 > Revision: 14641 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14641&view=rev > Author: vszakats > Date: 2010-05-30 18:01:29 + (Sun, 30 May 2010) > > Log Message: > --- > 2010-05-30 19:59 UTC+0200 Viktor Szakats (harbour.01

Re: [Harbour] Multiple Definition ?

2010-05-30 Thread Bruno Luciani
defined here Bruno 2010/5/30 Viktor Szakáts > I've checked and xhb doesn't have a FILESIZE, so > it can be deleted from xhb. > > Viktor > > On 2010 May 30, at 19:30, Bruno Luciani wrote: > > > It is posible that this function: filesize > > > >

[Harbour] Multiple Definition ?

2010-05-30 Thread Bruno Luciani
It is posible that this function: filesize exists in two libraries ? files.c in LIBHBCT and xhbfs.c in LIBXHB Thanks for any help Bruno ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project

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

2010-05-29 Thread Bruno Luciani
Thanks Viktor Works ok Bruno 2010/5/29 > Revision: 14638 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14638&view=rev > Author: vszakats > Date: 2010-05-29 21:33:02 + (Sat, 29 May 2010) > > Log Message: > --- > 2010-05-29 23:30 UTC+0200 Viktor Szakats (h

Re: [Harbour] Making Harbour program with Static Qt Libraries in Linux

2010-05-29 Thread Bruno Luciani
This Recipe , allow harbour to create *hbqts.a hbqtcores.a hbqtguis.a hbqtnetworks.a Library that permits compile an HBQT program using static QT libraries in order to , for example create an installer compiled static , thats works in all linux distribution without need to install any shared li

Re: [Harbour] Problem Building Harbour SVN 2010-05-28 17:27 UTC-0800

2010-05-28 Thread Bruno Luciani
Try using Mingw Bruno 2010/5/28 Mario H. Sabado > > Hi, > > I have encountered below problem when building above SVN. > > Thanks, > Mario > = > ! Making shared version of Harbour binaries... > ./bin/win/bcc\hbmk2 -quiet -lang=en -q0 -shared utils/hbformat

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Bruno Luciani
o 2010/5/24 Pritpal Bedi > > > Bruno Luciani wrote: > > > > I think my english is not so bad to you not understand me > > > > Sorry for the inconvenience > > > > You mean : > > libhbqts.a > libhbqtguis.a > + > > You can build static libs on

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Bruno Luciani
I think my english is not so bad to you not understand me Sorry for the inconvenience Bruno 2010/5/24 Viktor Szakáts > > Sorry viktor , I wouldn't want to say that INSTALL file > > > > have inaccurate information or like that > > > > The only think is that I first check it to not > > ask a que

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Bruno Luciani
Sorry viktor , I wouldn't want to say that INSTALL file have inaccurate information or like that The only think is that I first check it to not ask a question that is in this file I don't know which is relevant forum to this question if not this , where i can ask a question relevant to develop a

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Bruno Luciani
Viktor do you not understand my question I need to create LIBHBQTS.a to compile our harbour aplication in static mode in windows we don not have problems , but in linux I do not know how to declare , location of static qt libraries and indicates to harbour to compile hbqts this is my question ,

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Bruno Luciani
We have an opensource software based in HBQT , and we like to distribute it in static version this is why I asking for hbqts in linux Bruno 2010/5/24 Viktor Szakáts > > anyway if I am compiling an opensource program I can use static version > > > > exist a way to do that in linux ? > > Probably

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Bruno Luciani
anyway if I am compiling an opensource program I can use static version exist a way to do that in linux ? Bruno 2010/5/24 Angel Pais > If you link QT statically then you must buy a license from Nokia. > In that case you should ask Nokia's support on how to do that. > > Harboue team have clearl

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Bruno Luciani
thanks Angel Bruno 2010/5/24 Angel Pais > If you link QT statically then you must buy a license from Nokia. > In that case you should ask Nokia's support on how to do that. > > Harboue team have clearly state they won't support not recommend QT static > linking, due to license issues. > > Regar

[Harbour] INSTALL file - HBQTS and linux

2010-05-24 Thread Bruno Luciani
In windows I don't have problems but Install file not have reference about howto inform to harbour to compile both hbqt and hbqts and howto set location where harbour find both QT devel libraries dinamyc and Static vesion I have compiled QT and I get static version and install in /usr/local/trol

[Harbour] Harbour QT static anda hbqts LINUX

2010-05-23 Thread Bruno Luciani
HOwto compile harbour anda create both hbqt and hbqts ? I have just compiled , in another folder static version of qt Howto inform to harbour this before make Bruno ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org ht

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

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

[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

Re: [Harbour] HB_ZipFile problem

2010-05-15 Thread Bruno Luciani
Quedo resuelto no ? Bruno 2010/5/14 CarozoDeQuilmes > Hi, three or four days ago I had download the Harbour 2.1.0beta1 (Rev. > 14468) that solve the overwrite problem with the HB_ZipFile. > It work fine for me, but today I found that: > HB_ZipFile( cFileZip , cFile ) > doesn't work anymore

[Harbour] Netio Server and Wine aplicattion

2010-05-15 Thread Bruno Luciani
I am making a test graphical aplication to test NETIO , running in linux and all works ok for now But actual working aplication made in OOHG , but running in linux using wine , refuses to connect to linux version of hbnetio server . It s posible that wine is stopping connection betwen Netio an t

[Harbour] HBMZIP error

2010-05-14 Thread Bruno Luciani
I just upgraded my ubuntu 9.10 to 10.04 , and I get this error but 2 days ago compiled fine Any Idea ( arrcs ../../../../../lib/linux/gcc/libhbmisc.a dates2.o ffind.o hb_f.o hbeditc.o spd.o strfmt.o stringsx.o fcomma.o fileread.o hbedit.o nconvert.o numtxthu.o numtxten.o stringp.o twirler

Re: [Harbour] GCC-4.5.0 comparison with previous releases and LLVM-2.7 on SPEC2000 for x86/x86_64

2010-05-13 Thread Bruno Luciani
MAssimo , do you know if exist a way to get an standalone version of GCC for linux ? Bruno 2010/5/13 Massimo Belgrano > From: Vladimir Makarov > To: "gcc.gcc.gnu.org" > Date: Thu, 29 Apr 2010 12:25:15 -0400 > Subject: GCC-4.5.0 comparison with previous releases and LLVM-2.7 on > SPEC2000 for

Re: [Harbour] Supernova uses HbQt

2010-05-07 Thread Bruno Luciani
Hi SAmir , where I can get the source of this language Bruno 2010/5/7 MAHMOUD SAMIR > Supernova (Simple scripting programming language) now uses HbQt > > http://supernova.sourceforge.net > > There are two versions of Supernova > > 1 - MS-Windows Edition developed using PWCT (Programming Without

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

2010-04-30 Thread Bruno Luciani
I think that viktor say that try to test your sample in test folder in order to hbmk2 use the hbmk config file from tests samples Copy your prg to xhb test folder and try to compile without use any option only hbmk2 and make sure that hbmk.hbm file is present Bruno 2010/4/30 ivan re >

Re: [Harbour] Netio Questions

2010-04-28 Thread Bruno Luciani
May be a software similar to ledotdb that monitorizing server a client software do thats in leto , and I think some functions are needed Bruno 2010/4/26 AbeB > > Hi Przemek & all, > > > > Using netiosrv.prg from hbnetio\utils as the server. > > > > How can I see on the Server all active conne

Re: [Harbour] Re: HBXBP Listbox

2010-04-26 Thread Bruno Luciani
thanks pritpal Bruno 2010/4/26 Pritpal Bedi > > > Bruno Luciani wrote: > > > > I am looking to this code trying to create a listbox > > > > But I need a multiselect listbox > > > > Is that implemented ? how to use > > > > If not , i

Re: [Harbour] Re: QwebView webkit

2010-04-26 Thread Bruno Luciani
Yes I understand what viktor say , but you maintain code that not work anymore in HBQT and in hbXBP the code below was a working code , but actually not this is why I am insisting in my question. What I need is that you are saying "QWebKit is currently not implemented and will stay as is until

[Harbour] HBXBP Listbox

2010-04-25 Thread Bruno Luciani
I am looking to this code trying to create a listbox But I need a multiselect listbox Is that implemented ? how to use If not , it is posible ? This is a printscreen of what I am talking but in another languaje http://www.postimage.org/image.php?v=TslpW6S Thanks Bruno

Re: [Harbour] QwebView webkit

2010-04-25 Thread Bruno Luciani
And how do you think this code in HBXBP will be implemented ? oHtm := XbpHTMLViewer():new( oFrm, , {10,10}, {sz_[1]-10-10,sz_[2]-10-10} ) oHtm:create() oHtm:navigate( "http://www.harbour-project.org"; ) oHtm:titleChange := {|e| UNU( e ) } In XBP sample this part not work It is eviden

Re: [Harbour] ps32

2010-04-24 Thread Bruno Luciani
I don't know this library cannot find -lhbps32 is your library ? or a mistake Bruno 2010/4/24 Siny > Hi, > > I downloaded svn and build as you adviesd. I moved the content of d:\hb20 > dir (not uninstall because I was afraid of unimstalling remove enviroment > things) and I moved the new one

Re: [Harbour] Re: someone uses hbqt for "business" applications ?

2010-04-23 Thread Bruno Luciani
If somebody look's for a more clipper way this is the idea of HBQtcommand , which is using a sintax like minigui no full compatible directly , to increase power using some HBQT goodies but exist an include to translate minigui code to hbqtcommand. It is in alpha stage but the concept is interes

Re: [Harbour] Re: open pdf

2010-04-23 Thread Bruno Luciani
Yes you are wright , I always talk about graphical desktop , and this may not work in another distro But it is ok for me I am not using another think that Ubuntu Bruno 2010/4/23 Angel Pais > Hi Bruno: > > Linux does not have associations > Desktops have ! > So the answer depends on with Desk

Re: [Harbour] open pdf

2010-04-23 Thread Bruno Luciani
Thanks lorenzo , works ok Bruno 2010/4/23 Lorenzo Fiorini > On Fri, Apr 23, 2010 at 3:46 PM, Bruno Luciani > wrote: > > > Exist a way that , once a file was created , generates that's OS open > this > > file > > using default apliccation for this type of f

Re: [Harbour] Re: open pdf

2010-04-23 Thread Bruno Luciani
this is not really , linux have the same asociation as windows if you are using a file explorer you can open a file directly without especify the program if extension is asociated to determinate program installed in your linux box What linux your are using angel ? And if is not asociated , you c

Re: [Harbour] open pdf

2010-04-23 Thread Bruno Luciani
and in linux ? Bruno 2010/4/23 Jaroslaw Kadziola > Hi > > > >Exist a way that , once a file was created , generates that's OS >open > this file > >using default apliccation for this type of file ? > > >In example a PDF file > > > WAPI_ShellExecute(,,cFile) > > -- > Regards, > Jaroslaw Kadziola

[Harbour] open pdf

2010-04-23 Thread Bruno Luciani
Hi Exist a way that , once a file was created , generates that's OS open this file using default apliccation for this type of file ? In example a PDF file Thanks Bruno ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] NETIO Questions

2010-04-23 Thread Bruno Luciani
://es.mc269.mail.yahoo.com/mc/compose?to=wisto...@yahoo.es> > > > >> Thanks Bruno. >> >> Can you say me how i compile with MT Mode ? >> >> What Program i compile with MT mode Client or Server, or Client And Server >> ? >> >> Thanks by your

[Harbour] Cups Printing

2010-04-22 Thread Bruno Luciani
I just have tested new CUPS library hbcups It works fine the sample in test folder print the test.prg file and I try to print a more advanced file like a PDF created using HBHpdf Works fine to me , the pdf file was printed like a charm Thanks for this new library for linux is very important

Re: [Harbour] NETIO Questions

2010-04-22 Thread Bruno Luciani
> > > > My Env is Server Ubuntu-Server 8.04 And Client WinXp > > Greeting > > > --- El *jue, 22/4/10, Bruno Luciani * escribió: > > > De: Bruno Luciani > Asunto: Re: [Harbour] NETIO Questions > Para: "Harbour Project Main Developer List." > F

Re: [Harbour] NETIO Questions

2010-04-22 Thread Bruno Luciani
The samples en contrib/netio only accept one conection at time ? > > Greeting > > Winston Garcia > Venezuela > > --- El *jue, 22/4/10, Winston Garcia * escribió: > > > De: Winston Garcia > > Asunto: Re: [Harbour] NETIO Questions > Para: "Harbour Project M

Re: [Harbour] Re: How I can get the list of printers installed on Linux?

2010-04-22 Thread Bruno Luciani
Guillermo , please report your tests I am interested too in this topic Bruno 2010/4/22 Guillermo Varona Silupú > Thanks Massimo, Dougs and Viktor. > Now I have several options to look at and test. > > BestRegards > GVVS > > > Massimo Belgrano escribió: > > See in contrib/hbxbp/tests/demoxbp.p

Re: [Harbour] NETIO Questions

2010-04-22 Thread Bruno Luciani
I am using Netio to some tests You neet to compile server using MT support ( Multithread ) In my tests i try in this way to use index and aparently work ok if !FILE("net:clients.cdx") index on Nombre tag nom to net:clients.cdx endif Bruno 2010/4/22 Winston Garcia > Hi All, my English is

[Harbour] QwebView webkit

2010-04-21 Thread Bruno Luciani
This code belongs to hbqt demoqt sample but if I am not wrong webkit suport was eliminated from hbqt can anybody comment about this ? Bruno CASE cType == "WebPage" #if 0// Till we resolve for oDlg:show() oDlg := QWebView():new() oUrl := QUrl():new() oUrl:setUrl

Re: [Harbour] Re: hbide create and testing package on Ubuntu

2010-04-20 Thread Bruno Luciani
I think the same , HBIDE is not usefull without Harbour May be is time to make HBIDE part of standard binaries in harbour instalation Bruno 2010/4/20 Pritpal Bedi > > > marco bra wrote: > > > > Hi Pritpal i have succesfully created and installed the deb package of > > hbide > > in my Ubuntu (9

Re: [Harbour] HBIDE installer

2010-04-20 Thread Bruno Luciani
n-us/library/ms682586(VS.85).aspx<http://msdn.microsoft.com/en-us/library/ms682586%28VS.85%29.aspx> > Wich is dll/binary search order in linux > > 2010/4/20 Bruno Luciani > > > > I dont Understand you > > > > Bruno > > > > 2010/4/20 M

Re: [Harbour] HBIDE installer

2010-04-20 Thread Bruno Luciani
Wich is dll/binary search order in linux > > 2010/4/20 Bruno Luciani > > > > I dont Understand you > > > > Bruno > > > > 2010/4/20 Massimo Belgrano > >> > >> Also the application dir is not good? > >> > >> -- > > Mass

Re: [Harbour] HBIDE installer

2010-04-20 Thread Bruno Luciani
I dont Understand you Bruno 2010/4/20 Massimo Belgrano > Also the application dir is not good? > > 2010/4/20 Bruno Luciani > > I try to make an HBIDE installer , the software that i use works ok >> >> but the problem is that i can't put the needed libraries , i

Re: [Harbour] Re: hbide rev 14350 startup runtime error

2010-04-20 Thread Bruno Luciani
This is the way that I am calling QAplication Bruno INIT PROCEDURE Qt_Start() hbqt_errorsys() s_qApp := QApplication():new() RETURN EXIT PROCEDURE Qt_End() s_qApp:quit() RETURN > > I mean you must not call qApp:exec() a

[Harbour] HBIDE installer

2010-04-20 Thread Bruno Luciani
I try to make an HBIDE installer , the software that i use works ok but the problem is that i can't put the needed libraries , in his place /usr/lib of the machine where I am installing on. If I install all in a directory , linux don't find the libraries. Bruno

Re: [Harbour] hbide rev 14350 startup runtime error

2010-04-20 Thread Bruno Luciani
Works ok here, after building deb package for last SVN But the same error 6005 appears in a little aplication made using hbqt starts an then close , at sometimes works ok and in a lot of ocations gime this error: Unrecoverable error 6005: Exception SIGSEGV at address 0x10004 Called from QT_QAPP

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
I just make the first self install file but forget some library Tonight I try to make anyone more to test The installer its great Bruno 2010/4/19 Viktor Szakáts > > a) tar + manual modification > > b) self-executable > > > > a) tar > > it's just like a zip, you untar (unzip) it from a specifi

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
cessarily found on all systems (f.e. QT libs) > in a way which is portable between systems and installable > into any directory location. > > Brgds, > Viktor > > On 2010 Apr 19, at 19:06, Bruno Luciani wrote: > > > TAke a look at this > > > > http://installja

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
Pritpal , could you enumerate the QT libraries involved in HBIDE development ? Bruno 2010/4/19 Pritpal Bedi > > Hello Everybody > > How can I prepare a Linux build as ready-to-use package > for Linux ? I am under Ubuntu 9.10. > > Or can someone supply me a distro for upload on my site ? > > --

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
.e. QT libs) > > in a way which is portable between systems and installable > > into any directory location. > > > > Brgds, > > Viktor > > > > On 2010 Apr 19, at 19:06, Bruno Luciani wrote: > > > >> TAke a look at this > >> > &g

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
l systems (f.e. QT libs) > in a way which is portable between systems and installable > into any directory location. > > Brgds, > Viktor > > On 2010 Apr 19, at 19:06, Bruno Luciani wrote: > > > TAke a look at this > > > > http://installjammer.com/ > > >

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
TAke a look at this http://installjammer.com/ http://www.linux.com/archive/feed/60380 May be a solution Bruno 2010/4/19 Viktor Szakáts > Hi, > > Distribution of standalone apps (not contained in > package repositories) on Linux is in the dark age. > > For a possible solution to the problem,

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
yes , you are wright these aplications works ok may be a posible solution , but i don't know how resolves the library problem , may be use his own version of libraries ? Bruno 2010/4/19 Viktor Szakáts > Hi, > > Distribution of standalone apps (not contained in > package repositories) on Linu

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
Yes but these package is not ok for end user and Linux can't find it you need the ubuntu package libqtcore4 , libqtgui4 , libqt4-network , libqt4-webkit may be I am forgeting anyone. These libraries are needed to execute HBIDE compiled dinamic in linux Bruno 2010/4/19 Massimo Belgrano > Qt s

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
Angel , i know what do you mean , but ubuntu is one of the most used distro May me another user could make SVN package for Suse or RedHat etc etc IN another way , Pritpal need a binary package for HBIDE with QT dependecys which is more dificult to do , may be Marco Braida it is in Capacity to ma

Re: [Harbour] Re: hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
OK I am building now My mistake i try to SVN harbour binary PAckage for ubuntu In a few minutes i send to you the url to download Bruno 2010/4/19 Pritpal Bedi > > > Bruno Luciani wrote: > > > > What do you mean a harbour package ? > > > > Do you mean a CVS

Re: [Harbour] hbIDE - Linux Distro - Need some Tips

2010-04-19 Thread Bruno Luciani
What do you mean a harbour package ? Do you mean a CVS ubuntu package ? I can do an upload to internet Bruno 2010/4/19 Pritpal Bedi > > Hello Everybody > > How can I prepare a Linux build as ready-to-use package > for Linux ? I am under Ubuntu 9.10. > > Or can someone supply me a distro for

[Harbour] Re: HBnetio test "SOLVED"

2010-04-18 Thread Bruno Luciani
I just correct the way that i call the name of database on create and this solve the problem . How is the correct way to create an index database and check if exist using netio ? Thanks and this is a great work Bruno 2010/4/18 Bruno Luciani > Przemyslaw > > I just add Hbne

[Harbour] HBnetio test

2010-04-18 Thread Bruno Luciani
Przemyslaw I just add Hbnetio to my sample aplicattion and all works ok after , I change this pSockSrv := netio_mtserver( DBPORT,,, /* RPC */ .T., DBPASSWD ) In your sample DBPORT is a numeric data , but I need to put it in an string format to work ok But the only think that I can't make to wo

[Harbour] QprintPreviewDialog

2010-04-17 Thread Bruno Luciani
Anybody have a little sample in howto use QprintPreviewDialog to preview and print a QtextDocument object ? , i don't find anything , and it is needed to connect a signal and eider found a signal related to this widget Bruno ___ Harbour mailing list

Re: [Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-14 Thread Bruno Luciani
why testcgi not works ? Bruno 2010/4/14 Lorenzo Fiorini > On Tue, Apr 13, 2010 at 10:06 PM, Bruno Luciani > wrote: > > > Ok > > > > running > > > > http://www.lw3dtr.com.ar/cgi-bin/testlorenzo?testcgi > > > > > > I get > > &

Re: [Harbour] Re: Howto setup OS enviroment HBIDE

2010-04-13 Thread Bruno Luciani
I didn't have time to test , when I test I report to you Bruno 2010/4/13 Pritpal Bedi > > > Bruno Luciani wrote: > > > > thanks Pritpal > > > > Welcome, but this does not portray if it worked for you ? > > > - > enjoy hbIDEing.

Re: [Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-13 Thread Bruno Luciani
Ok running http://www.lw3dtr.com.ar/cgi-bin/testlorenzo?testcgi I get Hello World! What that means ? Bruno 2010/4/13 Lorenzo Fiorini > On Tue, Apr 13, 2010 at 6:45 PM, Bruno Luciani > wrote: > > > [Tue Apr 13 14:01:05 2010] [error] [client xx] Error BASE/1081 >

Re: [Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-13 Thread Bruno Luciani
Another thing , in linux we need to compile in static mode because we don't have harbour installed on webserver machine Bruno 2010/4/13 Lorenzo Fiorini > On Tue, Apr 13, 2010 at 6:00 PM, Bruno Luciani > wrote: > > > Lorenzo , could you try testcgi sample fro

Re: [Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-13 Thread Bruno Luciani
Apr 13, 2010 at 6:00 PM, Bruno Luciani > wrote: > > > Lorenzo , could you try testcgi sample from test folder in SVN ? > > testcgi.prg doesn't work. > > Try to compile the code below and put it in your cgi-bir dir. > > procedure main(...) > > local s_cNew

Re: [Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-13 Thread Bruno Luciani
Lorenzo , could you try testcgi sample from test folder in SVN ? Bruno 2010/4/13 Lorenzo Fiorini > On Tue, Apr 13, 2010 at 3:38 PM, Bruno Luciani > wrote: > > > or others cgi programs. > > I use Apache, Harbour and CGI every day and I can assure it works even > better

Re: [Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-13 Thread Bruno Luciani
2010] [notice] Child 6532: Starting 64 worker > threads. > > [Mon Apr 12 13:17:37 2010] [notice] Child 6532: Starting thread to listen > on > > port 80. > > [Mon Apr 12 13:41:41 2010] [error] [client 127.0.0.1] malformed header > from > > script. Bad heade

Re: [Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-13 Thread Bruno Luciani
Exactly this is the problem Bruno 2010/4/13 marco bra > Also here on apache2 on Ubuntu 9.10 32 bits > > More detailed error... seems there is something wrong in sent header: > > [Tue Apr 13 14:46:33 2010] [error] [client 127.0.0.1] malformed header from > script. Bad header=\x1b[0m\x1b[1;1H\x1b

Re: [Harbour] Re: Howto setup OS enviroment HBIDE

2010-04-13 Thread Bruno Luciani
thanks Pritpal Bruno 2010/4/13 Pritpal Bedi > > > Bruno Luciani wrote: > > > > How I can include an external lib and a .ch file in HBIDE project ? > > > > 1. Right-click on project name node in Projects tree and select > "Properties" > 2.

Re: [Harbour] Re: Howto setup OS enviroment HBIDE

2010-04-12 Thread Bruno Luciani
rk > something problem related to > > http://n2.nabble.com/HBIDE-Project-build-start-folder-problem-td4861627i60.html#a4886893 > > > 2010/4/12 Bruno Luciani : > > ? > > > > Where ? > > > > -- > Massimo Belgrano > __

Re: [Harbour] Re: Howto setup OS enviroment HBIDE

2010-04-12 Thread Bruno Luciani
beacause is under work > something problem related to > > http://n2.nabble.com/HBIDE-Project-build-start-folder-problem-td4861627i60.html#a4886893 > > > 2010/4/12 Bruno Luciani : > > ? > > > > Where ? > > > > -- > Massimo Belgrano > ___

Re: [Harbour] Re: Howto setup OS enviroment HBIDE

2010-04-12 Thread Bruno Luciani
? Where ? 2010/4/12 Massimo Belgrano > Here is how compile > http://www.elart.it/links/harbourhowto_deb_en.php > > > 2010/4/12 Bruno Luciani : > > Pritpal , this thread is not very clear , and I don't found a clear > recipe > > in howto > > confi

Re: [Harbour] Re: Howto setup OS enviroment HBIDE

2010-04-12 Thread Bruno Luciani
Pritpal , this thread is not very clear , and I don't found a clear recipe in howto configure HBIDE in linux. I am updating to the last SVN and tonight i get a new try by the way , I think that this topic need to be more simple , a new guy trying harbour for the first time give up before start.

Re: [Harbour] Howto setup OS enviroment HBIDE

2010-04-12 Thread Bruno Luciani
http://www.postimage.org/image.php?v=aV4Ot4i take a look Bruno 2010/4/12 marco bra > 2010/4/12 Bruno Luciani > >> I just try to create a project in linux , but i can't setup linux >> enviroment >> >> howto ? >> >> > I'm intereste

Re: [Harbour] Howto setup OS enviroment HBIDE

2010-04-12 Thread Bruno Luciani
M\H\NT;%INCLUDE% {content} set WATCOM=C:\WATCOM {content} set EDPATH=C:\WATCOM\EDDAT {content} set PATH=c:\harbour;c:\harbour\harbour\watcom\bin;%PATH% [ MINGW 4.0.0 Linux - A Skeleton ] {hb_comp} mingw {content} shell command 1 {content} shell command 2 Bruno 2010/4/12 marco bra > 2010/

[Harbour] Howto setup OS enviroment HBIDE

2010-04-12 Thread Bruno Luciani
I just try to create a project in linux , but i can't setup linux enviroment howto ? Bruno ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-11 Thread Bruno Luciani
Nobody use CGI ? Can anybody try to test the CGI sample that comes with harbour in test folder and say to me if work ? Bruno 2010/4/11 Bruno Luciani > I am just trying to compile and test , sample testcgi.prg from test folder > > and another samples of cgi , and only obtain this e

[Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-11 Thread Bruno Luciani
The sample testhtml works ok , but testcgi not Bruno 2010/4/11 Bruno Luciani > I am just trying to compile and test , sample testcgi.prg from test folder > > and another samples of cgi , and only obtain this error from web server > > My server works ok , because I test it

[Harbour] Re: Compiling CGI programs and RUN on Apache

2010-04-11 Thread Bruno Luciani
To compile i am using: hbmk2 testcgi -lgtcgi It is ok that Bruno 2010/4/11 Bruno Luciani > I am just trying to compile and test , sample testcgi.prg from test folder > > and another samples of cgi , and only obtain this error from web server > > My server works ok , because

[Harbour] Compiling CGI programs and RUN on Apache

2010-04-11 Thread Bruno Luciani
I am just trying to compile and test , sample testcgi.prg from test folder and another samples of cgi , and only obtain this error from web server My server works ok , because I test it with an sample Xharbour compiled CGI program and works ok Any Help ? Bruno Internal Server Error The server

Re: [Harbour] What wrong with this example ....Harbour + Qt + hbxbp ...

2010-04-10 Thread Bruno Luciani
I can't test your app Appevent.ch is missing Bruno 2010/4/10 Shum > > Hi All, > > I make the attached example: > ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/har

Re: [Harbour] Introducing myself

2010-04-09 Thread Bruno Luciani
Excellent Work in Wikipedia Antonio If you need some help in linux , i am UBUNTU user actually , but I have experience from 1997 using some distributions starting from Red Hat 5.0 Regard's Bruno 2010/4/8 Antonio Maniero > Hi Marco > > At the momento I will just play with Harbour on Linux. Pro

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

[Harbour] RTL classes samples

2010-03-31 Thread Bruno Luciani
Anybody have samples for Teditor ,Tget , Tgetlist , Tlabel , Tpopup etc etc etc Thanks in advance Bruno ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Unrecoverable error 6005

2010-03-31 Thread Bruno Luciani
I get this error in a HBQT little aplicattion any idea what is happening ? , it was working ok a few days ago and I didn't find major changes for HBQT in Changelog Unrecoverable error 6005: Excep

Re: [Harbour] Report writer for Harbour

2010-03-31 Thread Bruno Luciani
A wrapper to exaro and ZINT may a be a good idea Massimo Bruno 2010/3/31 Massimo Belgrano > Hi Randy > > Follow is untested sample with crystal report using gtwvg may be > adapted to hbxtq > basically using xbp instead wvg > Function MyCrystalViewer() > LOCAL oCrystal := CREATEOBJECT( "Crys

Re: [Harbour] Re: WVW

2010-03-30 Thread Bruno Luciani
I don't have it , it is a contrib ? Bruno 2010/3/30 Itamar Lins > Em 30/3/2010 08:57, Bruno Luciani escreveu: > >> which library i need to link to run your sample ? >> >> Bruno >> >> 2010/3/29 Itamar Lins >> > <mailto:itamarl...@gmai

Re: [Harbour] Re: WVW

2010-03-30 Thread Bruno Luciani
which library i need to link to run your sample ? Bruno 2010/3/29 Itamar Lins > Em 29/3/2010 20:30, Bruno Luciani escreveu: > > This is an only windows library >> >> Is that wright ? >> >> Bruno >> > Yes. Unfortunately there are many systems done wit

Re: [Harbour] Re: WVW

2010-03-29 Thread Bruno Luciani
This is an only windows library Is that wright ? Bruno 2010/3/29 Itamar Lins > Hi! > > The fact is that many people are waiting, changes in xHarbour, which in my > opinion is already a dying project. > Through forums Brazilians can see that only the WVW and RDDSQL xHarbour.com > hold some of B

Re: [Harbour] Re: hbide Unrecoverable error 6005: Exception SIGSEGV on exit

2010-03-15 Thread Bruno Luciani
I confirm the same problem here , same scenario ubuntu 9.10 32 bits Bruno br...@notebook:~/harbour-project/harbour/contrib/hbide$ ./hbide idemisc.prg:923:HBIDE_DBG(): HB_TR_ALWAYS NIL QWidget::setLayout: Attempting to set QLayout "" on QDockWidget "dockProjectTree", which already has a layout QWi

Re: [Harbour] libgpm ?

2010-03-12 Thread Bruno Luciani
yes your are wright , my mystake I am not the Marinas-Ide developer only a helper Bruno 2010/3/12 Viktor Szakáts > > I have installed Libgpm-devel and I had to deinstall it > > because , I don 't find libgpm and this produce an error > > > > Only answer my question > > > > Exist a library n

Re: [Harbour] libgpm ?

2010-03-12 Thread Bruno Luciani
2010/3/12 Przemysław Czerpak > On Fri, 12 Mar 2010, Bruno Luciani wrote: > > I have installed Libgpm-devel and I had to deinstall it > > because , I don 't find libgpm and this produce an error > > But you haven't installed libgpm. > Not now , but I had all G

Re: [Harbour] libgpm ?

2010-03-12 Thread Bruno Luciani
at I am no using directly Sorry about that Bruno 2010/3/12 Przemysław Czerpak > On Fri, 12 Mar 2010, Bruno Luciani wrote: > > Hi, > > > In this case I am not using hbmk2 to compile > > I am Using Marinas-ide > > So please always send such information so we can safely i

Re: [Harbour] libgpm ?

2010-03-12 Thread Bruno Luciani
s-ide/> > > 2010/3/12 Bruno Luciani > > In this case I am not using hbmk2 to compile >> >> I am Using Marinas-ide >> >> but I didn't find libgpm anymore in my path >> >> Bruno >> >> >> > -- > Massimo Belgrano > > e

Re: [Harbour] libgpm ?

2010-03-12 Thread Bruno Luciani
In this case I am not using hbmk2 to compile I am Using Marinas-ide but I didn't find libgpm anymore in my path Bruno 2010/3/12 marco bra > > > 2010/3/10 Bruno Luciani > > when I have installes libgpm-devel in linux UBUNTU >> >> Harbour detect it , and genera

[Harbour] libgpm ?

2010-03-10 Thread Bruno Luciani
when I have installes libgpm-devel in linux UBUNTU Harbour detect it , and generates gttrm with GPM support , but generates a lib named libgpm.a ?? I saw it in any moment , but i don' t see anymore , and have problems compiling programs using gttrm But desinstaling libgpm-devel now works ok bu

  1   2   3   4   5   >