G
Guest
Hi I'm using eMbedded VC++ to write a C++ wrapper DLL to access smartcard
functions of winscard.dll. (The intention is for my other C# .NET UI program
to call my C++ wrapper DLL. )
The problem is that I am getting linkage errors while building my DLL in
eMVC++. The errors are like this:
xxxxxx.obj: error LNK 2019: unresolved external symbol SCardxxxxxx
referenced in function xxxxxxxx
Please advice?
functions of winscard.dll. (The intention is for my other C# .NET UI program
to call my C++ wrapper DLL. )
The problem is that I am getting linkage errors while building my DLL in
eMVC++. The errors are like this:
xxxxxx.obj: error LNK 2019: unresolved external symbol SCardxxxxxx
referenced in function xxxxxxxx
Please advice?