2000-12-11 21:45 GMT+1 Maurilio Longo <maurilio.longo@libero.it>

* source/rtl/tbrowse.prg
     - removed hidden: clause inside class definition (it doesn't work right now)
   * source/rtl/tclass.prg
     - commented out line 255 (gives infinite loop)
   * utils/hbmake/*.prg
     + hbdocdef.ch needs relative path ("..\hbdoc\") to be compiled by gcc system
This commit is contained in:
Maurilio Longo
2000-12-11 20:51:11 +00:00
parent 59389bc016
commit 6542f93e62
6 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
2000-12-11 21:45 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
- removed hidden: clause inside class definition (it doesn't work right now)
* source/rtl/tclass.prg
- commented out line 255 (gives infinite loop)
* utils/hbmake/*.prg
+ hbdocdef.ch needs relative path ("..\hbdoc\") to be compiled by gcc system
2000-12-10 17:09 UTC-0800 Brian Hays <bhays@abacuslaw.com>
* source/rdd/dbfntx/dbfntx1.c
* More fixes by Alexander

View File

@@ -150,7 +150,7 @@ CLASS TBrowse
METHOD TApplyKey(nKey, o)
#endif
HIDDEN: /* H I D D E N */
/*HIDDEN: /* H I D D E N */
METHOD LeftDetermine() // Determine leftmost unfrozen column in display
METHOD DispCell(nColumn, nColor) // Displays a single cell

View File

@@ -252,7 +252,7 @@ STATIC PROCEDURE Create(MetaClass)
STATIC FUNCTION Instance()
LOCAL Self := QSelf()
Local oInstance := __clsInst( ::hClass )
oInstance:Class := Self:Class
//oInstance:Class := Self:Class
RETURN oInstance
//----------------------------------------------------------------------------//

View File

@@ -35,7 +35,7 @@
#include "hbclass.ch"
#include 'common.ch'
#include 'hbdocdef.ch'
#include '..\hbdoc\hbdocdef.ch'
*+±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
*+

View File

@@ -35,7 +35,7 @@
#include "hbclass.ch"
#include 'common.ch'
#include 'hbdocdef.ch'
#include '..\hbdoc\hbdocdef.ch'
*+±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
*+

View File

@@ -35,7 +35,7 @@
#include "directry.ch"
#include "fileio.ch"
#include "inkey.ch"
#include 'hbdocdef.ch'
#include '..\hbdoc\hbdocdef.ch'
#include 'common.ch'
#define xReadBuffer 4096
@@ -51,7 +51,7 @@ DECLARE GetNumberofTableItems( cBuffer AS STRING ) AS NUMERIC
DECLARE FREADline( nH AS NUMERIC, @cB AS STRING, nMaxLine AS NUMERIC )
//DECLARE FILEBASE() AS OBJECT
DECLARE FILEBASE ;
New( cname AS STRING) AS CLASS FILEBASE;
New( cname AS STRING) AS CLASS FILEBASE;
FOPEN() AS OBJECT;
closefile() AS OBJECT;
fskip( OPTIONAL n AS NUMERIC) AS OBJECT;