Ładny brzuch

Witam:)
Mam problem ;). Podczas kompilacji programu pojawia mi sie error

[Linker Error] Unresolved external '__fastcall Idglobal::CopyFileTo(const System::AnsiString, const System::AnsiString)' referenced from D:\C++BUILDER\PROG\UNIT1.OBJ

Kompletnie nie wiem co sie rozlazi. Inne funkcje jak np. DeleteFile dzialaj normalnie i nie ma zadnego problemu. Help!

Pozdrawiam. Z gory dzieki za pomoc:).



sprobuj dodac do projektu plik IdGlobal.pas albo IdGlobal.dcu

Najlepiej skorzystaj z WinApi:

BOOL CopyFile(

LPCTSTR lpExistingFileName, // pointer to name of an existing file
LPCTSTR lpNewFileName, // pointer to filename to copy to
BOOL bFailIfExists // flag for operation if file exists
);

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • zsf.htw.pl
  •