Command-Library-V404

所属分类:打印编程
开发工具:Delphi
文件大小:9308KB
下载次数:10
上传日期:2012-04-05 09:58:59
上 传 者dongkunfei
说明:  立象打印机代码与动态库 有delphi源码 动态库
(delphi program)

文件列表:
Command Library V404\ET3\SPCFONT.15 (12240, 2011-03-14)
Command Library V404\ET3\SPCFONT.24 (29376, 2011-03-14)
Command Library V404\ET3\SPCFSUPP.15 (12240, 2011-03-14)
Command Library V404\ET3\SPCFSUPP.24 (29376, 2011-03-14)
Command Library V404\ET3\STDFONT.24 (942768, 2011-03-14)
Command Library V404\ET3\STDFONT1.15 (32490, 2011-03-14)
Command Library V404\ET3\STDFONTS.15 (360330, 2011-03-14)
Command Library V404\PPLA\Doc\AW-Error.txt (9692, 2011-03-10)
Command Library V404\PPLA\Doc\AWIN-API.txt (100071, 2011-08-11)
Command Library V404\PPLA\Doc\AWIN-CAPI.txt (93659, 2012-01-31)
Command Library V404\PPLA\Example\Delphi_2009\Delphi_2009.dpr (233, 2011-04-13)
Command Library V404\PPLA\Example\Delphi_2009\Delphi_2009.dproj (4290, 2011-04-13)
Command Library V404\PPLA\Example\Delphi_2009\Delphi_2009.res (5280, 2011-04-13)
Command Library V404\PPLA\Example\Delphi_2009\Release\bb.bmp (1062, 2009-10-08)
Command Library V404\PPLA\Example\Delphi_2009\Release\Delphi_2009.exe (573440, 2011-08-11)
Command Library V404\PPLA\Example\Delphi_2009\Release\PPLA_Example.Prn (5118, 2011-08-11)
Command Library V404\PPLA\Example\Delphi_2009\Unit1.dfm (541, 2011-04-13)
Command Library V404\PPLA\Example\Delphi_2009\Unit1.pas (12684, 2011-08-11)
Command Library V404\PPLA\Example\Delphi_6\Delphi_6.dpr (188, 2011-04-07)
Command Library V404\PPLA\Example\Delphi_6\Delphi_6.res (876, 2011-04-07)
Command Library V404\PPLA\Example\Delphi_6\Release\bb.bmp (1062, 2009-10-08)
Command Library V404\PPLA\Example\Delphi_6\Release\Delphi_6.exe (386048, 2011-08-11)
Command Library V404\PPLA\Example\Delphi_6\Release\PPLA_Example.Prn (5118, 2011-08-11)
Command Library V404\PPLA\Example\Delphi_6\Unit1.dfm (540, 2011-04-07)
Command Library V404\PPLA\Example\Delphi_6\Unit1.pas (12684, 2011-08-11)
Command Library V404\PPLA\Example\VB.NET_2005\bin\x86\Release\bb.bmp (1062, 2009-10-08)
Command Library V404\PPLA\Example\VB.NET_2005\bin\x86\Release\PPLA_Example.Prn (5118, 2011-08-11)
Command Library V404\PPLA\Example\VB.NET_2005\bin\x86\Release\VB.NET_2005.exe (36864, 2011-08-11)
Command Library V404\PPLA\Example\VB.NET_2005\Form1.Designer.vb (1854, 2011-03-21)
Command Library V404\PPLA\Example\VB.NET_2005\Form1.resx (5814, 2011-03-21)
Command Library V404\PPLA\Example\VB.NET_2005\Form1.vb (15869, 2011-08-11)
Command Library V404\PPLA\Example\VB.NET_2005\My Project\Application.Designer.vb (1514, 2011-03-21)
Command Library V404\PPLA\Example\VB.NET_2005\My Project\Application.myapp (510, 2011-03-21)
Command Library V404\PPLA\Example\VB.NET_2005\My Project\AssemblyInfo.vb (1093, 2011-03-21)
Command Library V404\PPLA\Example\VB.NET_2005\My Project\Resources.Designer.vb (2799, 2011-03-21)
Command Library V404\PPLA\Example\VB.NET_2005\My Project\Resources.resx (5612, 2006-12-02)
Command Library V404\PPLA\Example\VB.NET_2005\My Project\Settings.Designer.vb (3042, 2011-03-21)
Command Library V404\PPLA\Example\VB.NET_2005\My Project\Settings.settings (279, 2006-12-02)
Command Library V404\PPLA\Example\VB.NET_2005\VB.NET_2005.sln (862, 2011-03-21)
Command Library V404\PPLA\Example\VB.NET_2005\VB.NET_2005.vbproj (5330, 2011-03-21)
... ...

