Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Multimedia (https://www.delphipraxis.net/16-multimedia/)
-   -   Delphi IInterface und GR32 (https://www.delphipraxis.net/154588-iinterface-und-gr32.html)

delphinia 16. Sep 2010 17:38

IInterface und GR32
 
Wollte gerade die 1.9er Version von http://graphics32.org installieren aber mein D5 Compiler schimpft


Code:
[Fehler] GR32.pas(338): Undefinierter Bezeichner: 'IInterface'
was soll ich tun?

shmia 16. Sep 2010 17:51

AW: IInterface und GR32
 
Ich glaube IInterface wurde erst nach Delphi 5 deklariert.
Aber du kannst das nachholen:
Delphi-Quellcode:
type
  IInterface = interface(IUnknown)
  end;


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:04 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz