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

2009-04-14 Thread Viktor Szakáts
Thanks Xavi. Parallel compiling? Well, good idea actually :) It could be done, but I'm not familiar with MT programming (just concepts about coding *for* MT). The way to do it is most probably to split filelists into N chunks and launch these commands in separate threads and wait for them to compl

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

2009-04-14 Thread Viktor Szakáts
Hi, I've rechecked the logs and there weren't many changes in hbtip this last year which could cause such error, so it must be an older issue. For me though sending e-mails via hbtip works properly, I've just rechecked. Brgds, Viktor On Wed, Apr 15, 2009 at 7:46 AM, sygecom wrote: > > Hi Viktor

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

2009-04-14 Thread vszakats
Revision: 10861 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10861&view=rev Author: vszakats Date: 2009-04-15 06:24:54 + (Wed, 15 Apr 2009) Log Message: --- 2009-04-15 08:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * ChangeLog * utils/hbmk2

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

2009-04-14 Thread sygecom
Hi Viktor, OK, I noticed that the HB_SENDMAIL () also gives this error. At the moment I try to change the sending of email to use with the CONTRIB Blat, and later I see on the FTP. Already decided rather compatibility between the xHarbour Harbour and on my system with the help of you here at the

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

2009-04-14 Thread Viktor Szakáts
Hi Leonardo, Thanks. As for the error, a quick check lead to url.prg, but I don't know this code (especially the many regexp tricks there), so I hope someone who does will be able to check it and fix it. Brgds, Viktor On Wed, Apr 15, 2009 at 3:25 AM, sygecom wrote: > > Hi Viktor, > In this last

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

2009-04-14 Thread Xavi
Great job Viktor, Thanks. When compiling parallel multithreaded ? ;) New option: -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg. Xavi vszak...@users.sourceforge.net escribió: Revision: 10860 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10860&v

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

2009-04-14 Thread sygecom
Hi Viktor, In this last change in \ harbor \ contrib \ hbtip \ DNLDFTP.PRG realized that instead of PROCEDURE is PROCDURE. And if you have any tips on how to resolve the error that is giving to this example I would too. Leonardo Machado vszakats wrote: > > Revision: 10860 > > http:/

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

2009-04-14 Thread Xavi
Hi Rodrigo, Sorry I test now .- gcc -v --help > gcc_help.txt And I think that it's not necessary to remove -lgtwin. You tried to add the option -mwindows "Create GUI application" .- gcc obj/demo.o -o bin/demogtk.exe -L/harbour/lib -L../../lib *-mwindows* -Wl,--start-group -lxhgtk -lhbdebug -l

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

2009-04-14 Thread vszakats
Revision: 10860 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10860&view=rev Author: vszakats Date: 2009-04-14 22:26:26 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-15 00:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Error in function to create the Word file

2009-04-14 Thread Viktor Szakáts
Exactly, this is one of those weird features (hidden extension) of xhb. I can only suggest to clean such code to "Asc( c ) == 13". This code works with all existing xbase dialects, has the same speed, easier to type, easier to read, so you will only win. The real task is to find such lines in code.

Re: [Harbour] Error in function to create the Word file

2009-04-14 Thread sygecom
Hi Pritpal Bedi, Ok, thank you for explanation. I thought that was compatible xharbour with Harbour and Harbour with xHarbour. Solved the problem by modifying the function Open_Word, leaving as below: * Function Open_word( cArquivo ) * local

Re: [Harbour] Harboude latest nigthy builld. Compile error!

2009-04-14 Thread Ranier Vilela
Phil Krylov escreveu: Hi, On Tue, Apr 14, 2009 at 9:18 PM, Ranier Vilela wrote: config/dir.cf:55: ***missing 'endif'. Stop. Use GNU Make 3.81 or later. -- Ph Hi Phil, are you fine? Thanks for the explanation. I was using gnu make 3.80. Now compiler goes... Best, Ranier Vilela

Re: [Harbour] Error in function to create the Word file

