[Harbour] SF bug tracker#3007590: Unwanted ANSI escape sequences in output

2010-05-26 Thread Chen Kedem
The following was submitted to the Harbour SF bug tracker: http://sourceforge.net/tracker/?func=detailatid=100681aid=3007590group_id=681 Anonymous wrote: When I compile a simple Hello world program with the hbmk2 compiler, the output always includes various ANSI

Re: [Harbour] SF.net SVN: harbour-project:[14518]

2010-05-20 Thread Chen Kedem
Viktor , off Though for this to be true the editor is best to support moving past EOL. Something which is not supported by HBIDE and several other editors (f.e. vi, MSVS). I had just found recently how to set it in MSVS2005: Tools | Options | Text Editor | All Languages (or just the lang you

[Harbour] SF Bug tracker#3001388: HB_SPINLOCK_TRY !x86 typo

2010-05-14 Thread Chen Kedem
The following was posted on our SF bug tracker: http://sourceforge.net/tracker/?func=detailatid=100681aid=3001388group_id=681 Anonymous wrote: There is a typo in this macro, prevents building on ppc. And there is a patch attached to that report. Can someone please take a look? Thanks, Chen.

Re: [Harbour] SF.net SVN: harbour-project:[14461] trunk/harbour

2010-05-12 Thread Chen Kedem
Przemek, What is the different between this and the functions we have in contrib/hbtpathy? OS2 builds: - discard card is not supported Is this the character to place when erroneous data is received? I don't have original OS/2 headers, but in my (VERY) old OS/2 program I had this

Re: [Harbour] Removal of non-UNICODE Windows codepath?

2010-04-29 Thread Chen Kedem
Viktor, What is special about non-unicode Windows in compare to other non windows OS that are currently supported by Harbour? Can't it be just considered another type of Os? (I know that in maintanance therms, it is best to have less variations as possible) Chen.

Re: [Harbour] Harbour Server Pages

2010-04-26 Thread Chen Kedem
Jorge, 1 - How to embedd hbrun inside an application ? If you look at utils/hbrun/hbrun.prg you can see the way it works. Or you can just add it as is to your program and call the first procedure (you might want to rename it) _APPMAIN() with a file name as a parameter. You need to inspect the

[Harbour] SF bug tracker#2987157: get/read reads spaces if code page != terminal code page

2010-04-18 Thread Chen Kedem
Was a way for a few days (got around 70 more Harbour digest to read), so I don't know if this is still relevant: Zsolt Bartos-Elekes posted the following: http://sourceforge.net/tracker/?func=detailatid=100681aid=2987157group_id=681 -- Harbour version 2.0.0 gcc (Debian 4.3.2-1.1)

[Harbour] SF Feature Request#2982667: Support for G-Wan Web Server

2010-04-06 Thread Chen Kedem
The following feature request was posted on the Harbour SF site: http://sourceforge.net/tracker/?func=detailatid=350681aid=2982667group_id=681 Simon wrote: G-Wan is a free very fast web server available for Windows/Linux. It has the ability to run scripts at specific times

[Harbour] FW: SourceForge.net - Scheduled site maintenance window

2010-03-24 Thread Chen Kedem
Got the following scheduled downtime notification from SF: --- From: SourceForge.net Team [nore...@sourceforge.net] Sent: 23 March 2010 21:23 Hello folks, Geeknet Network Operations will be performing routine maintenance on the network infrastructure that powers Thinkgeek, SourceForge.net,

Re: [Harbour] To move sdd* contribs to contrib root

2010-03-23 Thread Chen Kedem
so I guess you want to remove the second one. But can you explain what above lines does? I was always wondering why I have it in hbmk.cfg when I do not have any of above directories in my Harbour installation. It's a pending issue/question. Above will define search path for .hbc files, so

Re: [Harbour] To move sdd* contribs to contrib root

2010-03-23 Thread Chen Kedem
section to current Makefile(s) that are relevant? I don't know the actual impelemtation so these are just abstact ideas. Off: They just stole my car, damn it. Auuch! Chen. From: Chen Kedem Sent: 23 March 2010 11:01 To: Harbour mail-list Subject: Re

[Harbour] SF bug tracker#2971427: Function WVT_SETFONT

2010-03-16 Thread Chen Kedem
Alexandre Simões submitted the following bug report on SF: http://sourceforge.net/tracker/?func=detailatid=100681aid=2971427group_id=681 The function wvt_setfont is not correctly showing the characters of the source visuallib.ttf the function is being used thus: Wvt_SetFont (\'

[Harbour] SF bug tracker#2964744: hbmysql: tmysql.prg-ClipValue2SQL() returns EMPTY string.

2010-03-07 Thread Chen Kedem
The following was submitted to our SF bug tracker: http://sourceforge.net/tracker/?func=detailatid=100681aid=2964744group_id=681 it claim that in contrib/hbmysql/tmysql.prg function ClipValue2SQL() should return NULL instead of '' ( ' ' ) for NIL type values. If someone that know this code can

[Harbour] Re: SF bug tracker#2964744: hbmysql: tmysql.prg-ClipValue2SQL() returns EMPTY string.

2010-03-07 Thread Chen Kedem
Viktor, 2010-03-07 11:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) : * contrib/hbmysql/tmysql.prg ! Fixed CLIPVALUE2SQL() to return NULL for NIL values. Should fix sf.bet bug #2964744. % Optimized CLIPVALUE2SQL(). Thanks you. Report is now closed. Chen.

