How can I order paylink to do something with code C++?
Moderators: aardvark, davebush, Admin
How can I order paylink to do something with code C++?
How can I order paylink to do something with code C++ and in where document can I program with code C++
Re: How can I order paylink to do something with code C++?
You should download and install the latest distribution from http://aardvark.eu.com/downloads/softwa ... -12-12.msi
There ate two manuals you should read, Paylink\Documents\MilanPaylinkSystemManual.pdf and Paylink\Documents\MilanPaylinkProgrammersManual.pdf - the first describes how Paylink works, the 2nd gives details on all the Paylink API calls (using C++ syntax).
You will find a number of C++ examples in the folder Paylink\SDK\Examples, e.g. Paylink\SDK\Examples\CoinRead which are very short and so you can see the Paylink calls in operation.
Although the mainline Demo program at "Paylink\SDK\Examples\Delphi Demo" is written in Pascal, it does very little processing between the screen and the API, so it is quite easy to read even if you've never come across Pascal before.
Regards
Dave
There ate two manuals you should read, Paylink\Documents\MilanPaylinkSystemManual.pdf and Paylink\Documents\MilanPaylinkProgrammersManual.pdf - the first describes how Paylink works, the 2nd gives details on all the Paylink API calls (using C++ syntax).
You will find a number of C++ examples in the folder Paylink\SDK\Examples, e.g. Paylink\SDK\Examples\CoinRead which are very short and so you can see the Paylink calls in operation.
Although the mainline Demo program at "Paylink\SDK\Examples\Delphi Demo" is written in Pascal, it does very little processing between the screen and the API, so it is quite easy to read even if you've never come across Pascal before.
Regards
Dave
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.