hi all
i'm new, trying to remember my loved pascal lenguage

I found a Packages for FPC/Lazarus
http://www.tcoq.org/composants DrawObjectExtended
Version 0.1, 2009-10-24
and I tried to compile/build the sources but I'm not able to find LMessage and LResource units
here are the dependencies of units:
unit DrawObjectsBase:
uses {DONE -oTC -cLazarus_Port_Step2 : removing Windows and Messages uses. Replaced by <nothing> and LMessages. }
SysUtils, Classes, LMessages, Controls, Graphics, Math, Forms, TypInfo, ZLib;
unit DrawObjects:
uses
{ DONE -oTC -cLazarus_Port_Step2 : removing Windows and Messages uses. Replaced by <nothing> and LMessages. }
SysUtils, Classes, LMessages, Controls, Graphics, Math, Forms, TypInfo, Dialogs, DrawObjectsBase;
unit DrawObjectsExtended:
uses Classes, SysUtils, Controls, Graphics, DrawObjectsBase;
can anybody help me?
thank you