Re: [Harbour] SF.net SVN: harbour-project:[13937] trunk/harbour

2010-02-22 Thread Chen Kedem
BTW in which Windows version GetAdaptersInfo() was added? It is missing from Win95 (and BCB 3.0) It exists in WinNT4.0 inside iphlpapi.dll (and in BCB 5.0 iphlpapi.h but is not documented in Win32 API that arrive with BCB 5.0) Chen. ___ Harbour

Re: [Harbour] Re: About Harbour Documentation

2010-02-21 Thread Chen Kedem
Marco, Isn't svn allowing to recover past/deleted/modified versions of all files? Of course, and I wrote that: I know they are in the SVN tree Since the docs need to have some major review, it might be best to focus on the English one we have and and new material submitted and only when they

Re: [Harbour] Doc format #1

2010-02-21 Thread Chen Kedem
Viktor, /doc/en/a.txt - containing all A*() functions. Grouping by the first letter is a bit random (h.txt for all HB_* ?) /doc/en/bit.txt - containing HB_BIT*() functions. Should be hb_bit.txt if its the same as the next samples. /doc/en/hb_f.txt - containing HB_F*() functions.

Re: [Harbour] Doc format #1

2010-02-21 Thread Chen Kedem
Viktor, Are these our extensions, or NANFORUM stuff? These are HBDOC extensions added by Luiz Culik to allow creation of tables, force paragraphs and allow fixed fonts usage (mainly in examples). We needed some way to mark these is source. Chen.

Re: [Harbour] Re: About Harbour Documentation

2010-02-20 Thread Chen Kedem
Viktor, [ There is some leftover from the paste Spanish documentation in /examples, if there are no objections I will delete those, as they are incomplete and unmaintained since at least 8 years. ] rant It hard to object if you already deleted them an hour later. You can say that ALL docs

[Harbour] BCC warning (Rev 13896)

2010-02-16 Thread Chen Kedem
With Borland C++Builder 5.0, WinNT4.0 and Rev13896 I get the following warning: Warning W8004 ../../../legacycd.c 147: 'lpFunction' is assigned a value that is never used in function HB_FUN_GETPROCADDRESS Also, as I reported last week, BCC does not understand long long int (uses __int64

[Harbour] tests/bldtest and BCC

2010-02-09 Thread Chen Kedem
BCC does not understand long long int and uses __int64 instead. So this test program failed (and probably always had) with BCC. The results are Ok if I do the change. Chen. ___ Harbour mailing list (attachment size limit: 40KB)

Re: [Harbour] SF.net SVN: harbour-project:[13810] trunk/harbour

2010-02-08 Thread Chen Kedem
Viktor, Thanks for the huge conversion effort. Just to confirm that Rev. 13810 complied with BCC32 on WinNT with no errors or warnings, and hbtest show the usual results. Chen. ___ Harbour mailing list (attachment size limit: 40KB)

[Harbour] SF bug tracker#2945728: Wrong usage of console buffer in Windows

2010-02-03 Thread Chen Kedem
Wilfried Brunken submitted the following bug report: http://sourceforge.net/tracker/index.php?func=detailaid=2945728group_id=681atid=100681 When the Windows console buffer size does not match window size, Harbour programs works in a non-consistent way. It seems that sometimes the screen size is

Re: [Harbour] Harbour 2.0.0 stats after one month

2010-01-26 Thread Chen Kedem
Martin wrote: You guys may want to update Harbour's entry on freshmeat, on the FSF software list etc I wrote a few times in the past about this: http://lists.harbour-project.org/pipermail/harbour/2009-March/016556.html But no one had step in to update all these feeds. Chen.

[Harbour] SF bug tracker#2936334: MEMO-Edit UDF: ESC ignored

2010-01-21 Thread Chen Kedem
http://sourceforge.net/tracker/?func=detailatid=100681aid=2936334group_id=681 Tested with Rev. 13663 BCC32 WinNT 4.0 The sample program supplied by 73 de DF7BE Wilfried works with Clipper5.2e (the buffer is not saved). But in Harbour it DO save the buffer when the user press ESC (and then 'J' to

Re: [Harbour] BCC warnings with Rev. 13639

2010-01-19 Thread Chen Kedem
Thanks Przemek, confirmed to be fixed after Rev. 13640 I forgot to include this one from contrib: Warning W8004 ../../../win_prn1.c 556: 'dmFields' is assigned a value that is never used in function HB_FUN_WIN_SETDOCUMENTPROPERTIES Chen. ___

[Harbour] BCC warnings with Rev. 13639

2010-01-18 Thread Chen Kedem
C++Builder 5.0 WinNT 4.0 ChangeLog 2010-01-18 17:52 UTC-0800 Pritpal Bedi (Rev. 13639) I get the following warnings: --- Warning W8004 ../../../ppcore.c 4273: 'szSwitch' is assigned a value that is never used in function

[Harbour] SF bug tracker#2930893: contrib/hbclipsm - FileDrive crash

2010-01-12 Thread Chen Kedem
The following problem was reported on the SF bug tracker: http://sourceforge.net/tracker/?func=detailatid=100681aid=2930893group_id=681 Luigi reported a problem in FileDrive() when parameter is UNC. Program crash when it try to read from a null pointer Rev. 13372 MinGw WinXP I replicated the

Re: [Harbour] hbwin wapi_GetLastError() issue.

2009-12-28 Thread Chen Kedem
Viktor, [ what if another thread kicks in between function call and GetLastError() call...? ] According to MSDN the return value is the calling thread's last-error code http://msdn.microsoft.com/en-us/library/ms679360(VS.85).aspx so it should be thread safe. Chen.

[Harbour] SF bug tracker#2919327: watcom/dos RDD problem

2009-12-22 Thread Chen Kedem
A user reported the following on the SF bug tracker: http://sourceforge.net/tracker/?func=detailatid=100681aid=2919327group_id=681 I don't know which Harbour version he is using or the type of problem. Maybe it is a missing SHARE support in that dos environment (need to run share.exe?) Vlado

[Harbour] Harbour logo for the SF project page

2009-12-10 Thread Chen Kedem
Hi, There is an option in SF to add a 48x48 PNG as the project logo. If someone have something suitable, please zip it and sent it to the list. Thank, Chen. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

[Harbour] Re: Harbour logo for the SF project page

2009-12-10 Thread Chen Kedem
Vailton, Attached 2 images in PNG format 48x48 256 colors Thanks, I think it looks Ok (HB.png) http://sourceforge.net/projects/harbour-project/ Chen. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] SF bug tracker#2906734: ClassMethod: Message not found (Error)

2009-12-01 Thread Chen Kedem
Przemek, Neither Harbour nor xHarbour supports class objects like Class(y) : Thanks you for your reply. Should I mark this report as a Feature Request and leave it open, or close it with Not going to Fix status? Chen. ___ Harbour mailing list

Re: [Harbour] bug?: unclosed #ifdef not reported

2009-11-29 Thread Chen Kedem
Viktor, Please note I haven't tested this on C5.2e, so it may be Clipper compatible behavior Clipper 5.2e behave the same (no warning or error is given). I think it will be a good practice to report it as an error (Maybe guard current behavior with HB_CLP_STRICT). Chen.

Re: [Harbour] Re: SF.net SVN: harbour-project:[12970] trunk/harbour

2009-11-25 Thread Chen Kedem
David, I send this message three times: send, no reject, never arrive to Harbour list Seem to be due message length The list block every post which is longer than 40KB. Such post wait for the list moderator to manually approve it (as you can see all your messages found their way to the list at

Re: [Harbour] Win98 + MT crash

2009-11-19 Thread Chen Kedem
Przemek, If possible then I would like to ask you to make final tests. Now it should work even with CodeGuard. Tested with Rev12933, with and without CodeGuard. All tests/mt/mttest*.prg (apart from mttest10.prg that needs GUI) are working now on both WinNT and Win95. btw, my Win95 machine is

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, Please try to recompile Harbour without DLMALLOC using HB_FM_WIN_ALLOC macro, i.e.: set HB_USER_PRGFLAGS=-DHB_FM_WIN_ALLOC And check if it's enough to run Harbour application in Win95. I guess its set HB_USER_CFLAGS=-DHB_FM_WIN_ALLOC On WinNT all is the same (working), on the

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, on the Win95 I get huge amount of CodeGuard erros when trying to run hbmk2.exe (just the exe without parameters) What errors? See sample at the end. Do you have the same errors when you use: set HB_USER_CFLAGS=-DHB_FM_STD_ALLOC instead of HB_FM_WIN_ALLOC? Yes, the same type

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, Can you make yet another test with harbour compiled with HB_USE_TLS macro i.e.: set HB_USER_CFLAGS=-DHB_USE_TLS -DHB_FM_STD_ALLOC The build (on the NT) fail with lots (I killed it after 40,000 errors) of CodeGuard errors while running hbmk2.exe in the Making shared version of

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, Yes, but it is result of CodeGuard bug which do not works well with __thread static variables Opps forgot about it. set HB_USER_CFLAGS=-DHB_USE_TLS -DHB_FM_STD_ALLOC With this and without CodeGuard, mttest01.prg run well on Win95. Chen.

Re: [Harbour] Win98 + MT crash

2009-11-18 Thread Chen Kedem
Przemek, If possible then I would like to ask you to make final tests. Now it should work even with CodeGuard. Will do that tomorrow morning. Chen. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re:[Harbour] Win98 + MT crash

2009-11-17 Thread Chen Kedem
Executing hbmk2.exe (Rev12895) on a Win95 I get an error message that the program try to access undefined function InterlockedCompareExchange in KERNEL32.DLL This function exists on WinNT but not on Win95, maybe the same is true for Win98. It is used in vm/dlmalloc.c and vm/fm.c Chen.

RE: Re:[Harbour] Win98 + MT crash

2009-11-17 Thread Chen Kedem
I wrote: Executing hbmk2.exe (Rev12895) on a Win95 I get an error message that the program try to access undefined function InterlockedCompareExchange in KERNEL32.DLL Another test (Rev12895, BCC32, WinNT): ..\bin\hbmk2 mttest01 Running mttest01.exe on both WinNT and Win95 I get an Argument

Re: [Harbour] c compiler ?

2009-11-16 Thread Chen Kedem
Ciro, any way to know what compiler has been used at compile time in PRG level ? HB_Compiler() Chen. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: bcc build

2009-11-16 Thread Chen Kedem
Viktor, Tested with Rev12895: 1) Fixed - bin/win/bcc/harbour-20-bcc.tds and bin/win/bcc/harbourmt-20-bcc.tds are now removed as part of clean. 2) I don't know if this is intended or not, but these file are recreated only if I manually delete them (they are not recreated after each clean

