Source Errors

Discussion of my XMLTV Radio Times grabber
Post Reply
ShootingStar

Source Errors

Post by ShootingStar » 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.

ShootingStar

As above

Post by ShootingStar » Sat May 14, 2005 3:38 pm

Maybe I'm using the wrong version of Delphi - what version did you write XMLTV with. When I first load the dpr file Delphi prompts me to convert the project so I'm guessing the files were written in an older edition.

alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Post by alanbirtles » Sat May 14, 2005 6:35 pm

it is written in delphi 7, i don't have the source here but as far as i can remember pngimage is from a sourceforge package (see link in the about box). the other units are all units that i have written but that are not part of the xmltv project and i think are installed under the source\extrafiles directory and that directory will need to be added to either delphi's library path or the project's search path (or just copy all of the files into the main directory), let me know if i can help any further

Post Reply