0

I need to create a DLL to accept GPS coords >> and convert them into QR codes.
The output should be a WMF stream. (It will be printed with Delphi 7 FreeReport)

Installed CodeTyphoon, can generate the QR code, but:

  • How do I convert it into a WMF stream?

This component seems to be read-only: fpVectorial

var QQ: TBarcodeQR;
begin
  QQ.Text := 'geo:44.140315,-73.746625';
  QQ.Generate;
  // ???
SzakiLaci
  • 347
  • 1
  • 16

1 Answers1

0

Solved by wp: Lazarus forum link

SzakiLaci
  • 347
  • 1
  • 16