- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Algorithms Development
- GPS QR code to WMF
×
Components and Libraries for Algorithms Development, discussions, problems and suggestions
Question GPS QR code to WMF
- PizzaProgram (László Szakmári)
-
Topic Author
- Offline
- New Member
-
- Delphi7 programmer since 25 years
Less
More
1 year 11 months ago #14941
by PizzaProgram (László Szakmári)
GPS QR code to WMF was created by PizzaProgram (László Szakmári)
Hi,
This is my first Typhoon project.
(As active Delphi7 programmer).
I'm trying to create a 32bit windows DLL, which:
Barcodes , lz_FpVectorial
But I have a question at the beginning:
What TEXT do I have to add to represent a GPS ?
Thanks for any help!
This is my first Typhoon project.

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.
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.
- PizzaProgram (László Szakmári)
-
Topic Author
- Offline
- New Member
-
- Delphi7 programmer since 25 years
1 year 11 months ago #14942
by PizzaProgram (László Szakmári)
Replied by PizzaProgram (László Szakmári) on topic GPS QR code to WMF
Found the right format
here
...
Text := 'geo:.......,.........';
Now the more difficult question remains:
- How to put the generated QR code into a WMF stream?
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.
- Sternas Stefanos
-
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 year 11 months ago - 1 year 11 months ago #14943
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic GPS QR code to WMF
Thanks Sir
please give us more info
please give us more info
PilotLogic Architect and Core Programmer
Last edit: 1 year 11 months ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- PizzaProgram (László Szakmári)
-
Topic Author
- Offline
- New Member
-
- Delphi7 programmer since 25 years
1 year 11 months ago #14948
by PizzaProgram (László Szakmári)
Replied by PizzaProgram (László Szakmári) on topic GPS QR code to WMF
Please Log in or Create an account to join the conversation.