2009-04-14 Thread Pritpal Bedi
Hi sygecom wrote: > > First of sorry for the post, but I'm moving to Harbour, I'm full of > questions to resolve. > Below is another example that compiling and running without problems in > xHarbour, but when you try to run with harbor it generates an error on the > line 'if asc (cCaractere) ==

[Harbour] Error in function to create the Word file

2009-04-14 Thread sygecom
Hello All, First of sorry for the post, but I'm moving to Harbour, I'm full of questions to resolve. Below is another example that compiling and running without problems in xHarbour, but when you try to run with harbor it generates an error on the line 'if asc (cCaractere) == chr (13)' *

Re: [Harbour] Error using the SET DEVICE TO PRINT

2009-04-14 Thread sygecom
Hi Viktor, ok, thank you for your attention. If anyone else has any tips I appreciate. In this regard I will hand in changing all that. Leonardo Machado sygecom wrote: > > Hello to All, > > If I compile the example below with it's harbour an error in the SET > DEVICE TO PRINT, but reverse and

Re: [Harbour] Error using the SET DEVICE TO PRINT

2009-04-14 Thread Viktor Szakáts
Looks like an incompatibility with Clipper, which also works okay in this situation. I don't know how to fix it though. Brgds, Viktor On Tue, Apr 14, 2009 at 8:21 PM, sygecom wrote: > > Hello to All, > > If I compile the example below with it's harbour an error in the SET DEVICE > TO PRINT, but

[Harbour] Problem using FTP in HBTIP.LIB

2009-04-14 Thread sygecom
Hello to All, If you compile the example \harbour\contrib\hbtip\tests\dnldftp.prg with BCC 5.5.1 This gives the error below: Error BASE/1081 Operation not supported: TIPCLIENTFTP:new() Called from TIPCLIENT:NEW(0) Called from TIPCLIENTFTP:NEW(0) Called from TRP20FTPENV(55) Called from MAIN(15)

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread Viktor Szakáts
Many thanks for the confirmation. Brgds, Viktor On Tue, Apr 14, 2009 at 7:56 PM, sygecom wrote: > > Hi Viktor, > > Perfect right now compiled without error, with and without GPF BLACK SCREEN > OF MS-DOS. > Thank you very much. > Now I have a different problem with SET DEVICE TO PRINT, but I will

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-14 Thread Sudip Bhattacharyya
Hello, Thanks a lot. It's now clear to me. That's very good!!! So, I don't have to worry about font's size!!! :-) Yes, I'm using "Courier New". :-) With best regards. Sudip -- View this message in context: http://www.nabble.com/Harbour%27s-Ready-to-Use-Distro-II---HarbourDev_10824_2009-04

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

2009-04-14 Thread vszakats
Revision: 10859 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10859&view=rev Author: vszakats Date: 2009-04-14 18:34:09 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-14 20:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread Viktor Szakáts
Many thanks for the confirmation. Brgds, Viktor On Tue, Apr 14, 2009 at 7:56 PM, sygecom wrote: > > Hi Viktor, > > Perfect right now compiled without error, with and without GPF BLACK SCREEN > OF MS-DOS. > Thank you very much. > Now I have a different problem with SET DEVICE TO PRINT, but I will

Re: [Harbour] Harboude latest nigthy builld. Compile error!

2009-04-14 Thread Phil Krylov
Hi, On Tue, Apr 14, 2009 at 9:18 PM, Ranier Vilela wrote: > config/dir.cf:55: ***missing 'endif'. Stop. Use GNU Make 3.81 or later. -- Ph. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Harbour's Ready-to-Use Distro II -HarbourDev_10824_2009-04-09.exe

2009-04-14 Thread Sudip Bhattacharyya
Hello, I come here to learn wvg. I don't want to "fight" against anybody. :-) Yes, I heard some words about Vouch. And regarding vouch I heard Pritpal's name. This may be my "fault" to think wvg and vouch same way. And I shall never say whose message was this. Because everybody has right to ex

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-14 Thread Pritpal Bedi
Hello Sudip Bhattacharyya wrote: > > When I use > hb_gtInfo( HB_GTI_SPEC, HB_GTS_WNDSTATE, HB_GTS_WS_MAXIMIZED ) > > Program window becomes large but not full screen (I am using with wide > screen labtop) > It is because in WVT|WVG fonts are set calculating the desktop size / console rows *

