Linking with .lib for PocketPC
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
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.
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