[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

Re: [Harbour] Multiple Definition ?

2010-05-30 Thread Bruno Luciani
Viktor Szakáts harbour...@syenar.hu 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 exists in two libraries ? files.c in LIBHBCT and xhbfs.c in LIBXHB

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

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

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

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

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

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 mhsab...@gmail.com 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

[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

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

2010-05-24 Thread Bruno Luciani
thanks Angel Bruno 2010/5/24 Angel Pais amigo...@adinet.com.uy 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

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 amigo...@adinet.com.uy 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.

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 harbour...@syenar.hu anyway if I am compiling an opensource program I can use static version exist a way to do that in linux

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
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

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 harbour...@syenar.hu 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

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

2010-05-24 Thread Bruno Luciani
...@hotmail.com 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 Windows, right ? If yes, you did not posted what do you miss when building on linux

[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

[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

Re: [Harbour] To Harbour linux experts

2010-05-20 Thread Bruno Luciani
Ok I try this Bruno 2010/5/20 francesco perillo fperi...@gmail.com 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

Re: [Harbour] To Harbour linux experts

2010-05-20 Thread Bruno Luciani
thanks Viktor Bruno 2010/5/20 Viktor Szakáts harbour...@syenar.hu $? 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] 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

Re: [Harbour] HB_ZipFile problem

2010-05-15 Thread Bruno Luciani
Quedo resuelto no ? Bruno 2010/5/14 CarozoDeQuilmes carozodequil...@gmail.com 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 )

[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

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 mbelgr...@deltain.it From: Vladimir Makarov vmakarov at redhat dot com To: gcc.gcc.gnu.org gcc at gcc dot gnu dot org Date: Thu, 29 Apr 2010 12:25:15 -0400 Subject:

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 msfclip...@yahoo.com 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

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 your_prg and make sure that hbmk.hbm file is present Bruno 2010/4/30

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 abe.b...@gmail.com Hi Przemek all, Using netiosrv.prg from hbnetio\utils as the server. How can I see on the Server all

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

Re: [Harbour] Re: HBXBP Listbox

2010-04-26 Thread Bruno Luciani
thanks pritpal Bruno 2010/4/26 Pritpal Bedi bediprit...@hotmail.com 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 , it is posible ? Check the same example again after

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 evident

[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] NETIO Questions

2010-04-23 Thread Bruno Luciani
? What Program i compile with MT mode Client or Server, or Client And Server ? Thanks by your suuport My Env is Server Ubuntu-Server 8.04 And Client WinXp Greeting --- El *jue, 22/4/10, Bruno Luciani bruno.luci...@gmail.comhttp://es.mc269.mail.yahoo.com/mc/compose?to=bruno.luci

[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)

Re: [Harbour] open pdf

2010-04-23 Thread Bruno Luciani
and in linux ? Bruno 2010/4/23 Jaroslaw Kadziola kadzi...@tlen.pl 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

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

Re: [Harbour] open pdf

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

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

Re: [Harbour-users] Harbour + MySQL = myHeadache

2010-04-23 Thread Bruno Luciani
If you try to use sddmy think that you need to commit using SQL . Bruno 2010/4/22 Richard Acosta eyela...@gmail.com Sorry, i miss an answer. El 22/04/2010 09:48 p.m., Bruno Luciani escribió: Richard , show the command that you have used to compile your sample Not my sample, i compiled

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 wisto...@yahoo.es Hi

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ú gvar...@ec-red.com Thanks Massimo, Dougs and Viktor. Now I have several options to look at and test. BestRegards GVVS Massimo Belgrano escribió: See in

Re: [Harbour] NETIO Questions

2010-04-22 Thread Bruno Luciani
: Winston Garcia wisto...@yahoo.es Asunto: Re: [Harbour] NETIO Questions Para: Harbour Project Main Developer List. harbour@harbour-project.org Fecha: jueves, 22 de abril, 2010 13:23 Thanks Bruno. I'll try. Winston Garcia --- El *jue, 22/4/10, Bruno Luciani bruno.luci...@gmail.com* escribió

Re: [Harbour] NETIO Questions

2010-04-22 Thread Bruno Luciani
is Server Ubuntu-Server 8.04 And Client WinXp Greeting --- El *jue, 22/4/10, Bruno Luciani bruno.luci...@gmail.com* escribió: De: Bruno Luciani bruno.luci...@gmail.com Asunto: Re: [Harbour] NETIO Questions Para: Harbour Project Main Developer List. harbour@harbour-project.org Fecha: jueves

Re: [Harbour-users] Harbour + MySQL = myHeadache

2010-04-22 Thread Bruno Luciani
Richard , show the command that you have used to compile your sample I think this is your problem 2 questions : in who Operating systema you are working ? and IN another way , do you check if hbmysql is created when you have compiled SVN ? or you have downloaded a binary version of Harbour

[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] 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

[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] 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()

Re: [Harbour] HBIDE installer

2010-04-20 Thread Bruno Luciani
I dont Understand you Bruno 2010/4/20 Massimo Belgrano mbelgr...@deltain.it Also the application dir is not good? 2010/4/20 Bruno Luciani bruno.luci...@gmail.com 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

Re: [Harbour] HBIDE installer

2010-04-20 Thread Bruno Luciani
in linux 2010/4/20 Bruno Luciani bruno.luci...@gmail.com I dont Understand you Bruno 2010/4/20 Massimo Belgrano mbelgr...@deltain.it Also the application dir is not good? -- Massimo Belgrano ___ Harbour mailing list (attachment size

Re: [Harbour] HBIDE installer

2010-04-20 Thread Bruno Luciani
/library/ms682586(VS.85).aspxhttp://msdn.microsoft.com/en-us/library/ms682586%28VS.85%29.aspx Wich is dll/binary search order in linux 2010/4/20 Bruno Luciani bruno.luci...@gmail.com I dont Understand you Bruno 2010/4/20 Massimo Belgrano mbelgr...@deltain.it Also the application

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 bediprit...@hotmail.com marco bra wrote: Hi Pritpal i have succesfully created and installed the deb package of hbide in

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

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

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 harbour...@syenar.hu Hi, Distribution of standalone apps (not contained in package

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 harbour...@syenar.hu Hi, Distribution of standalone apps (not contained in package repositories) on Linux is in the dark age. For a possible solution

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

2010-04-19 Thread Bruno Luciani
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://installjammer.com/ http://www.linux.com/archive/feed/60380 May

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

2010-04-19 Thread Bruno Luciani
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/ http://www.linux.com/archive/feed/60380 May be a solution Bruno 2010/4/19 Viktor Szakáts harbour

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 bediprit...@hotmail.com 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

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

2010-04-19 Thread Bruno Luciani
not necessarily 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://installjammer.com/ http://www.linux.com/archive/feed

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 harbour...@syenar.hu a) tar + manual modification b) self-executable a) tar it's just like a zip, you untar (unzip) it

[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

[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 bruno.luci...@gmail.com Przemyslaw I just add

[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

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 lorenzo.fior...@gmail.com On Tue, Apr 13, 2010 at 10:06 PM, Bruno Luciani bruno.luci...@gmail.com wrote: Ok running http://www.lw3dtr.com.ar/cgi-bin/testlorenzo?testcgi I get Hello World! What that means

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

2010-04-13 Thread Bruno Luciani
thanks Pritpal Bruno 2010/4/13 Pritpal Bedi bediprit...@hotmail.com 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. Properties dialog will appear on right panel

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 marcobra.ubu...@gmail.com 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

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

2010-04-13 Thread Bruno Luciani
: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 header=HTTP/1.0 200 OK: testcgi.exe Regards CdQ On Sun, Apr 11, 2010 at 8:04 PM, Bruno Luciani bruno.luci...@gmail.com

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 lorenzo.fior...@gmail.com On Tue, Apr 13, 2010 at 3:38 PM, Bruno Luciani bruno.luci...@gmail.com wrote: or others cgi programs. I use Apache, Harbour and CGI every day and I can assure

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

2010-04-13 Thread Bruno Luciani
...@gmail.com On Tue, Apr 13, 2010 at 6:00 PM, Bruno Luciani bruno.luci...@gmail.com 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_cNewLine

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 lorenzo.fior...@gmail.com On Tue, Apr 13, 2010 at 6:00 PM, Bruno Luciani bruno.luci...@gmail.com wrote: Lorenzo , could you try testcgi

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 lorenzo.fior...@gmail.com On Tue, Apr 13, 2010 at 6:45 PM, Bruno Luciani bruno.luci...@gmail.com wrote: [Tue Apr 13 14:01:05 2010] [error] [client

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 bediprit...@hotmail.com Bruno Luciani wrote: thanks Pritpal Welcome, but this does not portray if it worked for you ? - enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info

[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

Re: [Harbour] Howto setup OS enviroment HBIDE

2010-04-12 Thread Bruno Luciani
2010/4/12 Bruno Luciani bruno.luci...@gmail.com I just try to create a project in linux , but i can't setup linux enviroment howto ? I'm interested and i have some spare time to help but please be more specific or give a sample so we can do the same thing you do... Best regards, Marco

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 marcobra.ubu...@gmail.com 2010/4/12 Bruno Luciani bruno.luci...@gmail.com I just try to create a project in linux , but i can't setup linux enviroment howto ? I'm interested and i have some spare time

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] Re: Howto setup OS enviroment HBIDE

2010-04-12 Thread Bruno Luciani
? Where ? 2010/4/12 Massimo Belgrano mbelgr...@deltain.it Here is how compile http://www.elart.it/links/harbourhowto_deb_en.php 2010/4/12 Bruno Luciani bruno.luci...@gmail.com: Pritpal , this thread is not very clear , and I don't found a clear recipe in howto configure HBIDE

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

2010-04-12 Thread Bruno Luciani
work something problem related to http://n2.nabble.com/HBIDE-Project-build-start-folder-problem-td4861627i60.html#a4886893 2010/4/12 Bruno Luciani bruno.luci...@gmail.com: ? Where ? -- Massimo Belgrano ___ Harbour mailing list (attachment

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

2010-04-12 Thread Bruno Luciani
problem related to http://n2.nabble.com/HBIDE-Project-build-start-folder-problem-td4861627i60.html#a4886893 2010/4/12 Bruno Luciani bruno.luci...@gmail.com: ? Where ? -- Massimo Belgrano ___ Harbour mailing list (attachment size limit

Re: [Harbour-users] MySQL and Harbourd

2010-04-12 Thread Bruno Luciani
take a look at hbmysql contrib folder , try to download SVN harbour it have up to date working samples Bruno 2010/4/12 Richard Acosta eyela...@gmail.com Hello, i'm starting a new program, and for the fist time i'm intended to start using a database server instead of .dbf files. Due the fact

Re: [Harbour-users] MySQL and Harbourd

2010-04-12 Thread Bruno Luciani
http://www.harbour-project.org/ Bruno 2010/4/12 Richard Acosta eyela...@gmail.com i'm lloking for svn but cant find where to go... can you please (or anyone else) give me the address ? El 12/04/2010 12:58 p.m., Bruno Luciani escribió: take a look at hbmysql contrib folder , try

[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

[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 bruno.luci...@gmail.com 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

[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 bruno.luci...@gmail.com 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

[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 bruno.luci...@gmail.com I am just trying to compile and test , sample testcgi.prg from test folder and another samples of cgi , and only

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 wcshu...@hotmail.com Hi All, I make the attached example: ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

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 mani...@klip.net Hi Marco At the momento I will just play with Harbour

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] 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 mbelgr...@deltain.it 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 :=

[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:

[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

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 itamarl...@gmail.com 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 itamarl...@gmail.com mailto:itamarl...@gmail.com Em 29/3/2010 20:30

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 itamarl...@gmail.com 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

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

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 marcobra.ubu...@gmail.com 2010/3/10 Bruno Luciani bruno.luci...@gmail.com when I have installes libgpm-devel in linux UBUNTU Harbour detect

Re: [Harbour] libgpm ?

2010-03-12 Thread Bruno Luciani
/ 2010/3/12 Bruno Luciani bruno.luci...@gmail.com 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 ___ Harbour mailing list (attachment size limit

Re: [Harbour] libgpm ?

2010-03-12 Thread Bruno Luciani
no using directly Sorry about that Bruno 2010/3/12 Przemysław Czerpak dru...@acn.waw.pl 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 ignore your messages instead

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 harbour...@syenar.hu 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

[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

[Harbour] Error in windows and Postgres

2010-03-09 Thread Bruno Luciani
I get this error compiling a sample in windows ( i am noy using hbmk2 in this sample ) what library or include is missing ? Bruno C:\harbour\lib/libhbpgsql.a(pgrdd.o):pgrdd.c:(.data+0xd8): undefined reference to `HB_FUN_USRRDD_RDDDATA' C:\harbour\lib/libhbpgsql.a(pgrdd.o):pgrdd.c:(.data+0xf8):

Re: [Harbour] hbIDE and Intellisense

2010-03-08 Thread Bruno Luciani
MAy be could you take a look to KATE editor behavior it is my reference in Linux and use QT4 Bruno 2010/3/7 Pritpal Bedi bediprit...@hotmail.com Hi All I am a step forward in basic constructs needed for some intellisense concepts, but I am not sure what bunch can be defined as

Re: [Harbour] hbIDE and Intellisense

2010-03-08 Thread Bruno Luciani
Yes but , Kate use the Same Library as HBIDE and you can see the QT4 posibilities Bruno 2010/3/8 Massimo Belgrano mbelgr...@deltain.it Hi Bruno IMO ,Visual studio is better example 2010/3/8 Bruno Luciani bruno.luci...@gmail.com: MAy be could you take a look to KATE editor behavior

  1   2   3   4   >