标签打印机软件 Labelmx_sdk.dll 调用
:face (37):想打印标签,发现这个软件可以二次开发,但是!不晓得这种DLL 如何调用,里面有详细的借口,求大佬帮忙解决一下,万分感谢!#AutoIt3Wrapper_UseX64=n
Local $hDLL = DllOpen(@ScriptDir & '\Labelmx_sdk.dll')
DllCall($hDLL, 'int', 'HY_Initialization', 'int', 0)
DllCall($hDLL, 'bool', 'HY_OpenLax', 'str', @ScriptDir & '\demo.lax')
DllCall($hDLL, 'bool', 'HY_SetVariable', 'str', '段落', 'str', 'Au3 demo' & @CRLF & '这是演示文件!', 'str', '', 'str', '')
DllCall($hDLL, 'bool', 'HY_SetVariable', 'str', 'txt', 'str', '001', 'str', '', 'str', '')
DllCall($hDLL, 'bool', 'HY_SetVariable', 'str', '一维条码', 'str', '123456789', 'str', '', 'str', '')
DllCall($hDLL, 'bool', 'HY_SetVariable', 'str', '二维条码', 'str', 'https://www.autoitx.com', 'str', '', 'str', '')
DllCall($hDLL, 'int', 'HY_Print', 'int', 0, 'str', '-1', 'bool', False, 'bool', False)
DllCall($hDLL, 'ptr', 'HY_Close')
DllClose($hDLL) 繁星 发表于 2020-5-6 21:36
太感动了!!!眼泪汪汪的!!!!
页:
[1]