Smartcard in WinCE 4.2

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Wrong group - try the microsoft.public.windowsce.embedded.vc or
microsoft.public.windowsce.platbuilder groups.
 
Back
Top