|
pirms 1 gada | |
---|---|---|
COMatePLUS | pirms 1 gada | |
.gitignore | pirms 1 gada | |
DYMO.pbi | pirms 1 gada | |
DYMO_CreateDLL.pb | pirms 1 gada | |
DYMO_DLL.pbi | pirms 1 gada | |
DYMO_Example.pb | pirms 1 gada | |
LICENSE | pirms 1 gada | |
README.md | pirms 1 gada | |
Sample_89x28.label | pirms 1 gada | |
Sample_101x54.label | pirms 1 gada | |
Sample_Logo.bmp | pirms 1 gada |
Use DYMO Labelwriter with PureBasic. DYMO4PB provides simple access to the DYMO-SDK with COMatePlus:
DYMO_Init() ; Use this BEFORE any use of DYMO_*() commands.
DYMO_OpenLabel("MyLabelFile.label")
DYMO_SetField("TextField", "My Text")
DYMO_SetImageFile("Logo", "MyLogo.bmp")
DYMO_PrintLabel()
DYMO_Release()
All functions are described in the include file “DYMO.pbi”.
If you want to use the DLL, simple compile “DYMO_CreateDLL.pb” and include “DYMO_DLL.pbi”