Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Which SDK should I download?

Which SDK should I download?

Scheduled Pinned Locked Moved C / C++ / MFC
c++questionhardwaredebugginghelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kapardhi
    wrote on last edited by
    #1

    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!

    Z 1 Reply Last reply
    0
    • K kapardhi

      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!

      Z Offline
      Z Offline
      zhanzongru
      wrote on last edited by
      #2

      Perhaps you are using the incorrect version of the winscard.lib. There exist several versions under this name. Try to change the librarty search directory order to ensure you are use the correct one. Hope helps.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups