Re: Problems with C/C++ reader detection after application start


[ Follow Ups ] [ BasicCard User Forum ]

Posted by christian (134.147.124.42) on January 08, 2008 at 10:14:34:

In Reply to: Problems with C/C++ reader detection after application start posted by bobr on January 07, 2008 at 11:00:55:

If you use the C/C++ API and load the DLLs during the runtime of your program via LoadLibrary and GetProcAddress, unloading and then reloading them should do the trick. Unfortunately this is the only work around that occurs to me. (libbasiccard also determines the number of readers only once at startup.)


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]