Re: [Harbour] Partial classes

2009-11-15 Thread Chen Kedem
José, I would like your opinion about the concept of 'partial class' This syntax is something I saw in .NET and didn't like it. For me it look like a hack MS did to allow the separation of the GUI definition file from the code behind file. A better way would be to sub class MyClass into

Re: [Harbour] SF.net SVN: harbour-project:[12865] trunk/harbour

2009-11-15 Thread Chen Kedem
Viktor, Could be, I don't know what is the proper placement of cg32 lib. Especially since we're using bcc32 (not ilink32) which will add CRTL libs on its own, so it's happening in a hidden way right now. Borland's IDE put cg32.lib as first library. For the test I hardwired config/win/bcc.mk

Re: [Harbour] add Compiler version in info

2009-11-15 Thread Chen Kedem
Massimo, Is possible in //info return also c compiler and his version? You have this information in the //build switch. Chen. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] SF.net SVN: harbour-project:[12874] trunk/harbour

2009-11-14 Thread Chen Kedem
With BCC32 and Rev12884 I get the following warnings: Warning W8004 ../../../HBI18N1.C 238: 'n10' is assigned a value that is never used in function hb_i18n_pluralindex Warning W8004 ../../../HBI18N1.C 238: 'n10' is assigned a value that is never used in function hb_i18n_pluralindex Chen.

[Harbour] hbmk2: embedded Harbour and -bldf

2009-11-14 Thread Chen Kedem
I built Harbour with set HB_USER_PRGFLAGS=-l- (thats a lowercase 'L') ---tt55.prg--- proc main quot(Hello) return -- ..\bin\hbmk2 -bldf tt55 -w -n Harbour 2.0.0beta3 (Rev. 12884) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'tt55.prg'... Lines 3,

