opos

所属分类:Windows编程
开发工具:Visual C++
文件大小:868KB
下载次数:226
上传日期:2008-08-19 09:33:28
上 传 者abu
说明:  pos机行业的国际标准,此源码为opos控制对象开发源码,可以直接使用。
(pos machine industry to international standards, the source for the development of source OPOS control objects can be used directly.)

文件列表:
CommonCO\OPOSBumpBar.ocx (77824, 2007-12-04)
CommonCO\OPOSCashChanger.ocx (77824, 2007-12-04)
CommonCO\OPOSCashDrawer.ocx (73728, 2007-12-04)
CommonCO\OPOSCAT.ocx (86016, 2007-12-04)
CommonCO\OPOSCheckScanner.ocx (81920, 2007-12-04)
CommonCO\OPOSCoinDispenser.ocx (73728, 2007-12-04)
CommonCO\OPOSFiscalPrinter.ocx (106496, 2007-12-04)
CommonCO\OPOSKeylock.ocx (73728, 2007-12-04)
CommonCO\OPOSLineDisplay.ocx (81920, 2007-12-04)
CommonCO\OPOSMICR.ocx (77824, 2007-12-04)
CommonCO\OPOSMotionSensor.ocx (73728, 2007-12-04)
CommonCO\OPOSMSR.ocx (77824, 2007-12-04)
CommonCO\OPOSPINPad.ocx (77824, 2007-12-04)
CommonCO\OPOSPointCardRW.ocx (90112, 2007-12-04)
CommonCO\OPOSPOSKeyboard.ocx (77824, 2007-12-04)
CommonCO\OPOSPOSPower.ocx (77824, 2007-12-04)
CommonCO\OPOSPOSPrinter.ocx (102400, 2007-12-04)
CommonCO\OPOSRemoteOrderDisplay.ocx (86016, 2007-12-04)
CommonCO\OPOSScale.ocx (77824, 2007-12-04)
CommonCO\OPOSScanner.ocx (73728, 2007-12-04)
CommonCO\OPOSSigCap.ocx (77824, 2007-12-04)
CommonCO\OPOSSmartCardRW.ocx (77824, 2007-12-04)
CommonCO\OPOSToneIndicator.ocx (77824, 2007-12-04)
CommonCO\OPOSTotals.ocx (77824, 2007-12-04)
CommonCO\Opos_Constants.dll (98304, 2007-12-04)
Include\Opos.h (8325, 2005-04-29)
Include\opos.hi (8395, 2005-04-29)
Include\OposAll.bas (83246, 2005-04-29)
Include\OposBb.h (2529, 2005-04-29)
Include\OposBb.hi (2070, 2005-04-29)
Include\OposCash.h (857, 2005-04-29)
Include\OposCash.hi (1522, 2005-04-29)
Include\OposCat.h (4400, 2005-04-29)
Include\OposCat.hi (4171, 2005-04-29)
Include\OposChan.h (2894, 2005-04-29)
Include\OposChan.hi (3305, 2005-04-29)
Include\OposChk.h (5480, 2005-04-29)
Include\OposChk.hi (3461, 2005-04-29)
Include\OposCoin.h (923, 2005-04-29)
Include\OposCoin.hi (1392, 2005-04-29)
... ...

