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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
//----------------------------------------------------------------------------//
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "hbclass.ch"
|
||||
#include 'common.ch'
|
||||
#include 'hbdocdef.ch'
|
||||
#include '..\hbdoc\hbdocdef.ch'
|
||||
|
||||
*+±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
|
||||
*+
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "hbclass.ch"
|
||||
#include 'common.ch'
|
||||
#include 'hbdocdef.ch'
|
||||
#include '..\hbdoc\hbdocdef.ch'
|
||||
|
||||
*+±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
|
||||
*+
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user