[Harbour] 2008-08-27 03:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-26 Thread Szakáts Viktor
2008-08-27 03:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmake/hbmake.prg ; Applied patches made by Bill Robertson. (Thanks!) % Removed Function C( STRING ) as it was only used in the function, Attention(), to center a line on the screen. % Removed Static F

[Harbour] 2008-08-27 02:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-26 Thread Szakáts Viktor
2008-08-27 02:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/filesys.c ! Disabled hb_fsPOpen() body for __CYGWIN__. This way __CYGWIN__ compiles cleanly. (although I'm not sure how important Cygwin support is) -- Brgds, Viktor _

Re: [Harbour] Harbour 64bit MSVC / PellesC

2008-08-26 Thread Bill Smith
Congratulations, and again thanks for all the tremendous results! Looks great! Bill On Wed, 2008-08-27 at 01:47 +0200, Szakáts Viktor wrote: > Hi all, > > Finally managed to run Harbour on Windows 64-bit. > > Brgds, > Viktor > > ___ > Harbour mailin

[Harbour] Harbour 64bit MSVC / PellesC

2008-08-26 Thread Szakáts Viktor
Hi all, Finally managed to run Harbour on Windows 64-bit. Brgds, Viktor <><>___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] 2008-08-27 01:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-26 Thread Szakáts Viktor
2008-08-27 01:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/hbinet.c ! Bad workaround for the '__WSAFDIsSet unresolved' problem in Pelles C 5.00.13 AMD64 mode, to make final executables link at all. Some hbinet.c features (or the whole module) won't

[Harbour] 2008-08-27 00:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-26 Thread Szakáts Viktor
2008-08-27 00:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbinit.h * source/rtl/gtwin/gtwin.c * source/rtl/gtwvt/gtwvt.c * source/compiler/genc.c + Enabled init functions for MSVC 64-bit in C mode. ; NOTE: You get the idea, please comment. If there is

[Harbour] Google Summer of Code & harbour

2008-08-26 Thread Massimo Belgrano
Google has generously sponsored Aaron W. LaFramboise to work on Windows GCC Improvements from May to August of 2008.http://gcc.gnu.org/wiki/WindowsGCCImprovementsGSoC2008 Will harbour participate to Google Summer of Code 2009? Best regard Massimo Belgrano

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

