> I tried to compile musclecard.dll on Win32 from the pcsc-lite 1.1.1 source and
> encountered the following missing symbols:
> 
> tokenfactory.obj : error LNK2001: unresolved external symbol _DYN_LoadLibrary
> tokenfactory.obj : error LNK2001: unresolved external symbol _DYN_CloseLibrary
> tokenfactory.obj : error LNK2001: unresolved external symbol _DYN_GetAddress
> 
> Any help?


I am not sure, cause I have never compiled muscle on windows, but for me
it looks like _DYN_LoadLibrary, _DYN_CloseLibrary, _DYN_GetAddress were
#defines for the windows calls LoadLibrary(), FreeLibrary() and
GetProcAddress(). Mybe you havent got the library that keeps these
symbols in your library path?


Cheers,
                Arno

_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle

Reply via email to