Evaldo Gardenali wrote:
Hi,

In pcsc-lite-1.2.9-beta7, I see in <PCSC/winscard.h> this:
#include <pcsclite.h>

in <PCSC/pcsclite.h>:
#include <wintypes.h>

in libmusclecard-1.2.9-beta7: in <PCSC/musclecard.h>:
#include <mscdefines.h>

in <PCSC/mscdefines.h>:
#include <winscard.h>

in muscleframework-1.1.5 MCardPlugin: in musclecardApplet.c:
#ifndef __APPLE__
#include <musclecard.h>
#else
#include <PCSC/musclecard.h>
#endif

now, my question...
Are those includes without "PCSC/" on purpose? I can't think of a suitable explanation for myself in my tiny little world.

There is a global include directory called PCSC, part of libmusclecard, e.g. in UNIX system /usr/include/PCSC or /usr/local/include/PCSC (except if defined __APPLE__, maybe for Apple MacOS systems ..., does not matter for this) and this directory is included in the include path for the compiler, e.g. gcc ... -I/usr/include/PCSC (Well, this is done automatically by the configure script with the help of pkg-config). So wehre is the problem with this?

Do you want to make a new MuscleCard Plug-In? Because you checked out muscleframework?

Karsten


Thanks
Evaldo Gardenali


------------------------------------------------------------------------

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to