G
Guest
My task is to move an instrument controller module (called an ICE implemented
on a ICE.dll) down into a Pcb that supports Netcf. At present at the Desktop
level it uses Remoting to communicate with another application.
After reading various articles, the Msdn and this newsgroup I believe that
Sockets would be a good choice for us since Remoting is not supported on the
Netcf.
We manufacture analytical instruments for chemists (ICP's, Atomic Absorption
spectrometers, etc). Each will include a WinCe with an ICE to control it.
There can be 1 to N ICE's on each Pcb (though it will usually be 1). All
ICE's are controlled by a central component called the MIM (implemented as
MIM.dll).
The ICE's will only communicate with the MIM not with other ICE's.
On team would like the ICE's and the MIM to run on either Netcf or Net.
Since the projects and Reference's are different for Netcf and Net it would
appear to mean that we will have to have two source code tracks.
The question is it possible for Exe's and Dll's meant for WinCe Netcf to run
on the desktop as well as on the WinCe pcb?
If not is there another away to avoid maintaining two separate but
synchronized code bases?
Thanks.
--John Olbert
(e-mail address removed)
on a ICE.dll) down into a Pcb that supports Netcf. At present at the Desktop
level it uses Remoting to communicate with another application.
After reading various articles, the Msdn and this newsgroup I believe that
Sockets would be a good choice for us since Remoting is not supported on the
Netcf.
We manufacture analytical instruments for chemists (ICP's, Atomic Absorption
spectrometers, etc). Each will include a WinCe with an ICE to control it.
There can be 1 to N ICE's on each Pcb (though it will usually be 1). All
ICE's are controlled by a central component called the MIM (implemented as
MIM.dll).
The ICE's will only communicate with the MIM not with other ICE's.
On team would like the ICE's and the MIM to run on either Netcf or Net.
Since the projects and Reference's are different for Netcf and Net it would
appear to mean that we will have to have two source code tracks.
The question is it possible for Exe's and Dll's meant for WinCe Netcf to run
on the desktop as well as on the WinCe pcb?
If not is there another away to avoid maintaining two separate but
synchronized code bases?
Thanks.
--John Olbert
(e-mail address removed)