Am Donnerstag, 23. März 2006 11:55 schrieb Albert Solana: > I am developing an external smart card driver and I need to show a > graphical message to the user requesting a "Yes/No" answer from him.
take a look at the belpic code, they had to include gui code in the library, too. for main opensc: we don't want gui code in the library per default. as it would make the lib real fat. but we are not sure what to do instead. one option we discussed was some way of the application to give us a callback function. another idea is to fork and spawn some exteran program. a third idea was using the config file to specify some shared object that could have a funtion to implement the gui. so far the code in opensc itself is unused and incomplete, and we are not sure which way to take. Regards, Andreas _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel