Hallo
DP-User,
Ich habe gerade Andorra2D installiert und auch schon ein neues Projekt mit allen Units in uses erstellt. Nun habe ich dieses Tutorial angefangen und da kommt auch schon das Problem:
Tutorial
Also:
Delphi-Quellcode:
AdDraw := TAdDraw.Create(self);
AdDraw.DllName := 'AndorraDX93D.dll';
if AdDraw.Initialize then
begin
// Hier geht's gleich weiter
end else
begin
ShowMessage(AdDraw.GetLastError);
halt; //<-- Schließt die komplette Anwendung
end;
Ich starte das Programm doch dann kommt die Fehlermeldung: "No graphic library has been loaded. This problem might have been caused, because the specified library has not been found or the library version is not compatible to the host Andorra 2D version. Use TAdSetupDlg or TAdDllExplorer to find all available graphic system plugins."
Kann mir jemand helfen?
Danke im Vorraus, Gruß Fabic