[Harbour] something is wrong with BCC build

2009-11-12 Thread Chen Kedem
I'm testing Rev12864 with Borland C++Builder 5.0 on a WinNT 4.0. A normal build run just fine, but when I try to build it with CodeGoard I get an error. set HB_USER_PRGFLAGS=-l- set HB_USER_CFLAGS=-v -y -vG -Od set HB_USER_DFLAGS=cg32.lib set HB_USER_LDFLAGS=cg32.lib set

[Harbour] Re: something is wrong with BCC build

2009-11-12 Thread Chen Kedem
Mindaugas, It seems hbpp.exe is broken. Well, it is not broken, it simply not created in the expected place see my last note: In the later version, hbpp.exe is created in src/pp/obj/win/bcc instead of bin/win/bcc It seems that BCC does not like the order of the parameters used, and use

[Harbour] Re: something is wrong with BCC build

2009-11-12 Thread Chen Kedem
Viktor, Here it works as expected with 5.5 and no extra build parameters. I wrote that in my mail. Normal build DO work, but if I add an extra library like: set HB_USER_DFLAGS=cg32.lib it IS broken in current version and Ok with older config/rules.mk Chen.

Re: [Harbour] SF.net SVN: harbour-project:[12865] trunk/harbour

2009-11-12 Thread Chen Kedem
After this change, Harbour is built when I set: set HB_USER_PRGFLAGS=-l- set HB_USER_CFLAGS=-v -y -vG -Od set HB_USER_LIBS=cg32 set HB_BUILD_OPTIM=no set HB_COMPILER=bcc But every EXE which is a complied PRG now gives CodeGuard errors about pointer arithmetic in invalid

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-07 Thread Chen Kedem
Viktor, Please post ideas how to make our forum more active The only way to make them active if users could find answers to their need there. If user need to wait a month or so to get an answer, well, he/she will go elsewhere to find it (and will probably end here in the dev list). We need

Re: [Harbour] SF.net SVN: harbour-project:[12784] trunk/harbour

2009-10-29 Thread Chen Kedem
Viktor, ChangeLog - CHANGES.txt INSTALL - INSTALL.txt TODO - TODO.txt Ok with me. COPYING - COPYING.txt I think the COPYING file is part of standard GPL, and also appear as such in every header in our files, I vote to leave it as is. Chen.

[Harbour] Re: SF bug tracker#2873146: Lang ES850c not fully compatible with clipper

2009-10-07 Thread Chen Kedem
Xavi, Different *versions* of National Language Drivers can not update the same index. I know. But the whole idea of Harbour' codepage ES850C was to supply a driver that is Clipper compatible (this is the C in the codepage name) to allow such mutual updates. And now we found out that it is

[Harbour] Re: SF bug tracker#2873146: Lang ES850c not fully compatible with clipper

2009-10-06 Thread Chen Kedem
After some checks: 1) The file is source/codepage/cpes850c.c (and not source/lang/...). 2) Current SVN version is besically the same version as originally added to the repository. 3) I can't find in the dev list any remarks regarding its validity since the day it was added. NOTE: I'm not

[Harbour] SF bug tracker#2873146: Lang ES850c not fully compatible with clipper

2009-10-05 Thread Chen Kedem
I forward this from the SF bug tracker http://sourceforge.net/tracker/?func=detailatid=100681aid=2873146group_id=681 Maurizio Faccio (maufacc) wrote: - I have aleatory corrupted indexes that include and UPPER, I've found that some

[Harbour] RE: SF tracker#2871130: 5 AdsOpenTable and Free Tables with DD (patch)

2009-10-04 Thread Chen Kedem
Przemek, http://sourceforge.net/tracker/index.php?func=detailaid=2871130group_id=681atid=300681 1. it's for old code with bugs which were fixed : Thanks for the reply, it was added as a comment to the tracker. Tracker report was closed and marked as Rejected. Chen.

[Harbour] SF tracker#2871130: 5 AdsOpenTable and Free Tables with DD (patch)

2009-10-01 Thread Chen Kedem
The following patch was submitted to our bug tracker: http://sourceforge.net/tracker/index.php?func=detailaid=2871130group_id=681atid=300681 Anonymous wrote: In ads1.c (adsOpen function call), when a DD is used, there are instances where free

Re: [Harbour] MS SQL and ODBC.

2009-09-25 Thread Chen Kedem
Mindaugas, I still do not know the difference between SQL_VARCHAR and QL_NVARCHAR In MS-SQL: CHAR - Fixed length ASCII field (1 byte per character). VARCHAR - Variable length ASCII field (1 byte per character). NCHAR - Fixed length UNICODE field (2 bytes per character). NVARCHAR - Variable