2008-08-26 Thread Szakáts Viktor
2008-08-26 22:41 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/gtalleg/Makefile * Excluded for POCC and XCC. * contrib/gtalleg/ssf.h ! Setting platform before include Allegro headers. (I'm not sure this is necessary for all platforms, but it surely is for

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

2008-08-26 Thread Szakáts Viktor
2008-08-26 22:23 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbct/atnum.c ! Workaround for PelleC 5.00.1 bug in AMD64 mode. 'fatal error: Internal error: reduce_tree()' I didn't test if it actually works, but at least now is compiles. Bug reported o

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

2008-08-26 Thread Szakáts Viktor
2008-08-26 22:13 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbver.c * hb_verCompiler() buffer size cleanup. * source/rtl/hbinet.c * Minor formatting. * utils/hbmake/hbmake.prg * PRG -> .prg on some screen messages. * config/w32/xcc.cf * config/w3

[Harbour] Re: HBODBC and Bind Variables

2008-08-26 Thread Rodrigo Miguel
I forgot the attach the code: HB_FUNC( SQLEXECBIND ) { int nParam; int nNumParams = hb_pcount(); SQLRETURN retcode; SQLHSTMT hstmt = ( HSTMT ) hb_parptr( 1 ); LPTSTR szQuery = hb_parcx( 2 ); retcode = SQLPrepare(hstmt, szQuery, SQL_NTS); for(nParam = 3; nParam <= nNu

[Harbour] HBODBC and Bind Variables

2008-08-26 Thread Rodrigo Miguel
Hi All, I wrote a small workaround of SQLBindParameter and I need some help about the approach to be used. The code can be found at the end of this email. So if I execute the following line: Approach 1 == SQLExecBind( hStmt, 'INSERT INTO test_rod(CustomerID, EmployeeID, Salary, OrderDate

[Harbour] 2008-08-26 15:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-26 Thread Szakáts Viktor
2008-08-26 15:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbver.c + Show bitness for all (non-DJGPP) compilers. ! Fixed to show "Windows Server 2003 / XP x64" when Windows 5.2 is detected. -- Brgds, Viktor ___ H

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

2008-08-26 Thread Przemyslaw Czerpak
On Tue, 26 Aug 2008, Szakáts Viktor wrote: Hi Viktor, > I see what you mean, hbmain.c contains declarations > of stuff found in the RTL, and some of those are not > even true these days. This declarations should come > from some .ch files, instead of being hardcoded, but > that's just the tip of

[Harbour] 2008-08-26 13:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-26 Thread Szakáts Viktor
2008-08-26 13:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/compiler/hbmain.c ! Text casing fixed in some warning messages. ! Attempted to update hardcoded declarations for TGET methods. Some of the were removed, for some of them the parameter list was updat

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

2008-08-26 Thread Szakáts Viktor
Hi Przemek, Thanks, it now works okay. I see what you mean, hbmain.c contains declarations of stuff found in the RTL, and some of those are not even true these days. This declarations should come from some .ch files, instead of being hardcoded, but that's just the tip of the iceberg. Can't we j

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

2008-08-26 Thread Przemyslaw Czerpak
2008-08-26 12:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/hbmain.c ! reset class and functions static declarations to avoid GPF when more then one file is compiled with -w3 switch NOTE: Whole this code will have to be removed and written

Re: [Harbour] 2008-08-26 11:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-08-26 Thread Szakáts Viktor
Thanks Przemek. There is still something here, now it continues to compile, but when running this: harbour -w3 -n -i..\..\include hbdoc genhtm genng I'm getting this: ..\..\include\hbclass.ch(223) Warning W0019 Duplicate declaration of Function 'HBCLASS' After that, it GPFs. If I remove -w

[Harbour] 2008-08-26 11:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-08-26 Thread Przemyslaw Czerpak
2008-08-26 11:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/hbmain.c ! fixed GPF when more then one file was compiled with -w3 switch best regards Przemek ___ Harbour mailing list Harbour@harbour-project.org http

R: [Harbour] 2008-08-26 00:43 UTC+0200 ViktorSzakats(harbour.01syenar hu)

2008-08-26 Thread Massimo Belgrano
Harbour does not support Unicode as a native data type. Harbour developers are now planning to add this support. In the meantime, Harbour can support Unicode as a byte stream. In minigui project has been wrote some functions to convert between various formats of Unicode byte streams and Harbou

R: [Harbour] 2008-08-26 00:43 UTC+0200 Viktor Szakats(harbour.01syenar hu)

2008-08-26 Thread Massimo Belgrano
Wich kind of unicode support have Harbour now? -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Szakáts Viktor Inviato: martedì 26 agosto 2008 11.19 A: José Luis Capel Cc: 'Harbour Project Main Developer List.' Oggetto: Re: [Harbour] 2008-08-26 00:43 UTC+

Re: [Harbour] 2008-08-26 00:43 UTC+0200 Viktor Szakats (harbour.01syenar hu)

2008-08-26 Thread Szakáts Viktor
Hi Jose, Does it mean that my sets have to be as shown bellow ? SET HB_BUILD_WINCE=yes SET HB_CC_NAME=vcce SET HB_ARCHITECTURE=w32 SET HB_GT_LIB=gtgui SET HB_GT_DEFAULT=gui SET HB_VISUALC_VER=60 SET HB_BUILD_MODE=c SET CLIBFLAGS=-DHB_OS_WIN_32 -DHB_WINCE -DHB_GTGUI_HACK - DHARBOUR_MAIN_WIN -

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

2008-08-26 Thread José Luis Capel
Viktor, JLC> JLC>2008-08-25 22:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu) JLC> * make_vcce.mak JLC> ! Attempt to fix /MANIFEST:NO warnings for MSVC 6.0. JLC> ! Attempt to fix WinCE .dll linking error. JLC> ; Jose, another test would be great. JLC> This afternoon I'll make so

RE: [Harbour] 2008-08-26 00:43 UTC+0200 Viktor Szakats (harbour.01syenar hu)

2008-08-26 Thread José Luis Capel
Viktor, JLC> JLC>2008-08-26 00:43 UTC+0200 Viktor Szakats (harbour.01 syenar hu) JLC> * make_vc.bat JLC> * make_vcce.bat JLC> * make_vc.mak JLC> - make_vcce.mak JLC> % make_vcce functionality merged into make_vc. JLC> * make_vcce.bat changed to a stub calling make_vc.bat. JLC>

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

2008-08-26 Thread Szakáts Viktor
2008-08-26 10:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu) - source/rtl/gtalleg + contrib/gtalleg * TODO * doc/dirstruc.txt * include/hbgtcore.h * contrib/gtalleg/Makefile * contrib/gtalleg/make_b32.bat * contrib/gtalleg/make_vc.bat * contrib/gtalleg/make_gcc.sh *

RE: [Harbour] Suggestion for harbour web site?

2008-08-26 Thread Massimo Belgrano
Hi Vicktor Now i try some modification but total rewrite is little difficult for me I have a bad English so I hope that anyone can write contents for harbour website "for anyone trying to get a level of confidence in this project." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Harbour] Suggestion for harbour web site?

2008-08-26 Thread Lorenzo Fiorini
On 8/26/08, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > A total rewrite / redesign maybe. And/or wiki. Since it seems clear that at the moment we have not much resources for the website, the wiki solution ( sth like mediawiki ) seems the more efficient. best regards, Lorenzo

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

2008-08-26 Thread Szakáts Viktor
2008-08-26 09:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbsetup.h + Added small table (partly from MS KB) about _MSC_VER values and MS product names, as we know them. * common.mak * utils/hbdoc/Makefile * utils/hbdoc/bld_b32.bat * utils/hbdoc/bld_vc.ba

[Harbour] Harbour compiler GPF

2008-08-26 Thread Szakáts Viktor
Hi Przemek, If I run this command on current SVN files, Harbour compiler will GPF when compiling ft_funcs: harbour -w3 -n -i..\..\include hbdoc ft_funcs It also happens with 1.0.0 release compiler version. If I remove either '-w3' or 'hbdoc' from the command-line, the GPF disappears. [ tested