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

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
 
G

Guest

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
 
C

Chen Naikun

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?
 
P

Paul G. Tobey [eMVP]

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.
 
W

www.miguelmadero.com

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top