[Lazarus] FPVectorial

2017-10-16 Thread Michael Schnell via Lazarus
I rather unsuccessfully tried to use the pdf decoder example provided 
hereĀ  -> http://wiki.lazarus.freepascal.org/fpvectorial .


I needed to add the package fpvectorial to my project. Now I can do "use 
fpvectorial".


The project needs "use pdfvectorialreader". To allow for this I needed 
to add the appropriate file / search directory 
(pdfvrsemantico\pdfvrsemantico) to the project.


Then it did not compile, as "TvVectorialDocument" does not feature the 
property "EndPath" (and others).


So for initial testing, I commented some four lines out and was able to 
compile the project.


But when starting, I get an exception in what I suppose is Portuguese.

I used 1.6.4. Is a newer Lazarus version improved on that behalf ?

-Michael

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] fpvectorial: TvPolygon missing?

2018-05-30 Thread Marc Santhoff via Lazarus
Hi,

while trying to recompile a program using fpvectorials TvPolygon the
declaration is not found:

When grep'ing the directory whre fpvectorial lives there is nothing found in
any file.

Has this type been deleted or am I missing something?

TIA,
Marc

-- 
Marc Santhoff 
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] fpvectorial: TvPolygon missing?

2018-05-30 Thread Marc Santhoff via Lazarus
Hi,

sorry for the noise, I had an old version of fpvectorial in the paths...


On Wed, 2018-05-30 at 11:43 +0200, Marc Santhoff via Lazarus wrote:
> Hi,
> 
> while trying to recompile a program using fpvectorials TvPolygon the
> declaration is not found:
> 
> When grep'ing the directory whre fpvectorial lives there is nothing found in
> any file.
> 
> Has this type been deleted or am I missing something?
> 
> TIA,
> Marc
> 
> -- 
> Marc Santhoff 
-- 
Marc Santhoff 
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus