Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi D2009: Inkompatible Typen Array und xxx (https://www.delphipraxis.net/142048-d2009-inkompatible-typen-array-und-xxx.html)

himitsu 21. Okt 2009 13:44

Re: D2009: Inkompatible Typen Array und xxx
 
Pointer(PChar)+Pointer(PChar) bzw. Pointer(PChar)+Array, geht natürlich nicht

aber so
Delphi-Quellcode:
s := FullPathAndNameOfWorkingDirectroy;
s := S + FindData.cFileName;
und in Kurz dann so :angel2:
Delphi-Quellcode:
s := String(FullPathAndNameOfWorkingDirectroy) + FindData.cFileName;

Hedge 21. Okt 2009 13:49

Re: D2009: Inkompatible Typen Array und xxx
 
Hatte ich schon probiert.
Führt zu:

Inkompatible Typen string und PWideChar

@Klaus:

Bei dir kommt die sache mit dem imkopatiblen Operandentyp


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:05 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