Source Errors
Posted: Sat May 14, 2005 3:35 pm
I've tried opening up the source for XMLTV in Delphi, but there are loads of errors. I'm not a delphi programmer (yet! - i'm learning) so I'm not sure what the errors mean. I am a developer in VB6, VB.net, C#, PHP, Java etc so I do understand some stuff.
Let me list the errors that are presented for UMain.pas:
Cannot resolve unit name for 'pngimage' at line 10 (10:18)
Cannot resolve unit name for 'StringUtils' at line 17 (17:23)
Cannot resolve unit name for 'linklists' at line 18 (18:13)
Cannot resolve unit name for 'update' at line 19 (19:27)
Cannot resolve unit name for 'ABUtils' at line 19 (19:52)
Undeclared identifier 'checkupdates' at line 245 (245:1)
Maybe I just don't know how to load up delphi projects correctly and files are missing from its scope. I am using Delphi 2005 Architech (trial). I loaded the xmltvrt.dpr project file.
These errors obviously mean I can't build and debug, which I am keen to do as I would like to see how the software works.
Let me list the errors that are presented for UMain.pas:
Cannot resolve unit name for 'pngimage' at line 10 (10:18)
Cannot resolve unit name for 'StringUtils' at line 17 (17:23)
Cannot resolve unit name for 'linklists' at line 18 (18:13)
Cannot resolve unit name for 'update' at line 19 (19:27)
Cannot resolve unit name for 'ABUtils' at line 19 (19:52)
Undeclared identifier 'checkupdates' at line 245 (245:1)
Maybe I just don't know how to load up delphi projects correctly and files are missing from its scope. I am using Delphi 2005 Architech (trial). I loaded the xmltvrt.dpr project file.
These errors obviously mean I can't build and debug, which I am keen to do as I would like to see how the software works.