[Harbour] Error using the SET DEVICE TO PRINT

2009-04-14 Thread sygecom
Hello to All, If I compile the example below with it's harbour an error in the SET DEVICE TO PRINT, but reverse and put the SET DEVICE TO PRINT after the SET PRINT TO "c: \ my_file.txt" there's not a mistake, but I have thousands routines that are well and in whatever order xharbour it compiles a

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, Perfect right now compiled without error, with and without GPF BLACK SCREEN OF MS-DOS. Thank you very much. Now I have a different problem with SET DEVICE TO PRINT, but I will open a new topic even not to mix with that. Again thank you. Leonardo Machado Viktor Szakáts wrote: > > Hi

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, ok, I will update again and try and have him give a return. Leonardo Machado Viktor Szakáts wrote: > > Hi Leonardo, > > >> Hello Viktor, >> I remember when this happened was in hbmake in xharbour only remove the >> GTWIN.LIB compilation that solve the problem. So you ask, how do I

[Harbour] Harboude latest nigthy builld. Compile error!

2009-04-14 Thread Ranier Vilela
Hi, I have been tried compile latest harbour with harbour-nightly.zip. But doesn´t compile with msvc 2008. Lastest error: e:\harbour-1.1.0>set HB_COMPILER=msvc e:\harbour-1.1.0>make_gnu config/dir.cf:55: ***missing 'endif'. Stop. After the 'make_gnu', enviroment: HB_ARCHITECTURE=win HB_BIN_INST

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

2009-04-14 Thread vszakats
Revision: 10858 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10858&view=rev Author: vszakats Date: 2009-04-14 17:23:35 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-14 19:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread Viktor Szakáts
Hi Leonardo, > Hello Viktor, > I remember when this happened was in hbmake in xharbour only remove the > GTWIN.LIB compilation that solve the problem. So you ask, how do I remove > the GTWIN.LIB of my collection using hbmk2.exe to see if it solves the > problem of the MS-DOS screen open with my a

Re: [Harbour] Harbour's Ready-to-Use Distro II -HarbourDev_10824_2009-04-09.exe

2009-04-14 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Sudip Bhattacharyya" A: Data invio: martedì 14 aprile 2009 16.40 Oggetto: Re: [Harbour] Harbour's Ready-to-Use Distro II -HarbourDev_10824_2009-04-09.exe Regarding open source, I found some wrong information in xHarbour group. ;-) Where? Which informa

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-14 Thread Sudip Bhattacharyya
Hello, Thanks a lot. Sorry to disturb you so much. When I use hb_gtInfo( HB_GTI_SPEC, HB_GTS_WNDSTATE, HB_GTS_WS_MAXIMIZED ) Program window becomes large but not full screen (I am using with wide screen labtop) Regards. Sudip -- View this message in context: http://www.nabble.com/Harbour%27

Re: [Harbour] Little siggestion regarding hbmk

2009-04-14 Thread Massimo Belgrano
I am using pexport 0.43 and i have tried either dlltool 2.17.50 ,2.19.1, 2.15.91 i copied dlltools.exe in acesdk then run follow command h.bat if i execute in a batch it not work if i execute each command from command line it work ---h.bat- pexports ace32.dll >

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

2009-04-14 Thread vouchcac
Revision: 10857 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10857&view=rev Author: vouchcac Date: 2009-04-14 16:07:43 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-14 09:04 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/source/rtl/gtwvt/gt

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hello Viktor, I remember when this happened was in hbmake in xharbour only remove the GTWIN.LIB compilation that solve the problem. So you ask, how do I remove the GTWIN.LIB of my collection using hbmk2.exe to see if it solves the problem of the MS-DOS screen open with my application? or have any

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-14 Thread Pritpal Bedi
Hello >I used Wvt_ShowWindow( SW_RESTORE ) It is ok though you should use #include "hbgtwvg.ch" hb_gtInfo( HB_GTI_SPEC, HB_GTS_WNDSTATE, HB_GTS_WS_NORMAL ) >I want to run my program maximized. Is it possible? hb_gtInfo( HB_GTI_SPEC, HB_GTS_WNDSTATE, HB_GTS_WS_MAXIMIZED ) Regards Pritpal Be

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread Viktor Szakáts
Hi Leonardo, It worked, now compiled the example of A. PRG SAMPLES folder and compiled my > system too, but this opens a screen behind the MS-DOS system. I had already > seen a hint to avoid this screen but do not remember how to proceed, you > have any tips to eliminate this black screen MS-DOS t

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-14 Thread Sudip Bhattacharyya
Hello Pritpal, Thanks a lot for your answer. So, I can use Rgb() (macro or function) same way I used in gtwvw. :-) I used Wvt_ShowWindow( SW_RESTORE ) I want to run my program maximized. Is it possible? Regarding open source, I found some wrong information in xHarbour group. ;-) Now I am very

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, It worked, now compiled the example of A. PRG SAMPLES folder and compiled my system too, but this opens a screen behind the MS-DOS system. I had already seen a hint to avoid this screen but do not remember how to proceed, you have any tips to eliminate this black screen MS-DOS that ope

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, I will update now and I give her a return. Thanks Leonardo Machado Viktor Szakáts wrote: > > Please try again with 10856. > Brgds, > Viktor > > On Tue, Apr 14, 2009 at 3:20 PM, sygecom wrote: > >> >> Hi Viktor, >> >> I'm trying to compile as you said, I want to inform th

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-14 Thread Pritpal Bedi
Hello >I am learning WVG. So far so good :) And hope to convert all my xHarbour+gtwvt codes into it!!! :-) >1) Is there any rgb() function? Perhaps RGB macro is there instead of function. If you do not find it then: Function rgb( r,g,b ) RETURN ( r + ( g*256 ) + ( b*256*256 ) ) >2) Maximiz

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, Update the harbor to the SVN using the command -INC. And I try again the sample of A.PRG folder \HWGUI\SAMPLES\ALL\ but without the extension. LIB and occurred the same problem, until he creates the EXE but when it will open in a GPF. Also compiled my system with the minimum settings

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread Viktor Szakáts
Please try again with 10856. Brgds, Viktor On Tue, Apr 14, 2009 at 3:20 PM, sygecom wrote: > > Hi Viktor, > > I'm trying to compile as you said, I want to inform the LIB, which builds > up > until the end but when I open the system he's a GPF to start. > Since the same system using hbmake.exe of

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

2009-04-14 Thread vszakats
Revision: 10856 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10856&view=rev Author: vszakats Date: 2009-04-14 13:57:49 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-14 15:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread Viktor Szakáts
Hi Leonardo, > I'm trying to compile as you said, I want to inform the LIB, which builds > up > until the end but when I open the system he's a GPF to start. > Since the same system using hbmake.exe of xharbour it compiles without > problems both with the version 1.0.0 as the latest version 1.2.0

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, I'm trying to compile as you said, I want to inform the LIB, which builds up until the end but when I open the system he's a GPF to start. Since the same system using hbmake.exe of xharbour it compiles without problems both with the version 1.0.0 as the latest version 1.2.0. What I fin

Re: [Harbour] User Feedback Forum

2009-04-14 Thread Viktor Szakáts
We have lots of places for feedback in our sf.net page if someone wants to stay anonymous, and they now can even post messages without subscribing to the list. We've been here a few month ago with a similar proposed site. Having more input channels won't boost the amount of input. A release proba

Re: [Harbour] User Feedback Forum

2009-04-14 Thread Massimo Belgrano
manage Feedback2.0 or dream of user intresting also for having a more active comunity i know a lot of user that don't want post messages but can give a simple feedback2.0 2009/4/13 Pritpal Bedi : > > Hello All, > > Check it out if it is of any help to Harbour development. > > http://uservoice.co

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

