|
@@ -40,6 +40,10 @@ unit objpas;
|
|
|
PPointerArray = ^PointerArray;
|
|
|
TBoundArray = array of integer;
|
|
|
|
|
|
+Var
|
|
|
+ ExceptionClass: TClass; { Exception base class (must actually be Exception, defined in sysutils ) }
|
|
|
+ ExceptObjProc: Pointer; { Used to convert OS exceptions to exceptions in Delphi. Unused in FPC}
|
|
|
+
|
|
|
{****************************************************************************
|
|
|
Compatibility routines.
|
|
|
****************************************************************************}
|
|
@@ -94,7 +98,6 @@ unit objpas;
|
|
|
TResStringRec=AnsiString;
|
|
|
Function LoadResString(p:PResStringRec):AnsiString;
|
|
|
|
|
|
-
|
|
|
implementation
|
|
|
|
|
|
{****************************************************************************
|