Irgendwie ist das Merkwürdig.
Ich habe mal nachgeforscht.
In den Uses der OGLmain.pas steht: AdBitmapClass
Und in der AdBitmapClass.pas ist folgendes deklariert:
Delphi-Quellcode:
type
{TAd2DCustomBitmap is the base bitmap class that defines the main bitmap
properties.}
TAd2DCustomBitmap = class
protected
FMemory: PByte;
FWidth: integer;
FHeight: integer;
FSize: int64;
[...]
Warum zu Henker findet der das dann nicht?
In den Options von Delphi habe ich den Pfad korrekt angegeben.
So geht die Fehlerliste los:
Build
[Pascal Error] OGLMain.pas(152): E2003 Undeclared identifier: 'TAd2dCustomBitmap'
[Pascal Error] OGLMain.pas(982): E2029 ')' expected but identifier 'Width' found
[Pascal Error] OGLMain.pas(986): E2029 ';' expected but 'IF' found
[Pascal Error] OGLMain.pas(989): E2003 Undeclared identifier: 'FlushTexture'
[Pascal Error] OGLMain.pas(990): E2003 Undeclared identifier: 'FTexture'
[Pascal Error] OGLMain.pas(992): E2003 Undeclared identifier: 'newtex'
[...]