Missing function in PCSC winscard.h file on Leopard: SCardIsValidContext()
Missing function in PCSC winscard.h file on Leopard: SCardIsValidContext()
- Subject: Missing function in PCSC winscard.h file on Leopard: SCardIsValidContext()
- From: "Ludovic Rousseau" <email@hidden>
- Date: Mon, 3 Dec 2007 14:01:04 +0100
Hello,
I posted my question [1] on the CDSA mailing list one week ago but got
no answer. I also opened a bug on radar (Problem ID: 5612527) but got
no feedback.
Maybe darwin-dev is THE place to talk about bugs in Darwin? Is that right?
The PCSC framework library provides the (new) SCardIsValidContext()
function but this function is not declared in the PCSC framework
header file /System/Library/Frameworks/PCSC.framework/Versions/A/Headers/winscard.h.
The problem is that I have a ./configure script that test for the
presence of SCardIsValidContext() and then use it if present. But the
compilation fails since the function is not declared in any .h file.
It is a C++ file.
What do I have to do so that the problem is solved in 10.5.2 (ideally)
by adding the prototype of SCardIsValidContext() in winscard.h
Thanks
[1] http://lists.apple.com/archives/apple-cdsa/2007/Nov/msg00073.html
--
Dr. Ludovic Rousseau
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden