Re: [Harbour] Harbour 2.0.0: Released

2009-12-27 Thread WenSheng
No!No!No! The old code can be modified to solve the problem. However, the new harbour could not follow a set pattern. Hi, This has been answered earlier this year to the exact same question of yours: - Begin forwarded

Re: [Harbour] Harbour 2.0.0: Released

2009-12-27 Thread Viktor Szakáts
On Sun, Dec 27, 2009 at 3:00 PM, WenSheng ssbb...@pchome.com.tw wrote: No!No!No! What does that mean? Did you try the -CP437 switch? With what results/outputs? The old code can be modified to solve the problem. However, the new harbour could not follow a set pattern. Before we modify a

Re: [Harbour] Harbour 2.0.0: Released

2009-12-27 Thread WenSheng
What does that mean? Did you try the -CP437 switch? With what results/outputs? Sorry~~ I don't know how to config -CP437, can you teach me? The old code can be modified to solve the problem. However, the new harbour could not follow a set pattern. Before we modify a hundred

Re: [Harbour] Harbour 2.0.0: Released

2009-12-27 Thread Viktor Szakáts
Hi, Did you try the -CP437 switch? With what results/outputs? Sorry~~ I don't know how to config -CP437, can you teach me? It was in the original mail from previous thread: --- I'd try to enforce single-byte codepage in BCC by compiling with HB_USER_CFLAGS=-CP437 Although docs say this

Re: [Harbour] Harbour 2.0.0: Released

2009-12-26 Thread Reynaldo Henrique
Hi Team, Congratulations for the great and hard work and achievement attained through it. congratulations to the great team of developers for this release that I think is the best of all time. This is one of the best news of all time in the history of Harbor. Reynaldo Henrique Viktor Szakáts

Re: [Harbour] Harbour 2.0.0: Released

2009-12-26 Thread Przemysław Czerpak
On Fri, 25 Dec 2009, WenSheng wrote: Hi, OK, Thank your suggest and I delete all svn and update all then build harbour, but I still get error message like this: bcc32.exe -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS -Ov -Oi

Re: [Harbour] Harbour 2.0.0: Released

2009-12-26 Thread Viktor Szakáts
Hi, This has been answered earlier this year to the exact same question of yours: - Begin forwarded message: From: Phil Krylov p...@newstar.rinet.ru Date: 2009 March 18 21:43:17 CET To: Harbour Project Main Developer List.

Re: [Harbour] Harbour 2.0.0: Released

2009-12-25 Thread WenSheng
Hi. OK, Thank your suggest and I delete all svn and update all then build harbour, but I still get error message like this: bcc32.exe -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS -Ov -Oi -Oc -Id:\bcc55\bin\..\Include -ocpbg866.obj

Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread WenSheng
hbcdpreg.h file define have bug: static HB_CODEPAGE s_codePage = { HB_MACRO2STRING( HB_CP_ID ), HB_CP_INFO, HB_CP_UNITB, s_flags, s_upper, s_lower, s_sort, NULL, HB_CDP_ACSORT_NONE, 0, 0, NULL, NULL,

Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Phil Barnett
On Tue, Dec 22, 2009 at 5:07 PM, Viktor Szakáts harbour...@syenar.huwrote: HOW TO GET -- From SVN: svn export https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/tags/harbour-2.0.0 After a successful compile and install on Fedora 12 64 bit, I found that I had

Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Phil Barnett
On Thu, Dec 24, 2009 at 5:30 AM, Phil Barnett ph...@philb.us wrote: On Tue, Dec 22, 2009 at 5:07 PM, Viktor Szakáts harbour...@syenar.huwrote: HOW TO GET -- From SVN: svn export https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/tags/harbour-2.0.0 After

Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Przemysław Czerpak
On Thu, 24 Dec 2009, WenSheng wrote: Hi, hbcdpreg.h file define have bug: I do not see any bugs in this file. static HB_CODEPAGE s_codePage = { HB_MACRO2STRING( HB_CP_ID ), HB_CP_INFO, HB_CP_UNITB, s_flags, s_upper, s_lower, s_sort,

Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Przemysław Czerpak
On Thu, 24 Dec 2009, Phil Barnett wrote: Hi, After a successful compile and install on Fedora 12 64 bit, I found that I had to add a conf file to /etc/ld.so.conf.d echo /usr/local/lib64/harbour /etc/ld.so.conf.d/harbour.conf' and then run ldconfig If you create RPMs (mpkg_rpm.sh) then you

Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Phil Barnett
On Thu, 2009-12-24 at 11:41 +0100, Przemysław Czerpak wrote: On Thu, 24 Dec 2009, Phil Barnett wrote: Hi, After a successful compile and install on Fedora 12 64 bit, I found that I had to add a conf file to /etc/ld.so.conf.d echo /usr/local/lib64/harbour

Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Patrick Mast
Congrats guys! On Tue, Dec 22, 2009 at 11:07 PM, Viktor Szakáts harbour...@syenar.hu wrote: Hi All, I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released. Thanks to everyone who took part of this huge work in any ways.

Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread WenSheng
hbcdpreg.h file define have bug: I do not see any bugs in this file. static HB_CODEPAGE s_codePage = { HB_MACRO2STRING( HB_CP_ID ), HB_CP_INFO, HB_CP_UNITB, s_flags, s_upper, s_lower, s_sort, NULL,

Re: [Harbour] Harbour 2.0.0: Released

2009-12-24 Thread Przemysław Czerpak
On Thu, 24 Dec 2009, WenSheng wrote: Hi, I'm use SVN to update harbour source code and clean, build harbour, when I compiler to ./source/codepage/cpbg866.c and occur error message like: bcc32.exe -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread ToninhoFWi
I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released. Thanks to all team for this great release. Congratulations ! Toninho. __ Faça ligações para outros computadores com o

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread José Luis Capel
Hi, Many thanks for all team for this great work!! Regards, José Luis Capel El 23 de diciembre de 2009 12:09, ToninhoFWi toninho...@yahoo.com.brescribió: I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released. Thanks to

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Rossine
Hello Team harbour, I am so happy to not have chosen Delphi or VB as my tools to work, therefore Harbour gives me everything I need and more. I think the leaders of the Harbour as geniuses by the ability to provide tools so incredible. Harbour is my home :) Special thanks to Vailtom for their

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Roberto Lopez
I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released. Thanks to all the team for this GREAT release! Regards, Roberto. ___ Harbour mailing list (attachment size limit: 40KB)

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Vailton Renato
I updated the pages of your site and also the news page. I still have to make some changes, but the current already has highlighted the new version 2.0! Suggestions or comments are welcome. And I would like to congratulate everyone for the great achievement that this version is for the project!

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Viktor Szakáts
Thanks a lot Vailton. Brgds, Viktor On 2009 Dec 23, at 20:52, Vailton Renato wrote: I updated the pages of your site and also the news page. I still have to make some changes, but the current already has highlighted the new version 2.0! Suggestions or comments are welcome. And I would

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Massimo Belgrano
My suggestion is : Give importance to xhb-diff.dco text Give a feature list Easy Unified setup for windows Unicode support dramatically improve application speed product usability and reliability 2009/12/23 Vailton Renato vail...@gmail.com: I updated the pages of your site and also the

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Manu
Este es el mejor regalo de Navidad... Felicitaciones a todos los que están participando en el proyecto y... GRACIAS Saludos Manu Expósito - This is the best Christmas gift ... Congratulations to all who are

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Massimo Belgrano
add hbqt , hbxbp,gtqtc, hbide (experimental stage) remove apollo,rddado at http://www.harbour-project.org/download_contrib.html 2009/12/23 Vailton Renato vail...@gmail.com: I updated the pages of your site and also the news page. I still have to make some changes, but the current already has

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Viktor Szakáts
add hbqt , hbxbp,gtqtc, hbide (experimental stage) remove apollo,rddado at http://www.harbour-project.org/download_contrib.html gtqtc is not an enabled contrib yet, since it needs more work to be usable in practice. I was thinking to move it inside hbqt. Brgds, Viktor

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Xavi
Congratulations! Seasons greetings and the Very Best for the new year! Thanks. -- Xavi ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Tomaž Zupan
Tuesday 22 December 2009 23:07:46 je Viktor Szakáts napisal: I'd like to ask developers to create the binary builds, I will now start to create the 'unified' Windows release and .tgz, .bz2 source packages. They will be ready by tomorrow. Mandriva binaries uploaded. LP, Tomaž

[Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Viktor Szakáts
Hi All, I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released. Thanks to everyone who took part of this huge work in any ways. I'd like to ask developers to create the binary builds, I will now start to create the

Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Tamas TEVESZ
On Tue, 22 Dec 2009, Viktor Szakáts wrote: I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released. incredible job! a toast a cheers to all those involved! -- [-] mkdir /nonexistent

Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Massimo Belgrano
I invite those who speak in English to make the announcement follow my starting point i can spread the announcement Hi All, I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released.

Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Phil Barnett
On Tue, 2009-12-22 at 23:07 +0100, Viktor Szakáts wrote: Hi All, I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released. Congratulations! You have worked long and hard for this and it's so good to see it accomplished!

Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Przemysław Czerpak
On Tue, 22 Dec 2009, Szak�ts Viktor wrote: Hi, I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released. I'm very happy seeing it and I would like to thanks to all people who ever helped Harbour in any way to reach current

Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Tomaž Zupan
Tuesday 22 December 2009 23:07:46 je Viktor Szakáts napisal: Hi All, I'm glad to announce that after a very heavy 16 months of development, the final, stable version 2.0.0 is finally released. Thanks to everyone who took part of this huge work in any ways. Hats up! -- LP, Tomaž Zupan