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. Mobile Development
  3. Mobile
  4. Linking with .lib for PocketPC

Linking with .lib for PocketPC

Scheduled Pinned Locked Moved Mobile
csharpquestion
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.
  • T Offline
    T Offline
    Themis
    wrote on last edited by
    #1

    I want to use some third party code for PocketPC. However they distribute the code in .lib and I need to implement it in C# .NET. Is there any way I can link to these files or I can only link to .dll libraries? Thank you, Themis.

    M 1 Reply Last reply
    0
    • T Themis

      I want to use some third party code for PocketPC. However they distribute the code in .lib and I need to implement it in C# .NET. Is there any way I can link to these files or I can only link to .dll libraries? Thank you, Themis.

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      I'm surprised that they've shipped a static library. It should be fairly straightfoward to build a DLL that exports routines that wrap the static library. In fact it might just be possible to write a .DEF file containing the routines to export and run the .lib and .def through the linker. It's pretty nasty though, so I'd normally go with the first route. Stability. What an interesting concept. -- Chris Maunder

      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