Re: [Harbour] Release packages: 1.1.0dev [20090530]

2009-06-01 Thread Viktor Szakáts
Updated release: http://www.syenar.hu/harbour/harbour-11-win-20090602.7z http://www.syenar.hu/harbour/harbour-11-win-20090602.exe - Updated hbmk2 (filter issues + experimental Harbour 1.0.x support) - Included contrib tests/utils Brgds, Viktor On Mon, Jun 1, 2009 at 11:25 PM, Massimo Belgrano w

[Harbour] hbwin / win_dll.c - Portable solution?

2009-06-01 Thread Viktor Szakáts
Hi All, We still have some non-portable code to support DLL calls on Windows. The problem with this is that it only works on x86 Windows systems (this means it isn't available on WinCE, x64 and IA64) and the implementation uses inline ASM to solve the problem. Is it possible to replace DynaCall()

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Bill Smith
Confirmed. Thank you Viktor! Bill - Original Message - From: Viktor Szakáts To: Harbour Project Main Developer List. Sent: Monday, June 01, 2009 8:18 PM Subject: Re: [Harbour] Clipper Bof/Eof behavior on Skip -n switch is needed with Clipper. --- Bof, Eof not Bof,

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Viktor Szakáts
-n switch is needed with Clipper. --- Bof, Eof not Bof, Eof Bof, not Eof --- [ I deleted my existing test.dbf (with different content) to get these results. ] Brgds, Viktor On Mon, Jun 1, 2009 at 7:40 PM, Teo Fonrouge wrote: > Hello, > > Could someone with Clipper 5.2, be so kind of compile an

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Bill Smith
- Original Message - From: Teo Fonrouge On 01/06/2009, at 08:02 p.m., Bill Smith wrote: Hi Teo, The program compiled under Clipper 5.01, but the executable didn't generate a test.dbf file, and didn't generate any output to the terminal. Win98, Clipper 5.01 Bill Hello Bill, thank you f

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Teo Fonrouge
On 01/06/2009, at 08:02 p.m., Bill Smith wrote: Hi Teo, The program compiled under Clipper 5.01, but the executable didn't generate a test.dbf file, and didn't generate any output to the terminal. Win98, Clipper 5.01 Bill Hello Bill, thank you for trying the sample. It is probably th

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Bill Smith
Hi Teo, The program compiled under Clipper 5.01, but the executable didn't generate a test.dbf file, and didn't generate any output to the terminal. Win98, Clipper 5.01 Bill - Original Message - From: Teo Fonrouge To: Harbour Project Main Developer List. Sent: Monday, June 01

[Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Teo Fonrouge
Hello, Could someone with Clipper 5.2, be so kind of compile and run the program bellow and post here the program output ?. Thanks in advance. Teo FUNCTION Main() IF ! File( "test.dbf" ) DbCreate( "test.dbf", { { "FIELD1", "C", 10, 0 } } ) ENDIF USE test GetStatus() DbSkip( 1 ) Get

Re: [Harbour] Litte problem in demowvg

2009-06-01 Thread Massimo Belgrano
Hi pritpal can you (os samebody else) found a trip for restore before release 2? why i can't compile follow ? c:\harbour\contrib\gtwvg\tests>HBMK2 demowvg.prg -gui -gtwvg hbmk: Processing configuration: c:\harbour\mingw\bin\hbmk.cfg hbmk: Processing: gtwvg.hbc Harbour 1.1.0dev (Rev. 11189) Copy

Re: [Harbour] Release packages: 1.1.0dev [20090530]

2009-06-01 Thread Massimo Belgrano
well good news!if you can made a preview (wainting for rc20) i will test and can suggest to same italian user 2009/6/1 Viktor Szakáts > Found a way to add contrib tests in unified release, so > they will be there in the next (hopefully 2.0.0rc1) release. > > Brgds, > Viktor > > On Mon, Jun 1, 2

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

2009-06-01 Thread vszakats
Revision: 11190 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11190&view=rev Author: vszakats Date: 2009-06-01 17:56:53 + (Mon, 01 Jun 2009) Log Message: --- 2009-06-01 19:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.hbp *

Re: [Harbour] Tutor for hbmk2 and GTWVG

2009-06-01 Thread Viktor Szakáts
Contrib tests is solved in next released package. I agree it'd be nice to supply packages as additions to the official Windows binary release, this way it's easy to document, distribute and there is no double effort. Additional compiler libs can be added to /lib/win/ where is the ID of the compi

Re: [Harbour] Release packages: 1.1.0dev [20090530]

2009-06-01 Thread Viktor Szakáts
Found a way to add contrib tests in unified release, so they will be there in the next (hopefully 2.0.0rc1) release. Brgds, Viktor On Mon, Jun 1, 2009 at 4:55 PM, Viktor Szakáts wrote: >> i not have found present tests of contrib like demowvg.prg > > Yes, because I didn't include them. > > Someo

Re: [Harbour] Re: Mingw and hb_errInternal()

2009-06-01 Thread Viktor Szakáts
After 2009-06-01 19:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) -hb10 should be able to build binaries using 1.0.x Harbour versions.\ (at least basic cases). Brgds, Viktor On Mon, Jun 1, 2009 at 5:36 PM, Viktor Szakáts wrote: >> -oletodb   ->   -obin/letodb >> -orddleto  ->   -olib/rddleto

Re: [Harbour] Re: Mingw and hb_errInternal()

2009-06-01 Thread Viktor Szakáts
BTW, I think after your small tweak, -workdir option isn't needed anymore. Brgds, Viktor On Mon, Jun 1, 2009 at 5:36 PM, Viktor Szakáts wrote: >> -oletodb   ->   -obin/letodb >> -orddleto  ->   -olib/rddleto > > Great, thanks! > >> The only problem I had is that I still use the official release

Re: [Harbour] WinXP SP2 MinGW32 v5.1.4 under MSYS 1.0.10

2009-06-01 Thread Massimo Belgrano
I think that the way without msys is follow: set PATH=C:\devl\MinGW-433\bin;%PATH% set HB_COMPILER=mingw set HB_INSTALL_PREFIX=C:\hb-%HB_COMPILER% call make_gnu.bat clean install > log-%HB_COMPILER%.txt 2>&1 --- i have undestrand only now that mingw will be compiled als

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

2009-06-01 Thread vszakats
Revision: 11189 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11189&view=rev Author: vszakats Date: 2009-06-01 17:04:52 + (Mon, 01 Jun 2009) Log Message: --- 2009-06-01 19:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * INSTALL * MinGW examp

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

2009-06-01 Thread vouchcac
Revision: 11188 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11188&view=rev Author: vouchcac Date: 2009-06-01 16:25:45 + (Mon, 01 Jun 2009) Log Message: --- 2009-06-01 13:41 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * harbour/contrib/gtwvg/gtgcu

Re: [Harbour] dev -> rc1

2009-06-01 Thread Pritpal Bedi
Hello Angel Angel Pais wrote: > > PD: 3.0 would be the QT-Multiplattform code-once compile-everywhere > enabled right ? > Seems so. I am genuinely geared up for that but sadly miss others' support. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/dev--%3E-rc1

Re: Re: [Harbour] dev -> rc1

2009-06-01 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: > > I've also been thinking on it out this weekend, and went to the > conclusion that 2.0 would be the best version number for > next release. Clean and simple, just on the merits of our > improvements. > > If there is anyone objecting it or has further thoughts on > i

Re: [Harbour] Re: dev -> rc1

2009-06-01 Thread Viktor Szakáts
> I've been thinking on it out this weekend, and +also+ went to the > conclusion that 2.0 would be the best version number for [I've missed an 'also' from my above sentence.] Brds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists

