Recent

Author Topic: Error in osprinters.pas after update to Lazarus 1.6.4  (Read 1950 times)

derles

  • New Member
  • *
  • Posts: 35
Error in osprinters.pas after update to Lazarus 1.6.4
« on: June 28, 2017, 04:43:19 pm »
Hi.
I just updated Lazarus from 1.0.10, FPC 2.6.2, to 1.6.4, FPC 3.02.
Now I have a few compiling errors.
In the last days I solved all of them so far, except this one:

osprinters.pas(62,6) Fatal: Cannot open include file "winprinters_h.inc"

The error occurs in this line from osprinters.pas:

Code: Pascal  [Select][+][-]
  1. {$IFDEF MSWindows}
  2.   {$IFDEF LCLQt}
  3.     {$I qtprinters_h.inc}
  4.   {$ELSE}
  5.     {$I winprinters_h.inc}     // <----- Here
  6.   {$ENDIF}
  7. {$ENDIF}

I use LazReports in my project. I think could be ralated to the problem.

Any clue ?

Tks
« Last Edit: June 28, 2017, 04:58:04 pm by derles »

 

TinyPortal © 2005-2018