Help: how to config wince4.2 to use Mobile Client Software Factory

  • Thread starter Thread starter Chen Naikun
  • Start date Start date
C

Chen Naikun

hi,

i want to develop an application by using Mobile Client Software Factory on
a wince4.2 device(symbol mc3000). i got pinvoke "cellcore.dll" error. how
can i do?

TIA
 
cellcore.dll is part of the PocketPC Phone Edition devices only. Any other
device cannot use any functions from that DLL since they don't have it.
There's no way to get it for another device either.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Thanks for your reply!

that's mean i can't use the connectionManager application block and the
disconnectedAgent block in MCSF.

is there any methods to extend such two blocks?
 
Yes, that's true. Connection Manager is a Windows Mobile component, not a
Windows CE component. Only Windows Mobile devices will have it.

Anything's possible, if you have the source...

Paul T.
 
You do have the source.
You would only have to create differente implementations for the connection.

Look at the source code, there's a ModemConnection, NicConnection, etc and a BaseConnection, just follow the inheritance chain and use whatever suite your needs for a specific device/os
 
Back
Top