[Harbour] hbmake

2008-08-20 Thread bill robertson
Hi Viktor, After the recent changes to * utils/hbmake/fclass1.prg * utils/hbmake/ffile1.prg * utils/hbmake/ft_funcs.prg I get the following error in hbmake: Harbour Make Copyright (c) 2000-2008, http://www.harbour-project.org/ Harbour 1.0.0 Intl. (Rev. 9202) / Borland C++ 5.8.2 (32 bit) Error BA

[Harbour] 2008-08-20 23:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-20 Thread Szakáts Viktor
2008-08-20 23:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/mtpl_b32.mak * contrib/mtpl_gcc.mak * contrib/mtpl_vc.mak ! Added -km switch to contribs by default. This way it's synced with the GNU-make system, too. * utils/hbdoc/hbdocdef.ch * utils/hbdoc/fcla

Re: [Harbour] Release 1.0.0 FREEZED

2008-08-20 Thread stefano sarpa
I am an old Clipper programmer (not professional). I've been following the development of Harbour (and xHarbour) from many years and I' am waiting anxiously this stable release. Very compliments to the active partecipants of this project and, first of all, many thanks to Przemyslaw Czerpak and Vik

Re: [Harbour] 2008-08-20 19:07 UTC+0200 Viktor Szakats (harbour.01syenar hu)

2008-08-20 Thread bill robertson
- Original Message - From: "Szakáts Viktor" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 20, 2008 1:09 PM Subject: [Harbour] 2008-08-20 19:07 UTC+0200 Viktor Szakats (harbour.01syenar hu) 2008-08-20 19:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/debug/dbgentry.c

Re: [Harbour] C compiler switches for VS 2005

2008-08-20 Thread Szakáts Viktor
Hi Randy, cl.exe -c -W3 %CFLAGS% -I%HB_INC_INSTALL% -DWIN32_LEAN_AND_MEAN - D_MSC_VER=1010 -Tp %1.C -DWIN32_LEAN_AND_MEAN is not necessary for .c files generated by Harbour compiler, as we don't include any Windows headers from them (unless you happen to use inline C). -D_MSC_VER is dangerous

[Harbour] 2008-08-20 19:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-20 Thread Szakáts Viktor
2008-08-20 19:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/debug/dbgentry.c ! HB_DBG_*() -> __DBG*(). ; I somehow completely missed this file from recent update, thanks Bill. -- Brgds, Viktor ___ Harbour mailing list Ha

RE: [Harbour] C compiler switches for VS 2005

2008-08-20 Thread Randy Portnoff
This was done years ago when I setup my Harbour environment - I _think_ John told me to do it but I'm not 100% sure. At 12:52 PM 8/20/2008, you wrote: Randy, -D_MSC_VER=1010 Why are you doing this? This is controlled by the C compiler, and over-riding it could be a problem. Paul Hi all

Re: [Harbour] hbmake

2008-08-20 Thread bill robertson
On Wenesday, August 20, 2008 6:01 AM Viktor Szakáts wrote: Hi Bill, You're right, this somehow escaped from being updated when the lib names got changed. I've committed a fix. Brgds, Viktor Hi Viktor The fix did put the correct library into the makefile. However, the other unresolved refe

RE: [Harbour] C compiler switches for VS 2005

2008-08-20 Thread Paul Tucker
Randy, -D_MSC_VER=1010 Why are you doing this? This is controlled by the C compiler, and over-riding it could be a problem. Paul Hi all, I have been using the following C compiler switches with MSVC v6 when compiling C source generated by the Harbour compiler: cl.exe -c -W3 %CFLAGS% -

[Harbour] C compiler switches for VS 2005

2008-08-20 Thread Randy Portnoff
Hi all, I have been using the following C compiler switches with MSVC v6 when compiling C source generated by the Harbour compiler: cl.exe -c -W3 %CFLAGS% -I%HB_INC_INSTALL% -DWIN32_LEAN_AND_MEAN -D_MSC_VER=1010 -Tp %1.C Are these still valid/correct when using VS 2005 (v8)? TIA. Regards,

[Harbour] 2008-08-20 12:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-20 Thread Szakáts Viktor
2008-08-20 12:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/longdev.prg * tests/hbpptest/hbpptest.prg * tests/testcgi.prg * tests/foreach.prg * tests/onidle.prg * tests/tstchbx.prg * tests/codebl.prg * tests/tstdbi.prg * tests/vmasort.prg * tests/tstasort.p

Re: [Harbour] hbmake

2008-08-20 Thread Szakáts Viktor
Hi Bill, You're right, this somehow escaped from being updated when the lib names got changed. I've committed a fix. Brgds, Viktor On 2008.08.20., at 6:17, bill robertson wrote: Hi Bill, You seem to be mixing an old version of hbmake.exe with current SVN Harbour version. Also, you seem to b

[Harbour] 2008-08-20 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-20 Thread Szakáts Viktor
2008-08-20 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/onidle.prg * tests/codebloc.prg * tests/keywords.prg * tests/wvtext.prg * tests/test_all.prg * tests/ainstest.prg * doc/es/compiler.txt * doc/es/file.txt * contrib/hbct/numconv.prg * contrib/hbct/t

Re: [Harbour] HB_FUN_STATIC

2008-08-20 Thread José Luis Capel -
Hola Manu, Cuanto tiempo!! ¿Qué te responde? ¿Bye? ¿Hello? El caso es que deberías ver si te funciona usando tres prgs diferentes. Ese ejemplo es un extracto de lo que estoy haciendo en la 'realidad'. Saludos, José LUis CApel - Original Message - From: "Manu" <[EMAIL PROTECTED]>

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

2008-08-20 Thread Szakáts Viktor
2008-08-20 10:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbdoc/hbdoc.prg * utils/hbdoc/gentrf.prg * utils/hbmake/hbmake.prg * Some more general code cleanups. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.

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

2008-08-20 Thread Szakáts Viktor
2008-08-20 10:09 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmzip/hbmzip.c * contrib/hbmzip/readme.txt ! Typos. * utils/hbdoc/rtf.prg * utils/hbdoc/fclass1.prg * utils/hbdoc/genos2.prg * utils/hbdoc/genng.prg * utils/hbdoc/genasc.prg * utils/hbdoc/genchm