End Google Ads 201810 - BS.net 01 --> Hai!

I am developing an dialog based application in embedded Visual C++ for an WIN CE 5.0 operated device, The application deals with Smart card so i have to use the WINSCARD.lib and functions such as SCardEstablishContext (), SCardConnect ()...etc.

i have downloaded Pocket PC 2003 SDk but it doesn't support WINSCARD.lib
when I try to build the solution in emulator (debug/release)i get an error as
error LNK2019: unresolved external symbol _SCardEstablishContext referenced in function "public: void __thiscall CVizzyDlg::OnDropdownCombo1(void)" (?OnDropdownCombo1@CVizzyDlg@@QAEXXZ)

if i try to build solution in ARM (debug/release) i get error as
errorLNK2111: Module Machine type 'THUMB' conflicts with target machine type 'ARM

So what is the correct SDK i have use that supports Winscard.lib or do i need to make some other change?

Thanks!