A point of sales system coded in C++ with the Awesomium WebKit API , Makes use of MySQL as a database backend.
=====================
The application located in the Precompiled directory requires:
The Visual Studio 2008 Redistributables - http://www.microsoft.com/en-nz/download/details.aspx?id=29
And MySql - http://www.mysql.com/downloads/installer/5.6.html
Also the Database will need to be setup and configured so the application can access the database, make the password for the database 'root' without quotes, you will find the script required to do create the database tables in the Database Script directory.
Once you have completed these steps and the database is running, go into the compiled directory and run ims.exe to see the POS system in action.