Hi Martin.
I tried to write a little example using fcl-pdf and it fails to compile
using MSE*
If I compile the same example using fpc (without MSE includes, paths...)
all is fine.
The error:
Free Pascal Compiler version 3.0.5 [2017/12/28] for x86_64
Copyright (c) 1993-2017 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling testpdf.pas
PPU Loading
/home/jujibo/FreePascal-3.0.5/fpc/lib/fpc/3.0.5/units/x86_64-linux/fcl-pdf/fppdf.ppu
PPU Source: fppdf.pp not available
PPU Source: fontmetrics_stdpdf.inc not available
Recompiling fpPDF, checksum changed for fpimage
testpdf.pas(7,3) Fatal: Can't find unit fpPDF used by testpdf
Fatal: Compilation aborted
The smallest example (just adding the required unit):
program testpdf;
{$ifdef FPC}{$mode objfpc}{$h+}{$endif}
{$ifdef mswindows}{$apptype console}{$endif}
uses
{$ifdef FPC}{$ifdef unix}cthreads,cwstring,{$endif}{$endif}
sysutils,
fppdf;
begin
writeln('hello world');
end.
Thanks.
--
Julio Jiménez Borreguero
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk