[Harbour] GT for win32

2008-06-07 Thread Massimo Belgrano
In win32 is aivable this gt Gtcgi,gtgui,gtpca,gtstd,gtwin,gtwvg,gtwvt Wich gt are aivable for linux and wich for pocketpc and mac os? Gtxwc,gttrm,gtcrs, gtsln, Will gttrm work also for win32? Is suggest add follow info to doc\gtapi.txt gtnul - base GT driver from which each other inherits.

[Harbour] 2008-06-06 23:30 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-07 Thread Pritpal Bedi
2008-06-06 23:30 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED] * harbour/source/rtl/gtwvt/gtwvt.c ! hb_gt_wvt_Info() + GTI_SCREENSIZE Hb_GtInfo( GTI_SCREENSIZE, { nPxlWidth, nPxlHeight } ) Try to adjust the mode to rows and columns best fitting nPxlWidth,

[Harbour] RC1 Reminder

2008-06-07 Thread Phil Barnett
Just a reminder that we are working on releasing the 1.0.0 version of Harbour Project. At this time, we are not accepting code for anything except bug fixes. All feature enhancements must wait until after we release the 1.0.0 version to the world. We are actively soliciting feedback on bugs

[Harbour] Can PP do this?

2008-06-07 Thread Lorenzo Fiorini
Can the PP break a TEXT INTO x in several concatenations using a given marker? This is the case: function detail_info( oCgi ) local cContent TEXT INTO cContent table class=infomnu_tb tr class=infomnu_tbr td class=info_btn onclick=javascript:show_menu( '$%cAppId%$',

[Harbour] 2008-06-07 09:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-07 Thread Szakáts Viktor
2008-06-07 09:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c ! Fixed cursor width to be synced properly after a font change. ! Fixed cursor SC_NORMAL height to be calculated from the font height, instead of being a static number.

[Harbour] [RC1] 2008-06-07 09:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-07 Thread Szakáts Viktor
2008-06-07 09:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c ! Fixed cursor width to be synced properly after a font change. ! Fixed cursor SC_NORMAL height to be calculated from the font height, instead of being a static number.

[Harbour] [RC1] 2008-06-07 09:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-07 Thread Szakáts Viktor
2008-06-07 09:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c + Added RTEs when wrong parameter was passed to the remaining functions: CURL_EASY_STRERROR() CURL_SHARE_STRERROR() CURL_MULTI_STRERROR() CURL_GETDATE()

[Harbour] 2008-06-07 09:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-07 Thread Szakáts Viktor
2008-06-07 09:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c % Minor opt. [RC1] * ChangeLog + Marked changes merged with RC1. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org

RE: [Harbour] Harbour-Users mailing list has been created.

2008-06-07 Thread Massimo Belgrano
Where is web site ? ftp://ftp.harbour-project.org/Httpdocs ftp://ftp.harbour-project.org/httpdocs2008 ftp://ftp.harbour-project.org/httpsdocs other? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Barnett Sent: Saturday, June 07, 2008 9:22 AM To:

[Harbour] Upating website

2008-06-07 Thread Massimo Belgrano
Will same people write What is Harbour? For adding in website I have tried here with my worse English http://en.wikipedia.org/wiki/Harbour_compiler I invite Przemyslaw Czerpak write Philosophies of implementation and Future version Massimo Belgrano

Re: [Harbour] Can PP do this?

2008-06-07 Thread Przemyslaw Czerpak
On Sat, 07 Jun 2008, Lorenzo Fiorini wrote: Hi Lorenzo, Can the PP break a TEXT INTO x in several concatenations using a given marker? This is the case: function detail_info( oCgi ) local cContent TEXT INTO cContent table class=infomnu_tb tr class=infomnu_tbr td

Re: [Harbour] Can PP do this?

2008-06-07 Thread Lorenzo Fiorini
On Sat, Jun 7, 2008 at 10:42 AM, Przemyslaw Czerpak [EMAIL PROTECTED] wrote: I do not understand what you want to reach and why you want to make it on PP level. In this example the contents of RT variables isn't known at compile time so it cannot be optimized during compilation and you will

Re: [Harbour] gtwvt font best setup

2008-06-07 Thread Szakáts Viktor
Hi Mike, Well, me too. (but the current xhb one works with Harbour AFAIK). That's mean that I can use Harbour with RMDBFCDX? Theoretically yes. It's difficult to tell, since I don't have xhb (and parts) running here, but the RDD model is exactly the same in both projects. user smoothly

Re: [Harbour] gtwvt font best setup

2008-06-07 Thread Lorenzo Fiorini
On Sat, Jun 7, 2008 at 10:00 AM, Szakáts Viktor [EMAIL PROTECTED] wrote: I'm personally only interested in no app UI rewrite and maximum portability, so I'm sticking with the CUI look. Me too. My apps have to run exactly in the same way under *nix, Win and OS X ( even using same number of

RE: [Harbour] gtwvt font best setup

2008-06-07 Thread Mike Evans (Gmail)
Hi Viktor, Well, me too. (but the current xhb one works with Harbour AFAIK). That's mean that I can use Harbour with RMDBFCDX? Changing screen dimensions is good to have in real time, but since it needs work done by the application, this is something to allow only if the application

Re: [Harbour] Can PP do this?

2008-06-07 Thread Przemyslaw Czerpak
On Sat, 07 Jun 2008, Lorenzo Fiorini wrote: What I'd like to get is a way to concatenate a string that comes from a TEXT INTO with a var without having to break the TEX INTO in several places or using strtran. OK, but why? What's wrong with strtran()? Such string dividing means that you will

Re: [Harbour] Can PP do this?

2008-06-07 Thread Lorenzo Fiorini
On Sat, Jun 7, 2008 at 11:23 AM, Przemyslaw Czerpak [EMAIL PROTECTED] wrote: OK, but why? What's wrong with strtran()? Such string dividing means that you will have to inform PP where you want to introduce your own code. In practice it means that it will be necessary to have some well known

Re: [Harbour] gtwvt font best setup

2008-06-07 Thread Szakáts Viktor
Hi Lorenzo, I'm personally only interested in no app UI rewrite and maximum portability, so I'm sticking with the CUI look. Me too. My apps have to run exactly in the same way under *nix, Win and OS X ( even using same number of rows and cols ), so for me gtwvt=gtxwc=gttrm. CUI ( sadly

Re: [Harbour] Can PP do this?

2008-06-07 Thread Przemyslaw Czerpak
On Sat, 07 Jun 2008, Lorenzo Fiorini wrote: Instead if the if Harbour code could be embedded in the html page as simple xhtml and processed at PP level, the html page would be ready to use after the designer has committed it. I'm still missing what you exactly want to do in final code. Now it

RE: [Harbour] Harbour-Users mailing list has been created.

2008-06-07 Thread Massimo Belgrano
Imo is not a good mailing for harbour user list because: -not permit attached -not aivable as nntp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Barnett Sent: Saturday, June 07, 2008 9:22 AM To: Harbour@harbour-project.org Subject: [Harbour]

[Harbour] Warning

2008-06-07 Thread Enrico Maria Giordano
Warning W8004 source\rtl\hbgtcore.c 1672: 'bSet' is assigned a value that is never used in function hb_gt_def_Info Warning W8004 source\rtl\gtwvt\gtwvt.c 2120: 'rc1' is assigned a value that is never used in function hb_gt_wvt_Info EMG -- EMAG Software Homepage:

RE: [Harbour] gtwvt font best setup

2008-06-07 Thread Mike Evans (Gmail)
Hi Viktor, Theoretically yes. It's difficult to tell, since I don't have xhb (and parts) running here, but the RDD model is exactly the same in both projects. I'll try to use it and I'll tell my findings (But as I know they change some low level API of RDD in xHarbour). But I don't know if I

RE: [Harbour] gtwvt font best setup

2008-06-07 Thread Massimo Belgrano
Hi Mike, Can you post a little demo/screenshoot about your adaption will be interesting for me and for most user what have for your application gtwvw that gtwvt/gtwvg+ct3 not have? -Original Message- All the work is done inside GTWVW. I changed nothing in my application. I was using CT3

RE: [Harbour] gtwvt font best setup

2008-06-07 Thread Mike Evans (Gmail)
Hi Lorenzo, With the approach I used I don't need to change anything in my code to change another of my applications from DOS CUI to windows GUI I've only changed my lib (that is shared between all of my dos applications) when I use wopen to use wvw_nopenwindow the same for wclose Function

RE: [Harbour] gtwvt font best setup

2008-06-07 Thread Mike Evans (Gmail)
Massimo, I've already post some screenshots in a previous message. Have in mind that even if I have other windows open the applicatiosn is scalable-resizeble from the main window. Also the same is true for toolbar-statusbar. Brgds, Mike Evans -Original Message- From: [EMAIL PROTECTED]

[Harbour] 2008-06-07 13:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-07 Thread Szakáts Viktor
2008-06-07 13:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmisc/common.mak * contrib/hbmisc/Makefile - contrib/hbmisc/mathx.c + contrib/hbmisc/spd.c - Removed math functions equivalent with CT3 ones. INCOMPATIBLE: If your code used CEIL() from hbmisc,

RE: [Harbour] gtwvt font best setup

2008-06-07 Thread Massimo Belgrano
Very interesting! I suggest post screenshot as jpg 65% What kink of work have don't c programmers about scaling font changes. What do you think as low level api (GT API with new additions) + common windows-linux (GUI-CUI) support. Why is need third level specific to each GT? Can you made

RE: [Harbour] gtwvt font best setup

2008-06-07 Thread Mike Evans (Gmail)
Massimo, Nothing big. They just loop inside each control on a window and they change the font according to the new window dimensions. After that they are doing an invalidate rect. Until now they are doing the same for every control. The resize doesn't work for toolbar and statusbar (there is no

R: [Harbour] gtwvt font best setup

2008-06-07 Thread Massimo Belgrano
IMO your experience will be a big improvement for all harbour community Can you post part of code or better a standalone demo application? It can be a good demo for all xharbour user for understand the power of GT architecture Please give me any additional information about your application I You

Re: [Harbour] gtwvt font best setup

2008-06-07 Thread Lorenzo Fiorini
On Sat, Jun 7, 2008 at 12:54 PM, Mike Evans (Gmail) [EMAIL PROTECTED] wrote: This are some screenshots but they are big from 1 to 3.5 MB. http://prosvasis.vivodinet.gr/download/temp/dos.bmp http://prosvasis.vivodinet.gr/download/temp/resized.bmp

Re: [Harbour] gtwvt font best setup

2008-06-07 Thread Lorenzo Fiorini
On Sat, Jun 7, 2008 at 2:22 PM, Lorenzo Fiorini [EMAIL PROTECTED] wrote: How much menu, get and tbrowse code is different? Oops sorry you've already answered. Sorry I missed some messages. best regards, Lorenzo ___ Harbour mailing list

Re: [Harbour] Can PP do this?

2008-06-07 Thread Lorenzo Fiorini
On Sat, Jun 7, 2008 at 12:03 PM, Przemyslaw Czerpak [EMAIL PROTECTED] wrote: I'm still missing what you exactly want to do in final code. Now it looks that you want to preprocess text token, isn't it? Yes. You are using in your code: #pragma __streaminclude foo1.html | cHtml := %s and

Re: [Harbour] Harbour-Users mailing list has been created.

2008-06-07 Thread Phil Barnett
On Saturday 07 June 2008 04:26:23 am Massimo Belgrano wrote: Where is web site ? ftp://ftp.harbour-project.org/Httpdocs This one is the current site. ftp://ftp.harbour-project.org/httpdocs2008 This is a copy of the above httpdocs site so if something goes wrong, we can find the old

Re: [Harbour] Harbour-Users mailing list has been created.

2008-06-07 Thread Phil Barnett
On Saturday 07 June 2008 05:45:26 am Massimo Belgrano wrote: Imo is not a good mailing for harbour user list because: -not permit attached Not true. There is a limit of 40k -not aivable as nntp newsgroups distribute messages. Email distribute messages. There is very little difference.

Re: [Harbour] 2008-06-06 20:45 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2008-06-07 Thread Pritpal Bedi
Hello Viktor Szakáts Viktor wrote: I think _one_ callback with an event ID param would be much better as it could be useful for other GTs too. Now you're implementing Windows specific callback types explicitly in the _core_, it's IMO not very good. hb_gtInfo( HB_GTI_CALLBACK, {|

[Harbour] HARBOUR + WIN CE

2008-06-07 Thread Sami Laham
Hello Folks, i would like to know where i find more information to use harbour + wince to use in pocket-pc Tks Sami ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] HARBOUR + WIN CE

2008-06-07 Thread Pritpal Bedi
Hello Sami Laham wrote: Hello Folks, i would like to know where i find more information to use harbour + wince to use in pocket-pc Dig into this NG approximately near October 2007 posts. Przemek has described the steps to howto. Regards Pritpal Bedi -- View this message in context:

RE: [Harbour] Can PP do this?

2008-06-07 Thread Massimo Belgrano
I agree Harbour must evolve in language for made web application And will have a big number of program ready to run -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lorenzo Fiorini Sent: Saturday, June 07, 2008 2:58 PM To: Harbour Project Main Developer

[Harbour] 2008-06-07 20:41 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-06-07 Thread Szakáts Viktor
2008-06-07 20:41 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbodbc/make_vc.bat ! Removed .dll - .lib conversion for MSVC, since the .lib is provided by the MS SDK anyway. ; [TOMERGE RC1] * contrib/hbcurl/hbcurl.c * contrib/hbcurl/hbcurl.ch *

Re: [Harbour] Can PP do this?

2008-06-07 Thread Szakáts Viktor
Yes, but it would be more beneficial for both Harbour users (knowledge and files could be ported between the non-Harbour world and Harbour) and the Harbour developers to use already matured industry standards rather than reinventing the wheel and use something not suited for the job in the first

RE: [Harbour] HARBOUR + WIN CE

2008-06-07 Thread Massimo Belgrano
From an old post of Przemyslaw Czerpak How compile harbour for PocketPC You will have to change C compiler and use one which supports ARM processors and linker which can create WinCE binaries. You can try MSVC, POCC or POGCC, CeGCC and probably others I haven't tested. My tests with new POCC

[Harbour] Invitation to harbour writer

2008-06-07 Thread Massimo Belgrano
The upcoming release have a big number of improvment Please send me or post here any Documentation regarding harbour for update web site. When have you tried harbour have same difficult your experience will be usefull for other user Can be usefull post like -How install and use harbour for

R: [Harbour] Harbour-Users mailing list has been created.

2008-06-07 Thread Massimo Belgrano
Done! http://www.harbour-project.org/mailinglist.htm Please send me any suggestion regarding website -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Phil Barnett Inviato: sabato 7 giugno 2008 9.22 A: Harbour@harbour-project.org Oggetto: [Harbour]

Re: (To Phil) Re: [Harbour] harbour source snapshot size

2008-06-07 Thread Szakáts Viktor
Hi Phil, I'm not sure what's going on, but the source snapshots here: http://www.harbour-project.org/harbour-svn.zip http://www.harbour-project.org/harbour-svn.tgz still include all svn internal files (hence they're big). I was under the impression that they're refreshed every three hours, yet

[Harbour] 2008-06-07 15:32 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-07 Thread Pritpal Bedi
2008-06-07 15:32 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED] * harbour/source/rtl/gtwvt/gtwvt.c * harbour/source/rtl/gtwvt/gtwvt.h + Added feature to copy text from WVT console just like any console window. /* 1. Click on SysMenu icon at the left on Title Bar 2. Click