OPOS Common Control Objects 1.9.002 Updated December 4, 2007 Contents of this file: * Features * Update history * Legal * Contact information NOTE: The installation package does not install any system DLLs. It only puts files into the directories that you specify. ==================================================================== Features ==================================================================== * All 24 control objects of OPOS Release 1.9 are supported. Also includes an object that declares all of the OPOS constants. To use these constants... - Visual Basic: Select the menu item Project / References, and check "OPOS 1.9 Constants". - Visual C++: Add the line #import "path\Opos_Constants.dll" no_namespace to a source file, replacing path with the installed location of the file (or putting this location in the Include section under the Directories tab of the Tools / Options menu). * ATL-based, using dual interfaces so that the app can access them via IDispatch or COM interfaces (of the form IOPOSCashDrawer, etc). * Built using Microsoft Visual C++ 6.0, Service Pack 5. * Backward compatible with all releases of service objects. This means that they check for older SOs, and return the proper errors to the app if it accesses unsupported properties or methods. * Event firing logic supports well-behaved service objects that fire events from the thread that created the control, plus other service objects that fire them from other threads. * Self-contained, requiring only standard OS DLLs. Specifically, they do not require MFC or ATL DLLs. * Both MBCS and Unicode versions have been built and given limited testing. At this time, only the MBCS versions are being posted. * Source code for all control objects is available. * For future additions, it is easy to add new control objects or update old ones. A custom generator was developed that reads a data file for each control to be built. To add properties or methods, the procedure is update the data files, regenerate, and build the resulting projects. ==================================================================== Update History ==================================================================== 1.9.002 - December 4, 2007 * Correct handling of CO methods that are not supported by the SO's version. Previously returned OPOS_SUCCESS status, instead of OPOS_E_NOSERVICE. 1.9.001 - December 14, 2005 * Add Debug tracing of event delivery. 1.9.000 - April 29, 2005 * Add OPOS Release 1.9 API support. 1.8.001 - October 26, 2004 * Correct memory leak when getting string property. * Update several header files with constants that were missed in previous releases. * Add new device statistics header file, OposStat.h. * Minor enhancement to Debug tracing of strings. 1.8.000 - March 22, 2004 * Add OPOS Release 1.8 API support. * Add significantly more tracing when Debug. 1.7.002 - December 2, 2003 * Rebuild after applying updates to some ATL files per Microsoft Knowledge Base Articles: ATLBASE.H (190686, 305746), ATLCOM.H (266713), ATLCONV.H (266713). * Changed the legal license language. 1.7.001 - May 29, 2003 * On Debug builds, add tracing of Open and Close to C:\OposCCO_@DeviceName@.log * Update OposPtr.h with constants added in OPOS Release 1.7. 1.7.000 - August 17, 2002 * Add OPOS Release 1.7 API support. 1.6.001 - March 7, 2002 * Mark CCOs as safe for initialization and scripting. * Correct FiscalPrinter method name from PrintRecItemVoidFuel to PrintRecItemFuelVoid. 1.6.000 - July 19, 2001 * Add OPOS Release 1.6 API support. 1.5.103 - July 9, 2001 * Updated EventClose() to only discard user messages. Was causing some CE apps to hang due to bogus WinCE messages. 1.5.102 - June 23, 2001 * Enhance (correct) to properly support multiple SOs per device type. * Includes PINPad built with updated OposPpad.hi (which corrected Track4Data property index). 1.5.101 - January 2, 2001 * OPOS Release 1.5 API support. * Added OPOS Constants DLL (Opos_Constants.dll). 1.5.100 Alpha - September 18, 2000 * Initial pre-Beta version with OPOS Release 1.5 API support. 1.5.3 Beta - December 7, 1999 1.5.2 Beta - August 23, 1999 1.5.1 Beta - July 28, 1999 1.5.0 Beta - June 18, 1999 1.4.994 Beta - March 25, 1999 1.4.993 Beta - March 22, 1999 1.4.992 Beta - March 20, 1999 1.4.991 Limited Beta - February 7, 1999 ==================================================================== Legal ==================================================================== The following lines appear in many of the source code files from which the binary Control Objects are built, in the version resource's "License" item, and in the binary Control Object files (following the marker "~~License~~"): Copyright (c) 1999-2007; RCS, Inc.; An NCR Company; Dayton, Ohio, USA. Developed by Curtiss Monroe. This software is provided "AS IS", without warranty of any kind, express or implied. In no event shall NCR (including its subsidiaries, employees, and contributors) be held liable for any direct, indirect, incidental, special, or consequential damages arising out of the use of or inability to use this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. Redistributions of source code, whether original or altered, must retain this license. 2. Altered versions of this software -- including, but not limited to, ports to new operating systems or environments, bug fix versions, and rebuilt versions -- must be plainly marked as such and must not be misrepresented as being the original source or binary. Such altered versions also must not be misrepresented as RCS or NCR software releases -- including, but not limited to, labeling of the altered versions with the names "OPOS Common Control Objects" or "OPOS CCOs" (or any variation thereof, including, but not limited to, different capitalizations). ==================================================================== Curtiss Monroe RCS, Inc. Work e-mail: curtiss.monroe@daytonrcs.com Personal e-mail: crmonroe@monroecs.com Check the web site http://monroecs.com/oposccos.htm for the latest Common Control Object information.

近期下载者

相关文件


收藏者