On 2/3/08, Ludovic Rousseau <[EMAIL PROTECTED]> wrote:
> > When I think about it now, a system_xyz.c file (much like pcsc-lite)
> > with direct wrappers for win32 api would be a better choice than
> > 'require libtool on windows'.
>
> That would be a reimplementation of libltdl, wouldn't be?
>
> I do not use Windows. What is the problem with using libltdl on Windows?

In Windows there is no dependency to resolve, so there is no advantage
to use ltld code.
You can simple dlopen->LoadLibrary, dlsym->GetProcAddress and remove
runtime dependency.

Alon.
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to