2009-04-14 Thread Viktor Szakáts
> > Works right also in library creation > hbmk2 delta.prg ACHOICE.PRG APPEND_D.PRG BOTTON_D.PRG CALCOL_ > D.PRG COLOR_D.PRG DEFOPT.PRG EDIDUP_D.PRG EDITA2_D.PRG EDITAR_D.PRG > ERROR_D.PRG > FILTRO_D.PRG GETSYS_D.PRG GRAFIC_D.PRG LABEL_D.PRG MENU.PRG OBSOL_D.PRG > OPEN_D. > PRG PATH_D.PRG PDRIV_D

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

2009-04-14 Thread Massimo Belgrano
correct hbmk2 test1.prg -inc hbmk: Processing configuration: c:\harbour\mingw\bin\hbmk.cfg hbmk: Target up to date: test1.exe Works right also in library creation hbmk2 delta.prg ACHOICE.PRG APPEND_D.PRG BOTTON_D.PRG CALCOL_ D.PRG COLOR_D.PRG DEFOPT.PRG EDIDUP_D.PRG EDITA2_D.PRG EDITAR_D.PRG ERR

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

2009-04-14 Thread Viktor Szakáts
Please recheck now. I've just finished testing my local project with new hbmk2 -inc functionality and after setting up .hbm files, they beautifully work for all compilers (and also platforms, but I've yet to try). Thus replacing my local mesh of .sh, GNU Make and GCC/BCC/MSVC make files for all pla

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

2009-04-14 Thread vszakats
Revision: 10855 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10855&view=rev Author: vszakats Date: 2009-04-14 12:30:11 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-14 14:29 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

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

2009-04-14 Thread Viktor Szakáts
Found it: Stupid error in hbmk2, please add .prg extension to test1 until I fix it. Brgds, Viktor On Tue, Apr 14, 2009 at 2:12 PM, Massimo Belgrano wrote: > here it not display anything like target up to date > Here is my result > > c:\harbour\max\test>hbmk2 test1 -inc > hbmk: Processing configur

Re: [Harbour] Working with HASH()

2009-04-14 Thread Viktor Szakáts
Thank you. Also quite messy functionality :(. Dunno if we support such in any way in Harbour, and I'm not convinced we should, as it looks like a very dirty hack which allows to reach behind the hash concept. Looks strange to me to use slot ordinals to reach hash members, as the point of hashes is

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

2009-04-14 Thread Massimo Belgrano
here it not display anything like target up to date Here is my result c:\harbour\max\test>hbmk2 test1 -inc hbmk: Processing configuration: c:\harbour\mingw\bin\hbmk.cfg Compiling Harbour sources... Harbour 1.1.0dev (Rev. 10854) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'te

Re: [Harbour] Working with HASH()

2009-04-14 Thread Rossine
Hello Viktor, > Very strange name for a function. Can you describe what it does? > Text taken from the manual xharbour: > HSetAACompatibility() > Enables or disables associative array compatibility for an empty hash. > Syntax > HSetAACompatibility( , ) --> lSuccess > > Arguments > >

Re: [Harbour] Harbour's Ready-to-Use Distro II - HarbourDev_10824_2009-04-09.exe

2009-04-14 Thread Sudip Bhattacharyya
Hello Pritpal, I am learning WVG. So far so good :) And hope to convert all my xHarbour+gtwvt codes into it!!! Now I have some questions about it? 1) Is there any rgb() function? 2) Maximize/Restore command is not working properly. 3) Is WVG an open source library? TIA. With best regards. Su

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

2009-04-14 Thread Viktor Szakáts
I don't know what's not working for you, maybe you've misunderstood the meaning of -inc. Here is my test run, which shows that it's working. Notice the second run of hbmk2 test1, which shows: "target up to date". If you then touch test1.prg, test1.exe will automatically be built on the next run. B

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

