[Harbour] Re: [xHarbour-developers] log(0) fails on some pc?!?!

2008-02-14 Thread Maurilio Longo
Przemyslaw, thanks for the code snippet, I'm gonna add it since this problem breaks hbtest. Thanks a lot. Maurilio. Przemyslaw Czerpak wrote: On Tue, 12 Feb 2008, Maurilio Longo wrote: thanks for the explanation, looking into math.c I was thinking it was already handled, I'll look at it

Re: [Harbour] HB_FUNC( WRITEFILE ) in hbwhat32\_winsys.c

2008-02-14 Thread Budyanto Dj.
Alex, I am not a user of WriteFile(), but from a quick glance I think the current code is OK. The author seems to expect this: WriteFile(hFile, cBuffer, @nNumWritten, @lOverlapped) (only 4 parameters required, not 5). As for the comments describing 5 parameters to pass, it is about WinAPI's

Re: [Harbour] HB_FUNC( WRITEFILE ) in hbwhat32\_winsys.c

2008-02-14 Thread Alex Strickland
Budyanto Dj. wrote: As for the comments describing 5 parameters to pass, it is about WinAPI's WriteFile(), not about HB_FUN_WRITEFILE :-) Yes, I see your point. A little strange as it seems to me that in general What32 tries to be as true to the API as possible. I even recall there was a

[Harbour] Init method

2008-02-14 Thread Mindaugas Kavaliauskas
Hello, is #define HB_CLS_NOTOBJECT before #include hbclass.ch the right way to avoid definition of Init method for the class? Best regards, Mindaugas ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] Project Code Freeze

2008-02-14 Thread Phil Barnett
Just a note to remind everyone that we are in a code freeze and only code for bug fixes can be checked in at this time. All feature changes must wait until after the beta release. Thanks. -- Sometimes I wonder whether the world is being run by smart people who are putting us on or by

[Harbour] Source file name conflicts between source/rtl and contrib/hbnf

2008-02-14 Thread Marek Paliwoda
Hi, Actualy there are two file name conflicts between source/rtl/descend.c and contrib/hbnf/descend.c source/rtl/menuto.prg and contrib/hbnf/menuto.prg I am not sure how it should be resolved, so I'd like to ask someone to have a look at it. -- Marek

[Harbour] How to hrb all the prg in a dir using gnu make

2008-02-14 Thread Lorenzo Fiorini
Sorry, the gnu make doc is huge but I can't the answer for this easy thing: I have a dir with several prg and I what to issue hdo hbcmp -kM -gh -static -W2 -q0 -n only for the prg newer than hrb but I don't want to list the prg inside the Makefile. Any idea? best regards, Lorenzo