Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.05.21;
Скачать: CL | DM;

Вниз

Ошибка "Ambiguous overloaded call to FileSetDate "   Найти похожие ветки 

 
Юрий ©   (2006-05-05 13:14) [0]

При выполнении следующего кода:

procedure SetFileDateTime(const FileName: String; FileDateTime: TDateTime);
begin
 FileSetDate(FileName, DateTimeToFileDate(FileDateTime));
end;

Почему?
Спасибо.


 
Cashmare ©   (2006-05-05 13:27) [1]

function FileSetDate(Handle: Integer; Age: Integer): Integer;


 
Юрий ©   (2006-05-05 13:40) [2]

Хм... А оф. справка говорит так:


Delphi syntax:
On Windows:
 function FileSetDate(Handle: Integer; Age: Integer): Integer; overload;
Cross-platform:
 function FileSetDate(const FileName: string; Age: Integer): Integer; overload;


Или cross-platform, почему то не доступен?



Страницы: 1 вся ветка

Текущий архив: 2006.05.21;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.039 c
2-1146420911
MVP
2006-04-30 22:15
2006.05.21
Как сделать цикл по Edit


15-1146141096
Харько
2006-04-27 16:31
2006.05.21
на что переходить?


2-1147022953
Первокласник Вася
2006-05-07 21:29
2006.05.21
Terminate или Close?


15-1145624942
oldman
2006-04-21 17:09
2006.05.21
Надо заполнить таблицу. Очень надо! :(


2-1146926455
AlexanderMS
2006-05-06 18:40
2006.05.21
CLX и VCL