Andreas Jellinghaus wrote: > > Andreas Jellinghaus wrote: > > > > - Improve register key management and .inf file to manage all > > > > cards (with options to not manage some cards) - Documentation > > > > > > hmm. a simple gui app could help users to manage that. but no idea > > > what an easy way to write a simple gui is on windows these days. > > > > Dialogs in .rc plus a little C code works really well, is small and > > fast. http://stuge.se/dlg.zip is a minimal example. > > hmm. looks nice. can we create such binaries with the usual mingw > setup (cross-compile from linux)?
Certainly! This example is meant for Windows MinGW, but just add the cross prefix for gcc and windres in Makefile and you're done. With my i686-mingw32 it builds to dlg.exe size 5632. > a simple gui with the cards we support listed, and a checkbox would > be all we need, I guess. and the app would set / remove the registry > keys to map those cards to the opensc mini driver. If the registry manipulation is straightforward then the program will be simple and tiny indeed. > maybe one or two entries with an input field instead of a name, > so people can enter ATRs we don't know yet, and map them to opensc > mini driver too. That's a good idea! //Peter _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
