Click here to Skip to main content
16,007,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Threads and mutexes [modified] Pin
Cyrilix17-Jun-07 11:25
Cyrilix17-Jun-07 11:25 
GeneralRe: Threads and mutexes Pin
Bram van Kampen17-Jun-07 15:00
Bram van Kampen17-Jun-07 15:00 
GeneralRe: Threads and mutexes [modified] Pin
Cyrilix17-Jun-07 16:12
Cyrilix17-Jun-07 16:12 
GeneralRe: Threads and mutexes Pin
Matthew Faithfull17-Jun-07 22:23
Matthew Faithfull17-Jun-07 22:23 
GeneralRe: Threads and mutexes Pin
Bram van Kampen18-Jun-07 13:30
Bram van Kampen18-Jun-07 13:30 
NewsAboubt Barcode printing, VC++ master-hand Come in and help me. Pin
h_boy200816-Jun-07 20:46
h_boy200816-Jun-07 20:46 
AnswerRe: Aboubt Barcode printing, VC++ master-hand Come in and help me. Pin
Matthew Faithfull17-Jun-07 0:38
Matthew Faithfull17-Jun-07 0:38 
GeneralRe: Aboubt Barcode printing, VC++ master-hand Come in and help me. Pin
Matthew Faithfull18-Jun-07 1:44
Matthew Faithfull18-Jun-07 1:44 
The ZPL information you need can be found at this link www.servopack.de/Files/HB/ZPLcommands.pdf

On pages 70-75 it describes downloading and using graphics.

A graphic within a ZPL file might look like this

~DGR:85DB1DA4,00360,012,
1FFFFF03C07C000780,1FFFFF03C07C000780,1FFFFF03C07E000780,1FFFFF04C07F000780,1E
000003C07F000780, 1E000003C078003F80,1E000003C07FC00780,1E000003C07BC00780,1E00
0002C07BE00780F0,1E000003C079F00780F0, 1E000003C07807C780,1E000003C078F80780F0
,1FFFFC03C0787C0780,1FFFFC03C0783C0780,1FFFFC03C0683E0780,1FFFFC03C0781F0780,1E
000003C0780F0780,1E000003C0780F8780, 1E000003C078F00780F0,1E000003C07806C780,1E00
0003C07803E780,1E000003C07801F780,1E000003C07800F780,1E000003C07800FF80,1E0000
03C078007F80, 1E000003C07F800780,1E000003C078003F80F0,1E000003C078002F80F0,1E00
0003C078000F80F0,1E000003C078000F80F0,

And the command to place one on a label like this

^FO473,179^XG85DB1DA4,1,1^FS

DG downloads the graphic into the printer’s memory.
XG recalls the downloaded graphic from the printer’s memory into your label.

You can find the details of all the commands in the manual I linked to. (Requires PDF reader)

I don’t know much more than this myself. ZPL is certainly very strange Smile | :)



Nothing is exactly what it seems but everything with seems can be unpicked.

Questionmsi setup project Pin
deeps_cute16-Jun-07 20:25
deeps_cute16-Jun-07 20:25 
QuestionFirst-chance exception ... access violation ... pointer issue Pin
moonraker92816-Jun-07 20:18
moonraker92816-Jun-07 20:18 
AnswerRe: First-chance exception ... access violation ... pointer issue Pin
Hans Dietrich16-Jun-07 20:33
mentorHans Dietrich16-Jun-07 20:33 
GeneralRe: First-chance exception ... access violation ... pointer issue Pin
moonraker92816-Jun-07 21:48
moonraker92816-Jun-07 21:48 
GeneralRe: First-chance exception ... access violation ... pointer issue Pin
Bram van Kampen18-Jun-07 13:38
Bram van Kampen18-Jun-07 13:38 
AnswerRe: First-chance exception ... access violation ... pointer issue Pin
Stephen Hewitt17-Jun-07 12:51
Stephen Hewitt17-Jun-07 12:51 
GeneralRe: First-chance exception ... access violation ... pointer issue Pin
Bram van Kampen18-Jun-07 13:49
Bram van Kampen18-Jun-07 13:49 
Questiondrawing 2D in C++ Pin
moonraker92816-Jun-07 19:33
moonraker92816-Jun-07 19:33 
AnswerRe: drawing 2D in C++ Pin
Cyrilix16-Jun-07 21:41
Cyrilix16-Jun-07 21:41 
GeneralRe: drawing 2D in C++ Pin
moonraker92816-Jun-07 22:01
moonraker92816-Jun-07 22:01 
GeneralRe: drawing 2D in C++ Pin
moonraker92816-Jun-07 22:51
moonraker92816-Jun-07 22:51 
GeneralRe: drawing 2D in C++ Pin
Cyrilix17-Jun-07 0:17
Cyrilix17-Jun-07 0:17 
QuestionCLSID Pin
Rose8116-Jun-07 16:14
Rose8116-Jun-07 16:14 
AnswerRe: CLSID Pin
Randor 18-Jun-07 4:06
professional Randor 18-Jun-07 4:06 
GeneralRe: CLSID Pin
Rose8118-Jun-07 11:59
Rose8118-Jun-07 11:59 
GeneralRe: CLSID Pin
Randor 18-Jun-07 14:37
professional Randor 18-Jun-07 14:37 
QuestionRe: CLSID-proxystub Pin
Rose8124-Jun-07 11:49
Rose8124-Jun-07 11:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.