[Harbour] FW: [ harbour-project-Bugs-2860643 ] Duplicated functions in Harbour libs

2009-09-17 Thread Chen Kedem
Just forwarding this from the SF bug tracker. Chen. From: SourceForge.net [nore...@sourceforge.net] Sent: 17 September 2009 15:45 To: nore...@sourceforge.net Subject: [ harbour-project-Bugs-2860643 ] Duplicated functions in Harbour libs Bugs item

Re: [Harbour] msvc64 and hbsocket.c

2009-07-28 Thread Chen Kedem
When pacifying known warnings which later might hide a real problem, maybe instead of normal cast we can use some internal PACIFY_xxx (or whatever suitable name) macro or typedef that do the needed cast, but later could be easily greped or disabled. Don't know if this is a good idea or total

[Harbour] hbi18n1.c - Declaration of symbol 'ulLen' hides symbol 'ulLen'

2009-07-23 Thread Chen Kedem
In source/rtl/hbi18n1.c, Function hb_i18n_setcodepage(), ulLen is defined on both lines 587 and 591: ULONG ulLen = hb_hashLen( pI18N-context_table ), ul; for( ul = 1; ul = ulLen; ++ul ) { PHB_ITEM pContext = hb_hashGetValueAt(

[Harbour] Make error with BCC

2009-07-15 Thread Chen Kedem
With NT4, BCC32 and rev11777 I get the following trying to build Harbour: - ../../../../source/main/win/bcc/harbour.exe ../../wait.prg -n1 -i../../../../include -q0 -w3 -es2 -kmo -l -gc3 -l- bcc32.exe -I. -I../../../../include -q -tWM

[Harbour] Re: Make error with BCC

2009-07-15 Thread Chen Kedem
Viktor, 2009-07-15 10:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/win/bcc.cf ! Restored branch to use link script to avoid cmdline length limits present on some NT systems. Tested again with rev11778, and it is Ok now, Thanks. Chen.

Re: [Harbour] SF.net SVN: harbour-project:[11781] trunk/harbour

2009-07-15 Thread Chen Kedem
Viktor, Do you know a solution to implement multiple batch command inside INSTALL_RULE rule variable? * Little tweak to install rules to allow multiline rules on non-bash shells I don't know if you are referring to something internal to make files, or something for the Windows

Re: [Harbour] GT API - BYTE* - char*

2009-07-09 Thread Chen Kedem
Viktor, * source/rtl/gtos2/gtos2.c Its been almost decade since I used OS/2, IIRC, the API used unsigned values for almost anything, some OS/2 user (is there anyone left?) should really test recent Harbour API changes. Chen. ___ Harbour mailing

Re: [Harbour] bug: ? hbformat on contrib/hbtip/thtml.prg gives Error 3

2009-07-08 Thread Chen Kedem
hbformat does not handle SWITCH/ENDSWITCH, and use the ENDSWITCH to close the DO: DO WHILE .T. SWITCH x CASE y ENDSWITCH ENDDO Chen. ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] Re: Harbour] bug: ? hbformat on contrib/hbtip/thtml.prg gives Error 3

2009-07-07 Thread Chen Kedem
Viktor, hbformat on contrib/hbtip/thtml.prg gives Error 3 (in line 837 : ENDDO) Try to see if the IF() function is used, as I reported in the past, hbformat think its the IF statement. If so, just change it into IIF() Chen. ___ Harbour mailing

[Harbour] SF site changes

2009-07-02 Thread Chen Kedem
I had just visited Harbour SF page on http://sourceforge.net/projects/harbour-project/ apparently SF changed the user interface again, now it is unusable for older browsers like IE6 (yes, I know there are better, but its the default in some Windows versions). By the way, according to Piwik

Re: [Harbour] Precompiled headers

2009-07-01 Thread Chen Kedem
Viktor, How to enable or use precompiled headers with Harbour With BCC32 you can use: set HB_USER_CFLAGS=-H=x:\path\file.csm -Hc and it create file.csm + file.#nn in x:\path\ But I get errors if I try to build whole Harbour with this flag (and it does not like include/hbexpr[ab].c since they

[Harbour] RE: CMonth() CodeGuard error

2009-06-30 Thread Chen Kedem
Przemek, Please test after: 2009-06-30 13:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/datec.c * added workaround for CodeGuard false bug report covered by __CODEGUARD__ macro. Chen, if possible please test. Tested with Rev11580,