2009-04-14 Thread Massimo Belgrano
I have created a prg that create a large test1.prg and run with hbmk2 crea -run mingw from last cvs func main x_handle=fcreate("test1.prg") fwrite(x_handle,"func main"+chr(13)+chr(10)) fwrite(x_handle,"test0001()"+chr(13)+chr(10)) fwrite(x_handle,"return"+chr(13)+chr(10)) fwrite(x_ha

Re: [Harbour] port number in TMySQLServer():New()

2009-04-14 Thread FRANČEK PRIJATELJ
Hi Victor Thanks , it's working OK . Brgds, Franček -- View this message in context: http://n2.nabble.com/port-number-in--TMySQLServer%28%29%3ANew%28%29-tp2631807p2632325.html Sent from the harbour-devel mailing list archive at Nabble.com. ___ Har

Re: [Harbour] Little siggestion regarding hbmk

2009-04-14 Thread Viktor Szakáts
Hi Massimo, Hi Vicktor [ It's Viktor with a 'k', or it's fine with a 'c' too, 'ck' is quite strange. ] I'm not sure what you're trying to do, I've posted my three lines of commands in the message you replied to, but you've been trying with different dlltool command. Correct it. As I wrote even

Re: [Harbour] Little siggestion regarding hbmk

2009-04-14 Thread Massimo Belgrano
Hi Vicktor I am not able to generate valid libace32.a becasue is zero lenght wich version do you use? i copyed pexport.exe and dlltool in c:\devl\acesdk cd \devl\acesdk del libace32.a pexports ace32.dll > ace32.def set oldpath=%path% set PATH=%~dp0 dlltool -d ace32.def -D a This is my version GNU

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

2009-04-14 Thread vszakats
Revision: 10854 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10854&view=rev Author: vszakats Date: 2009-04-14 08:53:34 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-14 10:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmysql/tmysql.p

Re: [Harbour] port number in TMySQLServer():New()

2009-04-14 Thread Viktor Szakáts
Hi Francek, Okay, I've committed it, please test it. Brgds, Viktor On Tue, Apr 14, 2009 at 10:21 AM, FRANČEK PRIJATELJ < francek.prijat...@siol.net> wrote: > > Hi Victor > > Pls could You add to TMySQLServer():New() 4th parameter for (non default) > port number. > Most routers NAT ports. > > >

[Harbour] port number in TMySQLServer():New()

2009-04-14 Thread FRANČEK PRIJATELJ
Hi Victor Pls could You add to TMySQLServer():New() 4th parameter for (non default) port number. Most routers NAT ports. -- View this message in context: http://n2.nabble.com/port-number-in--TMySQLServer%28%29%3ANew%28%29-tp2631807p2631807.html Sent from the harbour-devel mailing list arch

Re: [Harbour] TBrowse bug

2009-04-14 Thread Adam Lubszczyk
Hi! Viktor Szakáts wrote: > > Hi Adam, > > How does it work in Clipper? > Could you post a working example to demonstrate it? > > The one I created based on your description did the > exact same thing in both Clipper and Harbour. > > Brgds, > Viktor > > I'm sorry, You are right! I often us

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

2009-04-14 Thread vouchcac
Revision: 10853 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10853&view=rev Author: vouchcac Date: 2009-04-14 07:59:02 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-14 00:54 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/gtqtc/gtqtc

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

2009-04-14 Thread vszakats
Revision: 10852 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10852&view=rev Author: vszakats Date: 2009-04-14 07:48:30 + (Tue, 14 Apr 2009) Log Message: --- 2009-04-14 09:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + contrib/hbcurl/hbcurls

[Harbour] Working with HASH()

2009-04-14 Thread Rossine
Hello, Is possible include "HSETAACOMPATIBILITY()" in harbour ? In xharbour this example works: [Code] functio Main() LOCAL hHash := Hash() HSetAACompatibility( hHash, .T. ) HSetCaseMatch( hHash, .F. ) hHash[ "One" ] := { 1, 1 } hHash[ "Two" ] := 2 hHash[ "Three" ] :

Re: [Harbour] Working with HASH()

2009-04-14 Thread Viktor Szakáts
Hi Rossine, Very strange name for a function. Can you describe what it does? Brgds, Viktor On Tue, Apr 14, 2009 at 9:06 AM, Rossine wrote: > > Hello, > > Is possible include "HSETAACOMPATIBILITY()" in harbour ? > > In xharbour this example works: > > [Code] > functio Main() > > LOCAL hHash :=