Re: [Harbour] (x)Harbour Corner

2008-08-10 Thread Phil Barnett
On Saturday 09 August 2008 07:26:11 am Massimo Belgrano wrote: > There is same interesting information about (x)harbour in this web site > > : http://geocities.yahoo.com.br/angeiras/ > > Is present also a documentation of gtwvw ( mix traditional SAY/GET with > HUI elements for an easy and fast migr

[Harbour] Re: Release 1.0.0 Final #5

2008-08-10 Thread David Arturo Macias Corona
Harbour build / run fine under OS/2 rddado.a is created, but I do not know if it apply to OS/2 Should rddado be excluded automatically for OS/2, as for example hbw32 ? David Macias ___ Harbour mailing list Harbour@harbour-project.org http://lists.ha

Re: [Harbour] Re: Release 1.0.0 Final #5

2008-08-10 Thread Szakáts Viktor
Hi David, Does hbodbc compile and work for OS/2? If yes, rddado might be useful too, but it's just a hunch. Brgds, Viktor On 2008.08.10., at 10:06, David Arturo Macias Corona wrote: Harbour build / run fine under OS/2 rddado.a is created, but I do not know if it apply to OS/2 Should rddado b

Re: [Harbour] How to download and compile last version of harbourfrom svn on ubuntu 8.4.01

2008-08-10 Thread ABIX - Adam Jurkiewicz
> >This works but if you are using Ubuntu then you can create native .deb > >packages by: > > ./make_deb.sh > >and then simply install harbour*.deb file in your system > > How can I install? As usualy in all debians sudo dpkg -i harbour*.deb or maybe apt-get ... > . > >.prg > Made ---it gen

Re: [Harbour] RE: harbour.dll revisited

2008-08-10 Thread Szakáts Viktor
Hi Chen, I can confirm the hbtest-dll problem, even on MSVC builds. Brgds, Viktor On 2008.08.10., at 11:26, Chen Kedem wrote: I had finally managed to build harbour.dll with CodeGuard set HB_BUILD_DLL=yes set CFLAGS=-v -y -vG -Od set LDFLAGSDLL=cg32.lib set LDFLAGS=cg32.lib both

Re: [Harbour] RE: harbour.dll revisited

2008-08-10 Thread Szakáts Viktor
Ops forgot to write, that this problem was not present in rc2. Brgds, Viktor On 2008.08.10., at 11:26, Chen Kedem wrote: I had finally managed to build harbour.dll with CodeGuard set HB_BUILD_DLL=yes set CFLAGS=-v -y -vG -Od set LDFLAGSDLL=cg32.lib set LDFLAGS=cg32.lib both LDFLA

[Harbour] RE: harbour.dll revisited

2008-08-10 Thread Chen Kedem
Viktor, The logs were taken after: make_b32 clean set HB_BUILD_DLL=yes make_b32 with no extra user flags. Today is the first time I run hbtest-dll.exe so I can't tell if this is a new issue or not. The results of hbtest.exe are the same as to those I got on Jul 20th (Rev. 8983). Chen. _

Re: [Harbour] Re: harbour.dll revisited

2008-08-10 Thread Przemyslaw Czerpak
On Wed, 06 Aug 2008, David Arturo Macias Corona wrote: Hi David, > > Today I'll try to make some tests with real MS-Windows machine. > Take care, do not forget your gloves :-) :-) > You can use VirtualBox (virtualbox.org) > In last months I use VirtualBox to use Windows XP within Linux Mandriv

RE: [Harbour] How to download and compile last version of harbourfromsvn on ubuntu 8.4.01

2008-08-10 Thread Massimo Belgrano
Thanks works! How can I execute .test from file browser or from desktop? Wich are step for download and compile last svn on macos leopard? For download and compile last svn must go Application accessory terminal and type: apt-get update; apt-get install wget cvs rcs build-essential ncurses-dev li

Re: [Harbour] Re: harbour.dll revisited

2008-08-10 Thread Szakáts Viktor
Hi Przemek, If you want I can give you Remote Desktop access to a bare (and mostly unused) Windows installation (running on the Core2 Mac under VMWare Fusion). You need to bring the gloves though :) Brgds, Viktor On 2008.08.10., at 11:57, Przemyslaw Czerpak wrote: On Wed, 06 Aug 2008, David

Re: [Harbour] RE: harbour.dll revisited

2008-08-10 Thread Przemyslaw Czerpak
On Sun, 10 Aug 2008, Chen Kedem wrote: Hi Chen, > I had finally managed to build harbour.dll with CodeGuard > set HB_BUILD_DLL=yes > set CFLAGS=-v -y -vG -Od > set LDFLAGSDLL=cg32.lib > set LDFLAGS=cg32.lib > both LDFLAGS and LDFLAGSDLL need to be defined. I wonder why it is not n

[Harbour] 2008-08-10 12:58 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-08-10 Thread Przemyslaw Czerpak
2008-08-10 12:58 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbextern.ch * include scalar classes only when HB_REQUEST_SCALLAR define is set * harbour/source/rtl/tobject.prg ! use :className instead of __objGetClsName( ) in error message best regards

[Harbour] Wich datatype are supported?

2008-08-10 Thread Massimo Belgrano
Wich datatype are supported by dbfcdx? Massimo Belgrano ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] 2008-08-10 15:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-08-10 Thread Przemyslaw Czerpak
2008-08-10 15:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/ChangeLog * harbour/include/hbextern.ch ! fixed typo, should be HB_REQUEST_SCALAR best regards Przemek ___ Harbour mailing list Harbour@harbour-project.org http://lis

Re: [Harbour] mingw32-cegcc build

2008-08-10 Thread Przemyslaw Czerpak
On Sun, 10 Aug 2008, Szakáts Viktor wrote: Hi Viktor, > I'm trying (for the first time) doing a mingw32ce build on > Ubuntu Server 8.04 and Harbour r9100. > I've installed mingw32ce/cegcc using this command: > sudo alien -i cegcc-cegcc-0.51.0-1.i586.rpm mandriva-cegcc- > mingw32ce-0.51.0-1.i586.

Re: [Harbour] mingw32-cegcc build

2008-08-10 Thread Szakáts Viktor
Hi Przemek, Looks taht LocalLock(), LocalUnlock() and LocalHandle() are defined as macros in new MinGWCE. (BTW I was using 0.50). Please change in hbwince.c: Thanks, that cleared it. You're right in winbase.h these functions are #defined to ((LPVOID)(H)). and a few warnings in gtclip.c and

[Harbour] GTWVT API for adding compoment

2008-08-10 Thread Massimo Belgrano
Is possible an api for adding GUI component to gtwvt? Like in Visual Component Library e`, a lib astract windows api for windows Massimo Belgrano ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/ha

[Harbour] 2008-08-10 16:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-08-10 Thread Przemyslaw Czerpak
2008-08-10 16:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hb-func.sh * updated library list for wince harbour.dll linking * harbour/source/common/hbwince.c ! fixed compilation new MinGWCE best regards Przemek ___ Ha

[Harbour] 2008-08-10 16:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-10 Thread Szakáts Viktor
2008-08-10 16:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/rules.cf * make_b32.mak * make_gcc.mak * make_vcce.mak * make_vc.mak * -kM -> -km ! Synced make_vcce.mak HBFLAGSCMN flag with make_vc.mak. (-gc1 -> -gc0 -km) * make_xmingwce.sh ! Minor

[Harbour] mingw32 cross build problem

2008-08-10 Thread Szakáts Viktor
Hi Przemek, Continuing with build tests, I'm now trying a mingw32 cross build on the Ubuntu 8.04. After apt-get installing mingw32, I did these: svn export ... (r9132) ./make_gnu.sh ./make_gnu.sh install ./make_xmingw.sh After that I'm getting this kind of error: --- /tmp/hb-xmingw-5974/harbour

[Harbour] make_xmingw*.sh problem

2008-08-10 Thread Szakáts Viktor
Hi Przemek, Another problem I noticed is that __PLATFORM__Linux is -undef:-ed on the harbour command line in the above two macros, instead of __PLATFORM__LINUX. It got slipped from my updates because the macro name is assembled from a script variable. Brgds, Viktor

[Harbour] 2008-08-10 17:32 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-10 Thread Szakáts Viktor
2008-08-10 17:32 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_xmingwce.sh * make_xmingw.sh ! Fixed to use full uppercase for script generated __PLATFORM__ macros too. Przemek pls check me. -- Brgds, Viktor ___ Harbour mailing

[Harbour] Can i update Harbour web site?

2008-08-10 Thread Massimo Belgrano
Can i update Harbour web site? http://www.harbour-project.org/ Please send here any information regarding page like 3rd party or link 3pardy GUI COMMERCIAL FIVEWIN http://www.fivetechsoft.com/english/fwh.html XAILER GUI Commercial Library with RAD tool (or IDE) to manage design forms and edit sour

Re: [Harbour] Can i update Harbour web site?

2008-08-10 Thread Phil Barnett
On Sunday 10 August 2008 01:07:44 pm Massimo Belgrano wrote: > Can i update Harbour web site? > http://www.harbour-project.org/ Looks like a good update for this page: http://www.harbour-project.org/links.htm -- Waiting for sunspots. ___ Harbour maili

RE: [Harbour] Can i update Harbour web site?

2008-08-10 Thread Massimo Belgrano
http://www.harbour-project.org/ http://www.harbour-project.org/3rdparty.htm http://www.harbour-project.org/links.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Barnett Sent: Sunday, August 10, 2008 7:24 PM To: harbour@harbour-project.org Subject

[Harbour] Release 1.0.0 Final #6

2008-08-10 Thread Szakáts Viktor
Hi all, Problems: - bash change can be safely reverted. - MinGW cross compile possible failure (?) Pending: - WinCE (MSVC) - HPUX - SunOS - Other Linux distros Passed: - Windows BCC 5.51 BCC 5.82 GCC MinGW 3.4.5 (on msys 1.0.10 bash) GCC MinGW 4.1.2 GCC M