[Harbour] SourceForge.net site testing notice

2009-06-29 Thread Chen Kedem
SF announced that they plan some testing on project Download services. Some outage can be expected on Tuesday 2009-06-30 and Wednesday 2009-07-01. Chen. ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] no libs in lib directory after install

2009-06-28 Thread Chen Kedem
I'm testing bcc + WinNT installation + ChangeLog rev11555. I use the following setup for quite some times: - set HB_COMPILER=bcc call make_gnu.bat install 2make_b32.log 12 - Now for EVERY lib I get a make error similar to this: -

[Harbour] CMonth() CodeGuard error

2009-06-28 Thread Chen Kedem
With bcc32 and ChangeLog rev11555 ---tt54.prg--- func test() local x, dDateE dDateE := CtoD( ) x := CMonth( dDateE ) ? x, dDateE return NIL -- I get the following CodeGuard error: Error 1. 0x130400 (Thread 0x0074): Access overrun: Attempt to access 4 byte(s) at 0x0051D20C, that

[Harbour] Re: HBFormat and IF()

2009-06-25 Thread Chen Kedem
On 21 June 2009 12:34, I wrote: 1) If the bak file already exists, the program does nothing but tell it did Reformatting. In utils/hbformat/hbformat.prg (rev11521) in method Array2File() line#943 there is this code: IF Frename( cFileName, cBakName ) == -1 RETURN .F. ENDIF The cBakName

[Harbour] Error and Warning list for BCC after const changes

2009-06-25 Thread Chen Kedem
With rev11521 and BCC32 I get the following list of error/warnings (core only): I know this is work in progress Warning W8075 ../../HBCMPLIB.C 97: Suspicious pointer conversion in function hb_compGenArgList Warning W8075 ../../HBCMPLIB.C 101: Suspicious pointer conversion in function

Re: [Harbour] WinCE compile

2009-06-25 Thread Chen Kedem
Mindaugas, 2) HARBOUR_README_MINGWARM from binary beta1 contains link to https://sourceforge.net/project/downloading.php?group_id=173455use_mirror=switchfilename=cygwin-cegcc-mingw32ce-0.51.0-1.tar.gza=34126466 What project publishes this download? group_id 173455 is

RE: [Harbour] WinCE compile

2009-06-25 Thread Chen Kedem
(opps sent too early) group_id 173455 is http://sourceforge.net/projects/cegcc and the file can be found in the download section for Package cegcc Release 0.51.0 http://sourceforge.net/project/showfiles.php?group_id=173455package_id=198682release_id=559788 Chen.

[Harbour] HBFormat and IF()

2009-06-21 Thread Chen Kedem
Testing hbformat.exe made with ChangeLog 2009-06-21 08:26 UTC+0200 Viktor Szakats (rev11463), BCC32. 1) If the bak file already exists, the program does nothing but tell it did Reformatting. 2) The IF function is treated like the IF statement (the IFF function is Ok): ---tt1.prg--- func

[Harbour] RE: HBFormat and IF()

2009-06-21 Thread Chen Kedem
Viktor, That's the main reason I always correct inline IF() to be IIF(). Of course, but part of the reasons to use hbformat is to deal with old ugly code like that. At the moment hbformat just interpret it as an IF statement and might fail many lines away on a mismatch END or other statement

Re: [Harbour] Harbour forum tryout

2009-06-16 Thread Chen Kedem
I'm familiar with forum administrating (not on sf.net), as already been said, it has pros and cons. Pros: - Messages can be self edited by posters and/or moderators. - Rich text, pretty messages, CODE tags, ... (in mails we usually does not like HTML messages). - User can read threads in

RE: [Harbour] Harbour forum tryout

2009-06-16 Thread Chen Kedem
Massimo, i propose separate in forum WIndows linux? As Harbour is aimed to be multi-platform we might want to show unified front at first and not separate our users between few sub-forums. I know there are issues which are common to all users, and some which are specific to a certain

[Harbour] SF Patches ID#2798733: Updated Croatian codepage

2009-05-31 Thread Chen Kedem
Vladimir Miholić (Vladimir.Miholic at sk.t-com.hr) submitted updated Croatian codepage files in the following SF page: http://sourceforge.net/tracker/?func=detailatid=300681aid=2798733group_id=681 Attached file (cphr.zip 6KB):

Re: [Harbour] dev - rc1

2009-05-31 Thread Chen Kedem
We need the version number to distinguish it from its previous release, we do not need marketing hypes, or race to the higher number with any other product. Since last release was 1.01 and this one is a huge leap, I would say that 1.1.0 is the right way to go. I don't know if users will know

