Re: Converting .lib to .dll
- From: Neil Cowburn <neilc@[nospam]opennetcf.[nospam]com>
- Date: Wed, 18 Jun 2008 16:14:33 +0100
On 2008-06-18 16:08:03 +0100, "Andy Baker" <abaker@xxxxxxxxxxxxxxxxxx> said:
is there a way of
seeing what functions are contained in the sdccf10g.dll file
Copy the DLL off the device onto your development PC. Open a Visual Studio Command Prompt. Change the folder where you copied the DLL and issue the following command:
dumpbin /exports sdccf10g.dll
This will list the functions exported by the DLL. Check that these are the same as the functions listed in the header file. If so, then that's the DLL you need to reference in your P/Invoke prototypes.
If you're *really* stuck, email me directly (remove the '[nospam]' tokens from my alias) and we can help.
--
Neil Cowburn MVP
Principal Partner
OpenNETCF Consulting
.
- Follow-Ups:
- Re: Converting .lib to .dll
- From: Andy Baker
- Re: Converting .lib to .dll
- References:
- Converting .lib to .dll
- From: Andy Baker
- Re: Converting .lib to .dll
- From: Neil Cowburn
- Re: Converting .lib to .dll
- From: Andy Baker
- Re: Converting .lib to .dll
- From: Neil Cowburn
- Re: Converting .lib to .dll
- From: Andy Baker
- Converting .lib to .dll
- Prev by Date: Re: Converting .lib to .dll
- Next by Date: Hpw to put Battery Icon In Nav Bar WM2003SE
- Previous by thread: Re: Converting .lib to .dll
- Next by thread: Re: Converting .lib to .dll
- Index(es):
Relevant Pages
|
Loading