Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi [Pascal Warnung] Unit 'FileCtrl' ist plattformspezifisch (https://www.delphipraxis.net/86462-%5Bpascal-warnung%5D-unit-filectrl-ist-plattformspezifisch.html)

MuTzE.Y85 4. Feb 2013 21:06

AW: [Pascal Warnung] Unit 'FileCtrl' ist plattformspezifisch
 
Dann scheint die Funktion ShowFolder bei dir zu fehlen!

Code:
procedure ShowFolder(strFolder: string);
begin
  ShellExecute(Application.Handle,
    PChar('explore'),
    PChar(strFolder),
    nil,
    nil,
    SW_SHOWNORMAL);
end;
Von den Schweizern

Volker Z. 4. Feb 2013 21:07

AW: [Pascal Warnung] Unit 'FileCtrl' ist plattformspezifisch
 
Hallo,

existiert die procedure / function ShowFolder in der Unit1.pas? Wenn ja ist sie auch im interface-Teil der Unit deklariert?

Gruß


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:13 Uhr.
Seite 2 von 2     12   

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