How can I order paylink to do something with code C++?

Support for the Milan Intelligent interface, sold by Money Controls as the Paylink USB unit and for the earlier PCI card version.

Moderators: aardvark, davebush, Admin

Post Reply
Pablo
Posts: 2
Joined: Sun Dec 12, 2021 10:18 pm

How can I order paylink to do something with code C++?

Post by Pablo »

How can I order paylink to do something with code C++ and in where document can I program with code C++
davebush
Posts: 492
Joined: Fri Oct 22, 2004 12:20 pm

Re: How can I order paylink to do something with code C++?

Post by davebush »

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
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Post Reply