[Harbour] 2007-12-16 15:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2007-12-16 Thread Przemyslaw Czerpak
2007-12-16 15:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbgtwvg/gtwvg.h * added OleLoadPicture() declaration when BCC5.5 is used. It's missing in BCC55 header files. best regards Przemek ___ Harbour mailing lis

[Harbour] 2007-12-16 15:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2007-12-16 Thread Przemyslaw Czerpak
2007-12-16 15:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbct/files.c ! fixed pure C compilation I broke in previous commit best regards Przemek ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbou

[Harbour] Re: Variables Types as Classes

2007-12-16 Thread Przemyslaw Czerpak
Pritpal Bedi wrote: Przemek #include 'xhb.ch' #include 'hbclass.ch' ENABLE TYPE CLASS ALL Function Main() Local x x := {'121',12,.t.} ? x:isScalar // .T. ? x:asString // Error! ? x:Add( 200 ) // Alert with error message: Error BASE/1004 Message not found :ADD

[Harbour] 2007-12-16 13:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2007-12-16 Thread Przemyslaw Czerpak
2007-12-16 13:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/common/hbfsapi.c + added OS2 version of hb_fsFileExists() and hb_fsDirExists() Please test - I do not have OS2 * harbour/source/rdd/dbf1.c ! removed unnecessary printf() message I left by mista

Re: [Harbour] Harbour under OS/2 - eCS

2007-12-16 Thread Przemyslaw Czerpak
On Sat, 15 Dec 2007, David Arturo Macias Corona wrote: > First try of current Harbour devel branch build under OS/2: > - eCS 1.2MR > - gcc (GCC) 3.3.5 (Bird Build 2006-03-18 05:37) > - set C_USR=-DHB_LONG_LONG_OFF > - > [E:\harbour712]make -r

Re: [Harbour] Little patch to contrib/hbpgsql/Makefile

2007-12-16 Thread Przemyslaw Czerpak
On Sat, 15 Dec 2007, Guy Roussin wrote: > Hi, > I want to build hbpgsql lib on my debian etch. > I only need to install libpq-dev package and make > a little patch to harbour/contrib/hbpgsql/Makefile > Can you apply it ? Yes, please. If you can also add conditional build of hbpgsql to DEB files

[Harbour] CMD files

2007-12-16 Thread David Arturo Macias Corona
Viktor: As I see in messages, you deleted .cmd files: - 2007-10-24 01:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - bin/bld.cmd - Removed obsolete version of bld.bat (aimed for OS/2). OS/2 users should use bld.bat. 2007-10-24 03:12 UTC+0100 Viktor Szakats