|
1 рік тому | |
---|---|---|
COMatePLUS | 1 рік тому | |
.gitignore | 1 рік тому | |
DYMO.pbi | 1 рік тому | |
DYMO_CreateDLL.pb | 1 рік тому | |
DYMO_DLL.pbi | 1 рік тому | |
DYMO_Example.pb | 1 рік тому | |
LICENSE | 1 рік тому | |
README.md | 1 рік тому | |
Sample_89x28.label | 1 рік тому | |
Sample_101x54.label | 1 рік тому | |
Sample_Logo.bmp | 1 рік тому |
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”