https://github.com/fornever/opos-cco
OLE for Retail POS Common Control Objects with some patches.
https://github.com/fornever/opos-cco
Last synced: about 1 year ago
JSON representation
OLE for Retail POS Common Control Objects with some patches.
- Host: GitHub
- URL: https://github.com/fornever/opos-cco
- Owner: ForNeVeR
- Created: 2015-07-16T16:27:52.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-07-16T17:28:40.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T20:43:39.050Z (over 1 year ago)
- Language: C++
- Homepage: http://monroecs.com/opos.htm
- Size: 633 KB
- Stars: 6
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
OLE for Retail POS Common Control Objects
=========================================
OLE for Retail POS [consists of][opos-background]:
- An architecture for Win32-based POS device access.
- A set of POS device interfaces sufficient to support a wide range of POS solutions.
This repository contains a reference implementation published under the terms of Apache 2 license.
It also have some additional **unofficial** patches applied that add support for Visual Studio 2013 and slightly tune default PDB generation settings (PDB helps to source-step while debugging in Visual Studio).
Official unpatched version stays in the [upstream][] branch.
All credits for the original code goes to Curtiss Monroe.
Check the [official web site][opos] for the latest Common Control Object information.
[opos]: http://monroecs.com/oposccos.htm
[opos-background]: http://monroecs.com/oposbackground.htm
[upstream]: tree/upstream