Welcome, Guest
Username: Password: Remember me
Components and Libraries for Algorithms Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

GPS QR code to WMF 3 years 7 months ago #14941

  • PizzaProgram (László Szakmári)
  • PizzaProgram (László Szakmári)'s Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Delphi7 programmer since 25 years
  • Posts: 10
  • Thank you received: 0
Hi,
This is my first Typhoon project. :) (As active Delphi7 programmer).
I'm trying to create a 32bit windows DLL, which:
  • - gets a GPS coordinate as input, and
  • - adds back a WMF image-stream including a generated QR code of that GPS.
For that, my guess is to use 2 componenst:
Barcodes , lz_FpVectorial
But I have a question at the beginning:

What TEXT do I have to add to represent a GPS ?
  TForm1 = class(TForm)
    QQ: TBarcodeQR;   
...
  QQ.Text:= 'gps://47.629521,19.211276';  // << WHAT do I put here ?

Thanks for any help!

Please Log in or Create an account to join the conversation.

GPS QR code to WMF 3 years 7 months ago #14942

  • PizzaProgram (László Szakmári)
  • PizzaProgram (László Szakmári)'s Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Delphi7 programmer since 25 years
  • Posts: 10
  • Thank you received: 0
Found the right format here ...
Text := 'geo:.......,.........';

Now the more difficult question remains:
- How to put the generated QR code into a WMF stream?

Please Log in or Create an account to join the conversation.

GPS QR code to WMF 3 years 7 months ago #14943

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Thanks Sir
please give us more info
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

GPS QR code to WMF 3 years 7 months ago #14948

  • PizzaProgram (László Szakmári)
  • PizzaProgram (László Szakmári)'s Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Delphi7 programmer since 25 years
  • Posts: 10
  • Thank you received: 0

Please Log in or Create an account to join the conversation.

  • Page:
  • 1