|
il y a 1 an | |
---|---|---|
COMatePLUS | il y a 1 an | |
.gitignore | il y a 1 an | |
DYMO.pbi | il y a 1 an | |
DYMO_CreateDLL.pb | il y a 1 an | |
DYMO_DLL.pbi | il y a 1 an | |
DYMO_Example.pb | il y a 1 an | |
LICENSE | il y a 1 an | |
README.md | il y a 1 an | |
Sample_89x28.label | il y a 1 an | |
Sample_101x54.label | il y a 1 an | |
Sample_Logo.bmp | il y a 1 an |
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”