在argobar lite的应用程序上(光盘上附带的应用程序),已经可以打印条码了。
但是请教一下如何在vb的环境下通过代码来实现此功能?
按照提供的(vb_test)测试程序,可还是无法打印?
我把winpplb.dll注册到本地计算时,出现如下提示:“winpplb.dll was loaded. but the dllregisterserver entry point was not found. dllregisterserver may not be exported,or a corrput version of winpplb.dll may be in memory,consider using pview to detect and remove it.”
之后我打开pview来检测,可还是检测不到啊?
这是什么原因啊?
为什么光盘中提供的vb测试程序不能成功打印啊?难道给定的如下程序调用有错吗?
call a_create_prn(0,"a22")
call a_set_darkness(12)
call a_prn_barcode(.........,"123456789")
call a_prn_text(.......)
call a_prn_text_truetype(.......)
call a_prn_text_truetype(.......)
call a_print_out(1)
call a_closeprn()
这样的程序在vb中运行时,会出错的。这里是不是由于字体的问题呢?可我下载了code 39的字库,那我在调用a_prn_text_truetype()函数时,该输入什么字体呢?还有问一下a_prn_text、a_prn_text_truetype的作用是什么? |
|