[Harbour] hbformat a bit too eager to convert files

2009-05-27 Thread Chen Kedem
Was looking at hbformat.exe (r11148 bcc32) and trying to see if there is a command line help I executed the following in the harbour bin directory: hbformat ? The eager program started converting ALL files in that directory, did that very quick (before I had the chance to stopped it), and

[Harbour] RE: hbformat a bit too eager to convert files

2009-05-27 Thread Chen Kedem
Alexander, It's fixed now Thank you. Chen. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Harbour nomination for sf.net best project/best dev tool

2009-05-17 Thread Chen Kedem
If anyone can review the text in the site would, because I doubt if he is completely correct. Any comments please post here. The SF logo link is now Ok - Thanks. I don't like the popup nomination badge, it block some of the site text and is just a bit too pushy. Can you put a small icon

Re: [Harbour] Harbour nomination for sf.net best project/best dev tool

2009-05-16 Thread Chen Kedem
Where are the links so I can determine which are incorrect? The SOURCEFORGE.NET logo we have on the main page need to be changed according to new guidelines from SF, the link should point to the Harbour project page in SF (it used to be pointed at SF main page): Here is the copy of my mail

[Harbour] Re: Harbour nomination for sf.net best project/best dev

2009-05-14 Thread Chen Kedem
On Thu, 14 May 2009 00:58:16 +0200, Szak?ts Viktor wrote: Hi Vailton, Would you please add this little icon to our webpage: While you do that, if you can update the SF logo as I wrote in this mail: http://lists.harbour-project.org/pipermail/harbour/2009-March/016796.html Thanks, Chen.

[Harbour] Re: Harbour nomination for sf.net best project/best dev

2009-05-14 Thread Chen Kedem
(sending this message again as I can't see it in the archive, with a direct CC just to make sure) On Thu, 14 May 2009 00:58:16 +0200, Szak?ts Viktor wrote: Hi Vailton, Would you please add this little icon to our webpage: While you do that, if you can update the SF logo as I wrote in this

Re: [Harbour] hbzlib and NO_GZCOMPRESS

2009-05-14 Thread Chen Kedem
Przemek, Can you explain what you want to do and what does it mean for you respect a NO_GZCOMPRESS definition? If you use zlib compiled with this macro then it does not contain any functions used for compression like gzwrite() or gzflush() so you cannot even link final binaries if code use

Re: [Harbour] hbzlib and NO_GZCOMPRESS

2009-05-14 Thread Chen Kedem
On 14 May 2009 11:09, I wrote: Hmm, I don't know if this GZ had something to do with the LZ algorithm... Total nonsense, I should had looked at the code. Its a flag to avoid linking parts which are not used, to create a smaller code. Chen. ___

Re: [Harbour] Compiler bug?

2009-04-20 Thread Chen Kedem
Reduced sample (tested with r10886 bcc32): ..\bin\harbour /pX /p Chen. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: harbour-project-Patches-2741652 - MDX

2009-04-16 Thread Chen Kedem
On 08 April 2009 10:10 I wrote: There was a question: Does Harbour support MDX Index? A quick grep show no relevant signs of MDX in the repository. I'll close the support request. Chen. ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] SF: harbour-project-Patches-2741652 - MDX

2009-04-08 Thread Chen Kedem
https://proj.synel.co.il/OWA/redir.aspx?C=7e16977b49d64796950170661e718cd5URL=https%3a%2f%2fsourceforge.net%2ftracker%2f%3ffunc%3ddetail%26atid%3d300681%26aid%3d2741652%26group_id%3d681 There was a question: Does Harbour support MDX Index? I will not be online for the next week or so (Happy

Re: [Harbour] Harbour 1.1.0dev unified binary release

2009-04-02 Thread Chen Kedem
Przemyslaw Czerpak wrote: --- static procedure rtlnk_libtrans( aLibList ) static hTrans := { ; CT= hbct , ; CTP = hbct , ; CLASSY= NIL , ; CSYINSP = NIL , ; SIX3 = NIL

Re: [Harbour] Possible bug in cmdarg.c

2009-04-02 Thread Chen Kedem
Enrico, A friend of mine reported this: In harbour\source\vm\cmdarg.c function hb_cmdargUpdate() s_argv[ 0 ] is used: s_argv[ 0 ] = s_szAppName; but it is not initialized for a DLL. Which OS and compiler? In the function hb_cmdargUpdate() there are two branches: for HB_OS_WIN and for the

  1   2   >