Re: [Harbour] Re: dev -> rc1

2009-06-01 Thread Viktor Szakáts
I've been thinking on it out this weekend, and went to the conclusion that 2.0 would be the best version number for next release. Clean and simple, just on the merits of our improvements. If there is anyone objecting it or has further thoughts on it, he is welcome to share it. Brgds, Viktor On M

Re: [Harbour] Re: Mingw and hb_errInternal()

2009-06-01 Thread Viktor Szakáts
> -oletodb   ->   -obin/letodb > -orddleto  ->   -olib/rddleto Great, thanks! > The only problem I had is that I still use the official release 1.0.1. I >  couldn't build exe with it, because I've got a message about lacking of > hbuddall.lib. Maybe, it's normal that hbmk can be used only with th

Re: [Harbour] Tutor for hbmk2 and GTWVG

2009-06-01 Thread Viktor Szakáts
If someone knows an _easy_ way (.bat preferred) to copy all contrib/*/tests/* (+ subdirs) files into a contrib/*/* layout, please speak up, because I don't really want to pick each files manually. Brgds, Viktor On Mon, Jun 1, 2009 at 10:39 AM, Horodyski Marek (PZUZ) wrote: >>-Original Messag

Re: [Harbour] WinXP SP2 MinGW32 v5.1.4 under MSYS 1.0.10

