Hi,
in der d3dx9.dll werden aus folgendem Abschnitt Befehle nzw. Zeilen nicht gefunden, was kann ich da machen ?
Delphi-Quellcode:
function D3DXFindShaderComment(_Function : PLongWord; FourCC : LongWord; Data : PPointer; SizeInBytes : PCardinal) : HResult; stdcall; overload; external d3dx9dllname;
function D3DXFindShaderComment(_Function : PLongWord; FourCC : LongWord; out Data : Pointer; SizeInBytes : PCardinal) : HResult; stdcall; overload; external d3dx9dllname;
function D3DXFindShaderComment(_Function : PLongWord; FourCC : LongWord; Data : PPointer; out SizeInBytes : Cardinal) : HResult; stdcall; overload; external d3dx9dllname;
function D3DXFindShaderComment(_Function : PLongWord; FourCC : LongWord; out Data : Pointer; out SizeInBytes : Cardinal) : HResult; stdcall; overload; external d3dx9dllname;
Code:
Undefinierter Bezeichner: PPointer
Undefinierter Bezeichner: PPAnsiChar