On Wed, 07 May 2008, Szakáts Viktor wrote: Hi Viktor.
Thanks for your modifications but: > * source/compiler/hbmain.c > * Changed output device (hb_compOutStd() -> hb_compOutErr()) > for following texts: > "Compiling..." > "No code generated" > "Lines x, Functions/Procedures x" > This is to replicate CA-Cl*pper behaviour a bit more. I'm not a DOS/Windows user and I expect that when I redirect stderr to file then for clean builds without any warning this file will be empty just like in all other compilers I'm using. I know that due to missing stderr redirection in pure DOS command.com DOS compilers were using many different hacks (f.e. reverted stdout and stderr) but It's not our problem and I do not want to inherit it in normal environments. So please revert this modification. > * include/hbextern.ch > * common.mak > * source/rtl/Makefile > * source/rtl/maxrow.c > + source/rtl/scrrow.c > * contrib/xhb/hbcompat.ch > + Added hb_ScrMaxRow(), hb_ScrMaxCol() > These will return the screen dimensions regardless > of the size of an active window (when using CT > windows for example). Functionality is the same > as MaxRow(.T.) and MaxCol(.T.) previously. > ! MaxRow()/MaxCol() extended parameters removed. > + Added MaxRow(.T.)/MaxCol(.T.) conversions for > xhb lib (hbcompat.ch) in both directions. > ; XBase++ doesn't have any extended parameters > for Max*() function. Flagship has two of them, > both of them doing something different. CAVO doesn't > have these functions at all. It was Clipper CT3 compatible behavior implemented in a why which was not breaking any existing Clipper code. This modification broke my CT3 DOS code which uses CTWIN. Please revert it too because it breaks existing Clipper code which uses CTWIN form CT3. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
