Hi Jesus,
I sent you an email last week ( 6th of November to be exact ),
confirming that this fix works.
I've been away in New York, so could not send you a confirmation
earlier. This was all mentioned in that email. Obviously you did not get
it which is what I feared, hence why I sent the email to the list.
Dominique.
Jesus Reyes wrote:
--- Dominique Louis <[EMAIL PROTECTED]> escribió:
Hi all,
I sent the following fix to Jesus a few days ago, but I have not
heard back so don't know if he received it or if he has checked it
in yet.
Basically in PrintersDlgs you have code that looks similar to this
just
after the implementation.
Basically, I sent you this patch with instructions on how to apply it
and recompile Printer4Lazarus pacakge, and the last message I
received from you was that it didn't work.
Anyway, in r12807 I commited the patch that I think should fix the
issue.
{$IFDEF LCLCarbon}
uses <Unit Names Here>
{$ELSE}
{$I cupsprndialogs.inc}
uses <Unit Names Here>
{$ENDIF}
The code in r12545 doesn't look like this ...
This should really read
{$IFDEF LCLCarbon}
uses <Unit Names Here>
{$I cupsprndialogs.inc} // Moving it here works
{$ELSE}
uses <Unit Names Here>
{$ENDIF}
Maybe that would be an error under *nix. The whole LCLCarbon can be
well removed, but well, lets the code as it is until carbon printer
support is implemented, which seems to be work in progress by the
way.
Dominique.
Jesus Reyes A.
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives