George Lober wrote:
Vincent Snijders wrote:

George Lober wrote:

Hello All,

I've been away from Lazarus for some period, so I started from scratch and erased my old Lazarus directory, got the latest SVN, and built Lazarus OK, but when I try to add the printer4lazarus package and I keep getting the following error: lazarus/components/printers/printersdlgs.pp(32,56) Error: Identifier not found "TCustomPrinterSetupDialog".


No problems here.

In lcl\dialogs.pp around line 308 I have
{ TPrinterSetupDialog }

  TCustomPrinterSetupDialog = class(TCommonDialog)
  end;

Are you compiled lcl units suitable for the current compiler (you can test by compiling a LCL Application).

Vincent.


Sorry about the message. Figured out I had the wrong setting for the Lazarus directory :-[ . Should be interesting to see what has changed in the past four months, if my stuff still compiles ;-) .

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


there are many things changed. some of them for good, others for not so good :) this is the opensource world :)

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to