View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003435 | JEDI VCL | 00 JVCL Components | public | 2006-01-10 14:51 | 2006-04-05 06:32 |
Reporter | mjwallin | Assigned To | jfudickar | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 3.10 | ||||
Target Version | Fixed in Version | ||||
Summary | 0003435: copyfile function from old RX Lib not available in JVCL | ||||
Description | The old RXLib contained a function copyFile(source, destination, progressbar) in the old fileUtil.pas unit. The function is now in ..\jvcl\archive\jvfileutil and is not present in the current JVCL library unless it has been given some other name. Unfortunately, it seems that copyFile cannot be used from the archive folder as there is some kind of conflict with other functions in jvFunctions which cause the error 'Ambiguous overloaded call to OpenObject'. | ||||
Tags | No tags attached. | ||||
|
You can find the function in the jcl. Have a look at the JclFileUtils.pas file. |
|
The function in jclFileUtils.pas is not the same as the one in the RX Lib. The one in jclFileUtils is the following: function FileCopy(const ExistingFileName, NewFileName: string; ReplaceExisting: Boolean = False): Boolean; The procedure (not function) in the RX Lib has a different footprint: procedure CopyFile(const FileName, DestName: string; ProgressControl: TControl); The RX Lib version passes a progress control parameter which is handy as the progress can be displayed if desired. |
|
We won't be putting this function back in. |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-01-10 14:51 | mjwallin | New Issue | |
2006-01-11 13:06 | jfudickar | Status | new => resolved |
2006-01-11 13:06 | jfudickar | Resolution | open => fixed |
2006-01-11 13:06 | jfudickar | Assigned To | => jfudickar |
2006-01-11 13:06 | jfudickar | Note Added: 0008368 | |
2006-01-11 22:04 | mjwallin | Status | resolved => feedback |
2006-01-11 22:04 | mjwallin | Resolution | fixed => reopened |
2006-01-11 22:04 | mjwallin | Note Added: 0008375 | |
2006-04-05 06:32 | obones | Status | feedback => resolved |
2006-04-05 06:32 | obones | Resolution | reopened => won't fix |
2006-04-05 06:32 | obones | Note Added: 0008973 |