![]() |
Re: D2009: Inkompatible Typen Array und xxx
Pointer(PChar)+Pointer(PChar) bzw. Pointer(PChar)+Array, geht natürlich nicht
aber so
Delphi-Quellcode:
und in Kurz dann so :angel2:
s := FullPathAndNameOfWorkingDirectroy;
s := S + FindData.cFileName;
Delphi-Quellcode:
s := String(FullPathAndNameOfWorkingDirectroy) + FindData.cFileName;
|
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. |
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