--- 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.


      
____________________________________________________________________________________
¡Capacidad ilimitada de almacenamiento en tu correo!
No te preocupes más por el espacio de tu cuenta con Correo Yahoo!:              
        
http://correo.yahoo.com.mx/

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

Reply via email to