Re: how write a software in the basiccard in c++?


[ Follow Ups ] [ BasicCard User Forum ]

Posted by zeitcontrol (145.254.160.69) on May 25, 2004 at 06:11:14:

In Reply to: how write a software in the basiccard in c++? posted by cedric on May 21, 2004 at 07:56:54:

Hello Cedric,

you cannot write a card side program to run within a real BasicCard or within card debugger ZCMDCARD.exe by use of C++. You have to use our BASIC compiler to create this kind of programs.

But you can create a C++ program using our BasicCard or even the emulated BasicCard within ZCMDCARD.exe. Which card reader is used depends on the reader open (ZCCriOpenReader) call. If you did not specify a certain card reader, then the default reader is used. You can specify a default reader on your computer by use of Start, BasicCard Pro, API Select Default Reader. Here you may also select one of the virtual (debugger) card readers. All of examples use the default reader. If the API is installed you can find the examples in c:\basiccardpro\api\examples.

Michael Petig
ZeitControl cardsystems GmbH


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]