On Tue, 25 Jul 2006 14:22:22 +1200 Paul Parkyn <[EMAIL PROTECTED]> wrote:
> Hello all, > I am trying to convert a Delphi program, the compile exits with > an error message about can't find LResources in PrintersDlgs uses clause. > How / where do I get the LResource Unit It is part of the LCL package, so add the LCL as requirement to your project in the project inspector. > I am using Lazarus 0.9.16 Beta and FPC 2.0.2.0. My system is Fedora FC4. > > I also have another request when I start Lazarus I get a popup message about not having selected a UTF-8 font for the editor, as my operating system is using UTF-8, but I cannot find a font to suit this requirement. Any recommendations of a suitable font. Editor Options -> Display -> Editor Font -> ... -> select a 2-byte font. Often there is a courier adobe 10646. The exact name depends on your system, mine is -adobe-courier-medium-r-normal-*-*-140-*-*-*-*-iso10646-1. Mattias > > > > Best regards, > > > Paul Parkyn > [EMAIL PROTECTED] > 2006-07-25 > > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
