Einzelnen Beitrag anzeigen

fabic42

Registriert seit: 21. Okt 2008
26 Beiträge
 
#1

Andorra2D-Fehlermeldung - Was mache ich falsch?

  Alt 23. Feb 2010, 16:19
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
Das einzig ware im Leben ist DELPHI

...und Musik!
  Mit Zitat antworten Zitat