Re: Converting .lib to .dll
- From: "Andy Baker" <abaker@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 18 Jun 2008 16:48:16 +0100
Thanks for that. I have done that, but unfortunately the functions exported
by that DLL are not the same as the ones in the SDK header file, so I guess
that means that it is not the correct DLL. I have contacted our supplier to
see if they can be of more help - if I get any more information I will get
back to you. Thanks again for your help.
Andy Baker
"Neil Cowburn" <neilc@[nospam]opennetcf.[nospam]com> wrote in message
news:2008061816143350073-neilc@xxxxxxxxxxxxxxxxxxxxxxxxxxx
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: Paul G. Tobey [eMVP]
- 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
- Re: Converting .lib to .dll
- From: Neil Cowburn
- Converting .lib to .dll
- Prev by Date: Hpw to put Battery Icon In Nav Bar WM2003SE
- Next by Date: Re: Converting .lib to .dll
- Previous by thread: Re: Converting .lib to .dll
- Next by thread: Re: Converting .lib to .dll
- Index(es):
Relevant Pages
|