Does any body has a CeMapi C# wrapper or know how make such one?

  • Thread starter Thread starter =?gb2312?B?wMc=?=
  • Start date Start date
?

=?gb2312?B?wMc=?=

I do not want to use Inthehand. Because in wm5 the phone will ask user to
confirm that let phone to run the Inthehand's three related dlls for three
times.
My customer does not want this happened. So I must directly invoke the
functions with cemapi.dll.
But I can not reference this dll in VS2005.
 
Windows Mobile 5.0 Managed API can not read/write/delete sms in sms folders.
..Net CF1.0/2.0 has not implemented all the functions that applied in native
apis. So we must use Com interop or platform invoke to call the functions in
native apis.
 
Your DLLs will face the same problem. Just get the InTheHand DLLs signed
(or create and sign your own).


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Thats only true of the free version, the full version is Mobile 2 Market
signed (and has a lot more of the Messaging functionality anyway).

Peter
 
Thanks, but I do not know how to signed my dll, can you give me some more
detail infomation?
To get some certificated key?
 
You must purchase a certificate froma provider like Verisign and then use
signtools to sign the binary. THere are articles on MSDN and codeproject
that cover this.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top