Hi,
Hab gerade ein kleines Problem....
Hab ein mini-Andorra Programm geschrieben. Also nur um was zu testen. Bei mir gehts wunderbar...
Aber bei anderen gehts nicht. Da schlägt AdDraw.Initialize; fehl. Allerdings auch nicht immer...
Code sieht so aus:
Delphi-Quellcode:
AdDraw := TAdDraw.Create(Panel1);
AdDraw.DllName := 'AndorraDX93D.dll';
if not AdDraw.Initialize then
ShowMessage('Hat nicht geklappt');
Jemand ne Ahnung was das sein soll? Hab die aktuellste Version von Andorra.
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."