2009-06-01 Thread Viktor Szakáts
Hi April, Welcome back! I suggest to try with 1.1.0dev from the repository, we're probably all more familiar with it with 1.0.1, and a lot has changed to make builds simpler. For a start please look into INSTALL for instructions and ready-to-use examples, even for MinGW. You _don't_ need msys t

Re: [Harbour] Release packages: 1.1.0dev [20090530]

2009-06-01 Thread Viktor Szakáts
> i not have found present tests of contrib like demowvg.prg Yes, because I didn't include them. Someone should write a script which will install these tests to some proper dir layout, see my previous answer to this same question with some of the problems this needs to be solved. > what is need

Re: [Harbour] QT - Error Building Demos

2009-06-01 Thread Viktor Szakáts
Hi Pritpal, It's some sort of filter evaluation problem due to some recently added bug to hbmk2. I'm locating and fixing it ASAP. Brgds, Viktor On Sat, May 30, 2009 at 10:01 PM, Pritpal Bedi wrote: > > Hello Viktor > > Off late I did not looked into QT and in the meantime > you introduced a lot

[Harbour] Re: dev -> rc1

2009-06-01 Thread Angel Pais
Hi Group Functionallity is what people sees. This version has 2 major quantum leaps from a programmer's POV. 1- A fastastic Multithreading implementation 2- A superb project builder This version deserves 2.0 on it's name Angel Pais PD: 3.0 would be the QT-Multiplattform code-once compile-every

[Harbour] New Harbour 1.1 (Rev. 11179)

2009-06-01 Thread calimero22
HI why this new release of Harbour, with RDDADO (with DB Mysql or MDB) does'not work? The error message is: Error BASE/3012 Argument error: NEW With previous verion it wotk very fine. The program is this: #include "adordd.ch" REQUEST ADORDD function Main() clear screen setmode(25,80)

[Harbour] Re: Mingw and hb_errInternal()

2009-06-01 Thread Alexander S.Kresin
Viktor Szakáts writes: Attached new ones after minor update, this way it's enough to do this to create both targets: hbmk2 letodb.hbp rddleto.hbp I've uploaded them with a minor modifications: -oletodb -> -obin/letodb -orddleto -> -olib/rddleto The only problem I had is that I stil

[Harbour] Re: Formatter error (hwgui's prg)

2009-06-01 Thread Alexander S.Kresin
Alexey, thanks for the info. It's fixed now. Regards, Alexander. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2009-06-01 Thread alkresin
Revision: 11187 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11187&view=rev Author: alkresin Date: 2009-06-01 10:19:25 + (Mon, 01 Jun 2009) Log Message: --- 2009-06-01 14:20 UTC+0300 Alexander Kresin * utils/hbformat/hbformat.prg ! Different f

RE: [Harbour] Tutor for hbmk2 and GTWVG

2009-06-01 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Pritpal Bedi [mailto:bediprit...@hotmail.com] >Sent: Sunday, May 31, 2009 10:53 PM >To: harbour@harbour-project.org >Subject: Re: [Harbour] Tutor for hbmk2 and GTWVG > > >Hmmm [...] >> people do not know how to use SVN. > >Please follow this link. >http://www.nab

Re: [Harbour] WinXP SP2 MinGW32 v5.1.4 under MSYS 1.0.10

2009-06-01 Thread Massimo Belgrano
If you read harbour\install doc you can give a good guidefollow is sample of batch that will [re] compile follow compilation will be icremental sinpply run in last line sh make_gnu.sh install it all developer lib are in c:\devl\ and dire are without space (not supported because now we have mult