create a DLL from LIB file
I have a static lbrary (em2800.lib) and a header file (em2800.h) from
an SDK that comes with a USB camera. I now nothing about C, or C++ or
VC or Borland C. Can someone guide me on how to create a DLL that will
export the functions of the LIB, so that I can use them in VB ?
.
Relevant Pages
- Re: Trying to understand SDK generation...
... RELEASETYPE=SDK works for your lib, ... header file in the SDK, which is what you asked about in your OP. ... > After struggling with how to make my features include themselves in the ... (microsoft.public.windowsce.platbuilder) - Re: Post Adding Libs to SDK
... If I have a lib called mylib.lib and a header file called ... The SDK is not created during SYSGEN, it is created when you click someplace ... can I modify some files such that I can add this lib to the newly ... (microsoft.public.windowsce.app.development) - Re: WMRM 10 SDK - Missing lib?
... Any of the interfaces exposed by the SDK. ... Talked to Microsoft about it and they do not provide a lib and header file ... (microsoft.public.windowsmedia.sdk) - Re: [TSP] Creating WinCE TSP service
... maybe you should download the WinCE 4.x SDK? ... TERASENS GmbH ... I wish there was some consistency in the MSDN library. ... header file through my entire computer and have come up with nothing. ... (microsoft.public.win32.programmer.tapi) - Re: EVC3, EVC4 or VStudio 2005?
... VS2005 C++ compiler complains about these lines, ... Looking at the WM5 SDK, in the same header file "vector", this file is ... Therefore, I copied the WM5 version into the PocketPC2003 SDK, and voila, ... (microsoft.public.pocketpc.developer) |
|