Einzelnen Beitrag anzeigen

Virchov

Registriert seit: 15. Mär 2004
Ort: Bäärlin
109 Beiträge
 
#1

If a and b and c and d... Geht daas überhaupt in Delphi?

  Alt 26. Mär 2004, 14:08
Tach, Herrschaften!

Ich habe folenden Codeteil:

Delphi-Quellcode:

 if minLeft^ = 0 and maxLeft^ = (cxImage -1) and
    (minTop^ = 0) and maxTop^ = (cyImage -1) then

//-----------------------------ANFANG BLOCK 2-----------------------------------

  begin
Geht aber nicht, der Compiler sagt: Operator ist auf diesen Typ nicht anwendbar.Und: inkopatible Typen. Voller Quatsch, eiglentlich. Woran könnte das liegen?

Danke

ps minleft maxleft, mintop und maxtop sint pInteger, cxImage und cyImage - Integer.
  Mit Zitat antworten Zitat