***************************************** * Printer Programming Library * * Version 4.04 * * Data: 2011/08/11 * ***************************************** Thank you for purchasing our product. You have just opened the README.TXT file. It contains the information about application function interface and the driving library. Programming Guide: ================================== The printer driving libraries are located in different sub-directory for different printer control language, so you must check the printer language before your library link. The PPLA sub-directory is for PPLA printer language and PPLB sub-directory is for PPLB printer language and PPLZ sub-directory is for PPLZ printer language.. Where do you locate DLL? If you get an error message like "unable to load dll HRESULT 0x8007007E", the message means "link DLL error", the possible cause is that, DLL is not located correctly. Our command library is 32-Bits DLL, not ***-Bits DLL, so please refer to the following descriptions: 1.To put DLL together with application execution file. (This is the best way) 2.In the Windows 32-Bits OS, to locate DLL in the folder .\Windows\System32. 3.In the Windows ***-Bits OS, to locate DLL in the folder .\Windows\Syswow***. In addition, does the error message, "Error :HRESULT: 0x8007000B", show up when you use DLL in .net framework environment? If you get an error message as above, it means that DLL cannot be used in the current OS. Because the command library is 32-Bits DLL and you use .net framework to create application in the Windows ***-Bits OS, you will get this error message. More details may be found via some Q&A on Internet and kindly refer to the section, ".\Example\VC#_2005" project. Directory Contents Description: ================================== For PPLA, PPLA\Doc => The documentation for the syntax of function call PPLA\Example\VC_6 => Example for Visual C++ 6.0 PPLA\Example\VC_2005 => Example for Visual C++ 2005 PPLA\Example\VC#_2005 => Example for Visual C# 2005 PPLA\Example\VB_6 => Example for Visual Basic 6.0 PPLA\Example\VB.NET_2005 => Example for Visual Basic.net 2005 PPLA\Example\VBA_Excel_2003=> Example for VBA Excel 2003 PPLA\Example\VFoxPro_6 => Example for Visual FoxPro 6.0 PPLA\Example\Delphi_6 => Example for Delphi 6.0 PPLA\Example\Delphi_2009 => Example for Delphi 2009 PPLA\Library => DLL file. For PPLB, PPLB\Doc => The documentation for the syntax of function call PPLB\Example\VC_6 => Example for Visual C++ 6.0 PPLB\Example\VC_2005 => Example for Visual C++ 2005 PPLB\Example\VC#_2005 => Example for Visual C# 2005 PPLB\Example\VB_6 => Example for Visual Basic 6.0 PPLA\Example\VB.NET_2005 => Example for Visual Basic.net 2005 PPLA\Example\VBA_Excel_2003=> Example for VBA Excel 2003 PPLB\Example\VFoxPro_6 => Example for Visual FoxPro 6.0 PPLB\Example\Delphi_6 => Example for Delphi 6.0 PPLB\Example\Delphi_2009 => Example for Delphi 2009 PPLB\Library => DLL file. For PPLZ, PPLZ\Doc => The documentation for the syntax of function call PPLZ\Example\VC_6 => Example for Visual C++ 6.0 PPLZ\Example\VC2005 => Example for Visual C++ 2005 PPLZ\Example\VC#_2005 => Example for Visual C# 2005 PPLZ\Example\VB_6 => Example for Visual Basic 6.0 PPLA\Example\VB.NET_2005 => Example for Visual Basic.net 2005 PPLA\Example\VBA_Excel_2003=> Example for VBA Excel 2003 PPLZ\Example\VFoxPro_6 => Example for Visual FoxPro 6.0 PPLZ\Example\Delphi_6 => Example for Delphi 6.0 PPLZ\Example\Delphi_2009 => Example for Delphi 2009 PPLZ\Library => DLL file. Release Notice: ================================== PPLA: 1. In this version Ver1.1AW We add a barcode tpye for *** postal matrix 2 5 code in the barcode drawing function. 2. In this version Ver1.2AW We add Chinese dot font (16*15 and 24*24) function. 3. In this version Ver1.2.1AW We modify True Type Font left "|" pattern in any direction. 4. In this version Ver1.2.2AW We add functions for ARGOBAR. 5. In this version Ver1.2.3AW We modify Print_Out() to work under Win2000 and NT4.0. 6. In this version Ver2.0.0AW We modified all function to add the "A_" befor function name. And to reserve old function name. 7. In this version Ver2.0.0AW We add A_Prn_Text_TrueType_W() function to control height and width for True type font. 8. In this version Ver2.0.0AW We add A_Get_DLL_Version() function to Get or show this verison for library. 9. In this version Ver2.0.0AW We add A_Set_Prncomport() function to set serial port for printer. 10. In this version Ver2.0.0AW We add A_Set_Prncomport_PC() function to set serial port for PC. If you used Xon and Xoff, you must get verison X3A2.10 for firmware. 11. In this version Ver2.0.2AW We add A_Bar2d_Maxi_Ori(), A_Bar2d_PDF417_Ori() functions to set orientation. And A_Bar2d_PDF417_Ori() add to change end character. 12. In this version Ver2.1.0AW We modify time out and serial port flow control for the print operation. 13. In this version Ver2.2.0AW We modify operation for A_Print_Out(). User can print out many times between create and close printer of assece operation. 14. In this version Ver2.2.2AW We modify end code for graph to "0D". 15. In this version Ver2.5.0AW We add a new output model "winport.dll". It supports LPT1, LPT2, LPT3, COM1, COM2, COM3 and File. 16. In this version Ver2.6AW We modify output model. It don't twinkle. 17. In this version Ver2.7AW We modify memory manager. It cann't crash when memory isn't enought. 18. In this version Ver3.0AW We modify the that if Graphic is too big,it maybe error. Add set Gap function. 19. In this version Ver3.03AW Add the function to show process when sending to printer. Add the 2D Barcode-DataMatrix Modify the phony font can't work when it Bold + underline + rotation 180 Add the function A_Set_Logic to set image printing mode. Add the fucntion A_Set_LabelVer to Set R-400 width. Add A_Set_SlashZero to change slash zero 0 to O. 20. In this version Ver3.04AW Support Window Server 2003 We modify memory manager. It cann't crash when memory isn't enought. Expand the 2D barcode data length. Enable the USB port Add the Change End character function on A_Bar2d_Maxi, A_Bar2d_Maxi_Ori(), A_DataMatrix 21. In this version Ver3.05AW Add A_CreatePort() to open com4 or more Solve the porblem--USB port can't work in Win*** Solve the problem--PDF 417 & DataMatrix can't print multi-line 22. In this version Ver3.05AW Add the USB PID and VID support for Argox X-1000v, X-2000v ,F-1, OS-214plus and R-400plus Add A_Clear_MemoryEx() to select the clear data for RAM or Flash or deleting by printer default setting area 23. In this version Ver3.06AW Support Windows Vista x86 Add the USB support under Vista 24. In this version Ver4.00AW Add A_Set_Mirror() to control reverse printing Add A_Bar2d_RSS() to print RSS code Add A_Bar2d_QR_M() and A_Bar2d_QR_A() to print QR code 25. In this version Ver4.01AW Modify the setting of baud rate in A_Set_Prncomport() 26. In this version Ver4.02AW Use VC2005 build version Support Net port Add A_Prn_Text_TrueType_Uni() and A_Prn_Text_TrueType_UniB() to convert unicode string to True type font Delete the dependance on Windows's Driver for Dr.200 or Dr.300 in related functions 27. In this version Ver4.03AW 1.The write data is more stable during the shell mode printer. 2.Modify A_Get_DLL_Version() cannot return version string. 3.Add A_GetUSBDeviceInfo() to get usb device name and path. 4.Add new type nPortType=6 in the A_CreatePort(). PPLB: 1. In this version Ver1.1BW We modify True Type Font left "|" pattern. 2. In this version Ver1.2BW We add Chinese dot font (16*15 and 24*24) function. 3. In this version Ver1.2.1BW We modify True Type Font left "|" pattern in any direction. 4. In this version Ver1.2.2BW We modify Print_Out() to work under Win2000 and NT4.0. 5. In this version Ver1.2.3BW We add the Prn_Text_TrueType_W() function to input width of font. 6. In this version Ver1.2.3BW We add the Get_DLL_Version_PPLB() function to show DLL verison. 7. In this version Ver2.0.0BW We modified all function to add the "B_" befor function name. And to reserve old function name. 8. In this version Ver2.0.0BW We add B_Prn_Text_TrueType_W() function to control height and width for True type font. 9. In this version Ver2.0.0BW We add B_Get_DLL_Version() function to Get or show this verison for library. 10. In this version Ver2.0.0BW We add B_Set_Prncomport_PC() function to set serial port for PC. If you used Xon and Xoff, you must get verison X3A2.10 for firmware. 11. In this version Ver2.1.0BW We modify time out and serial port flow control for the print operation. 12. In this version Ver2.2.0BW We modify operation for B_Print_Out(). User can print out many times between create and close printer of assece operation. 13. In this version Ver2.2.1BW We modify bug for printing failed for B_Print_Out() and B_Print_MCopy(). 14. In this version Ver2.2.3BW We modify end code for graph to "0A". 15. In this version Ver2.5.0BW We add a new output model "winport.dll". It supports LPT1, LPT2, LPT3, COM1, COM2, COM3 and File. 16. In this version Ver2.6BW We Modify output model. It don't twinkle. 17. In this version Ver2.7BW We modify memory manager. It cann't crash when memory isn't enought. 18. In this version Ver3.0BW We modify the that if Graphic is too big,it maybe error. Add Backfeed function. 19. In this version Ver3.03BW We add the function to show process when sending to printer. Modify the phony font can't work when it Bold + underline + rotation 180 20. In this version Ver3.04BW Support Window Server 2003 Modify the cutter can't cut in multi paper when in DT Mode We modify memory manager. It cann't crash when memory isn't enought. Expand the 2D barcode data length. Enable the USB port Modify the bug -- If counter is in used, other object can't print. 21. In this version Ver3.05BW Add the function to receive the printer error code from comport. Add B_TFeedMode() function to set printer into T-Feed mode. Add B_TFeedTest() function to do paper/ribbon test in T-Feed mode. Add B_CreatePort() to open com4 or more Solve the porblem--USB port can't work in Win***. Add B_Execute_Form to execute a form stored in printer. 22. In this version Ver3.05BW Add the USB PID and VID support for Argox X-1000v, X-2000v, F-1, OS-214plus and R-400plus Add B_Select_Symbol2() to match the new symbol set in printer. 23. In this version Ver3.06BW Support Windows Vista x86 Add the USB support under Vista 24. In this version Ver4.00BW Add RSS code in B_Prn_Barcode() Modify the error in printing counter and fixed data in one label Add B_Bar2d_QR() to print QR code 25. In this version Ver4.01BW Modify the setting of baud rate in B_Set_Prncomport() 26. In this version Ver4.02BW Use VC2005 build version Support Net port Add B_Prn_Text_TrueType_Uni() and B_Prn_Text_TrueType_UniB() to convert unicode string to True type font Delete the dependance on Windows's Driver for Dr.200 or Dr.300 in related functions 27. In this version Ver4.03BW 1.The write data is more stable during the shell mode printer. 2.Modify B_Get_DLL_Version() cannot return version string. 3.Add A_GetUSBDeviceInfo() to get usb device name and path. 4.Add new type nPortType=6 in the B_CreatePort(). 5.Modify sequences of the graphic commands. PPLZ 1. In this version Ver3.03ZW We add the function to show process when sending to printer. Add the function to set distance of backfeed. Modify the phony font can't work when it Bold + underline + rotation 180 Add modify the print error when print in huge data in Win*** Add Z_Bar2d_QRCode to print QR Code Add Z_Set_PrintWidth to set print width 2. In this version Ver3.04ZW We Modify the print graph incomplete. Support Window Server 2003 Add Z_Print_OutQuality to set sheet for cutter We modify memory manager. It cann't crash when memory isn't enought. Expand the 2D barcode data length. Enable the USB port 3. In this version Ver3.05ZW Add Z_CreatePort() to open com4 or more Solve the porblem--USB port can't work in Win*** Add the USB PID and VID support for Argox X-2000v and R-400plus 4. In this version Ver3.05ZW Add the USB PID and VID support for Argox X-1000v, F-1 and OS-214plus Add B_Select_Symbol2() to match the new symbol set in printer. 5. In this version Ver3.06ZW Support Windows Vista x86 Add the USB support under Vista 6. In this version Ver4.00ZW Add Z_Set_Mirror() to control reverse printing Add Z_Bar2d_RSS() to print RSS code 7. In this version Ver4.02ZW Use VC2005 build version Support Net port Add B_Prn_Text_TrueType_Uni() and B_Prn_Text_TrueType_UniB() to convert unicode string to True type font Delete the dependance on Windows's Driver for Dr.200 or Dr.300 in related functions 8. In this version Ver4.03ZW 1.The write data is more stable during the shell mode printer. 2.Modify Z_Get_DLL_Version() cannot return version string. 3.Add Z_GetUSBDeviceInfo() to get usb device name and path. 4.Add new type nPortType=6 in the Z_CreatePort(). 5.Modify sequences of the graphic commands. 6.Modify the PPLZ cannot run in the vista. TRADEMARKS ========== All trademark or brand names mentioned are properties of their respective companies. ============END==========

近期下载者

相关文件


收藏者