Missing function in PCSC winscard.h file on Leopard: SCardIsValidContext()
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=WaQW8dynBuV+xzhHvEHXK2JWTfStpYybyUaU53UHq8I=; b=bpjShrfG7CLgBRtkdbTyxl0p9czUQ7ZoxFu2eZ8mZESkT17FtUb4qPaqEQzMGybFALP34gwEdvmuDHeEHrzJMUs8/t/FXEDGRrM7CKo/b1ku0Od8iuATnn2nZx45/riJBaqRQlA+QgNfTlsCe397s5ykEeJC82qtPapRHXOcDP4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hbuqqHQzcsGeB6HNfT+9kjIn9NdIyX9U4udRLQbwL29PLkggRhNXXBVHQr2hbyuvf60ix89bdtLZIm8U/0azjWFyFGk9zvVeZtrfkssWmWa6JnVq89/bJ7kdBzBbEG5kKatDrVCF8omh2FoXgSOylgDkZX/Hucl92x/nzI/YPIQ= 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Ludovic Rousseau