Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Delphi 2009 Programm verlangt nach Gdiplus.dll (https://www.delphipraxis.net/129088-delphi-2009-programm-verlangt-nach-gdiplus-dll.html)

Catbytes 12. Feb 2009 13:57


Delphi 2009 Programm verlangt nach Gdiplus.dll
 
Hallo,

ein Programm verlangt nach der DLL GdiPlus.

Ist ein ganz normales Windows-Programm.

Hier die Uses-Anweisung:

Delphi-Quellcode:
uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, Grids, BaseGrid, AdvGrid, StdCtrls, ExtCtrls, ShellAPI;
Kann mir jemand sagen, warum der nach dieser DLL schreit?

mkinzler 12. Feb 2009 13:59

Re: Delphi 2009 Programm verlangt nach Gdiplus.dll
 
Ich vermute mal es liegt an den TMS Komponenten

Catbytes 12. Feb 2009 14:05

Re: Delphi 2009 Programm verlangt nach Gdiplus.dll
 
Zitat:

Zitat von mkinzler
Ich vermute mal es liegt an den TMS Komponenten

BINGO!

Delphi-Quellcode:
{$DEFINE TMSGDIPLUS}      // comment this line to disable GDI+ use in TAdvStringGrid
Aus der Datei "tmsdefs.inc"

Dank Dir!


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:33 Uhr.

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