TZF - AppendFromDelimited
"Cox, Stuart SRM:EX" <[email protected]>
| Newsgroups | gmane.comp.lang.delphi.topaz |
|---|---|
| Message-ID | <[email protected]> |
Hi All,
I'm using TopazD 7.0 with all the patches applied. Delphi v2.0.
Delphi tells me that AppendFromDelimited is undefined and gives me a
compilation error. Yet the following files all have AppendFromDelimited
defined and available in their source. I'm puzzled. I recompiled the
library, doing a 'Component->Rebuild Library' and have checked the library
path to confirm that that isn't amiss. Yet Delphi doesn't seem to be able
to find the declaration for AppendFromDelimited in the .dcu. AppendFrom is
there, it'll compile. AppendFromSDF is there, too. No
AppendFromDelimited...
****************************
dbf4.hed 1998/10/14 07:00 has:
function AppendFromDelimited(filename: tzPathStr): LongInt;
****************************
dbf4.hed 1998/10/14 07:00 has:
{ -------------------AppendFromDelimited()--------------------------
Appends data from ASCII delimited file, one record for each line
of input file. Line lengths may vary.
Stops when it reaches ^Z (end-of-file mark) or end-of-file.
Skips blank lines.
Returns the number of records appended
--------------------------------------------------------------------- }
function AppendFromDelimited(filename: tzPathStr): LongInt;
****************************
utzcds.pas 1998/10/14 07:00 has:
procedure AppendFromDelimited(fname: String);
****************************
Stuart Cox
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?clvXPN.a5kvff.Z2NsZHQt
Or send an email to: [email protected]
TOPICA - Start your own email discussion group. FREE!
http://www.topica.com/partner/tag02/create/index2.html
==^================================================================