![]() |
Copyfile(Edit2.Text, Edit3.Text); Inkompatible Typen...
Hi :P,
wenn ich Copyfile(Edit2.Text, Edit3.Text); mache, kommt eine Fehlermeldung "Inkompatible Typen: "Pansichar" und "TStrings"" Wie kann ich dat converten :gruebel: ? ThX, Tuenn |
Re: Copyfile(Edit2.Text, Edit3.Text); Inkompatible Typen...
Hallo tuenn,
so müsste das gehen.
Delphi-Quellcode:
PS: Die Funktion CopyFile besitzt 3 Parameter.
Copyfile(PChar(Edit2.Text), PChar(Edit3.Text), );
Tschüß Markus |
Re: Copyfile(Edit2.Text, Edit3.Text); Inkompatible Typen...
nähmlich True :)
thx, tuenn |
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:33 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