|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Andrea Angella (angella.andrea
gmail.com)
Date: Wed Jul 01 2009 - 12:33:23 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok, thanks !!!
I want to add a note.
This package copy the winscard.h file in the /usr/include/PCSC folder.
winscard.h include <pcsclite.h> that is in the same folder.
So if you use #include <PCSC/winscard.h> there is an error because
pcsclite.h is not found.
I think that the best way is to use #include <winscard.h> and then pass the
include directory at g++
g++ main.cpp -I/usr/include/PCSC
Right ?
2009/7/1 <cucinotta
sssup.it>
> If there is a package named libpcsclite-dev, then you need it.
>
> T.
> Sent from my BlackBerry® wireless device
>
> -----Original Message-----
> From: Andrea Angella <angella.andrea
gmail.com>
>
> Date: Wed, 1 Jul 2009 17:47:22
> To: MUSCLE<muscle
lists.musclecard.com>
> Subject: [Muscle] winscard.h: no file or directory
>
>
> _______________________________________________
> Muscle mailing list
> Muscle
lists.musclecard.com
> http://lists.drizzle.com/mailman/listinfo/muscle
>
>
> _______________________________________________
> Muscle mailing list
> Muscle
lists.musclecard.com
> http://lists.drizzle.com/mailman/listinfo/muscle
>
--
Angella Andrea
Microsoft Certified Technology Specialist
http://www.angellaa.it/
_______________________________________________
Muscle mailing list
Muscle
lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]