Subversion Repositories currency_converter

Compare Revisions

Regard whitespace Rev 23 → Rev 24

/trunk/Readme.md
1,7 → 1,7
 
![](https://www.viathinksoft.de/screenshot.php?id=19)
Abstract
## Abstract
ViaThinkSoft Currency Converter is a library developed by [Daniel Marschall](https://www.daniel-marschall.de/) which converts currencies. The latest exchange data is automatically downloaded and cached.
9,11 → 9,11
Usage for online applications, with PHP
[Download framework and example script for PHP]https://github.com/danielmarschall/currency_converter/tree/master/PHP)
[Download framework and example script for PHP](https://github.com/danielmarschall/currency_converter/tree/master/PHP)
[Try it now! Use the online tool](https://www.viathinksoft.com/info/currencyconverter/online_demo/)
For Windows users
## For Windows users
If you are not a developer, you can download the ready-to-use demo EXE file.
21,7 → 21,7
![](https://www.viathinksoft.de/screenshot.php?id=18)
For Windows developers
## For Windows developers
The Currency Converter is implemented as a Windows DLL ([Source code for Delphi](https://github.com/danielmarschall/currency_converter/tree/master/DLL)), which can be used by most other programming languages as well as VBA (Visual Basic for Applications). Therefore, you can use Currency Calculator in Microsoft Office products.
31,19 → 31,15
 
- [VBA (Microsoft Access, Excel etc.)](https://github.com/danielmarschall/currency_converter/tree/master/DLL%20Usage%20Demo/VBA)
- [C++]https://github.com/danielmarschall/currency_converter/tree/master/DLL%20Usage%20Demo/C%2B%2B)
- [C++](https://github.com/danielmarschall/currency_converter/tree/master/DLL%20Usage%20Demo/C%2B%2B)
- [Delphi](https://github.com/danielmarschall/currency_converter/tree/master/DLL%20Usage%20Demo/Delphi)
 
Before using the DLL, please place the API key in your registry:
 
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\ViaThinkSoft\CurrencyConverter]
"APIKey"="....."
 
[Specification of the exported DLL methods](https://htmlpreview.github.io/?https://raw.githubusercontent.com/danielmarschall/currency_converter/master/DLL%20Specification.html)