<div>Hello,</div>
<div>on Linux Ubuntu 9 I have installed pcscd, pcsc-tools (libccid) and the <a href="http://www.todos.se/index.php/download/drivers">debian drivers for Todos Argos Mini II</a> </div>
<div>Then muscletools, libmcardplugin, libmusclecard1.</div>
<div> </div>
<div>I'd like to compile a simple c++ program that use winscard.h</div>
<div> </div>
<div>> g++ main.cpp -lpcsclite</div>
<div> </div>
<div><strong>main.cpp:5:27:error: winscard.h: No file or directory</strong></div>
<div><strong>main.cpp:10:error 'SCARDHANDLE' does not name a type</strong></div>
<div><strong>....</strong></div>
<div> </div>
<div>I make a search in the system but the winscard header file is not present.</div>
<div> </div>
<div>How can complete correctly the installation of pcsclite ?</div>