Compile for CE5.0

  • Thread starter Thread starter Jay
  • Start date Start date
Well, you don't say what compiler you're using... If you are using VS 2005,
you should be able to install the appropriate SDK for your custom CE5.0
device and target that. If you are using Windows Mobile 5 for Pocket PC,
then install the SDK for that from www.microsoft.com/downloads and you
should be able to target that.

Paul T.
 
I am using VS 2005.
I have the .exe compiled.
If I just copy that to my PDA CE 5.05 device, will it work?

Install appropriate SDK on what device? PDA or the desktop where I compile?

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:%[email protected]...
 
If you targeted it at .NET Compact Framework and if a suitable version of
..NET CF is built into or installed on the device and if you didn't P/Invoke
any native calls that are not present, yes, it will work.

SDKs are always installed on the desktop. All development is done there.

Paul T.

Jay said:
I am using VS 2005.
I have the .exe compiled.
If I just copy that to my PDA CE 5.05 device, will it work?

Install appropriate SDK on what device? PDA or the desktop where I
compile?

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:%[email protected]...
Well, you don't say what compiler you're using... If you are using VS
2005, you should be able to install the appropriate SDK for your custom
CE5.0 device and target that. If you are using Windows Mobile 5 for
Pocket PC, then install the SDK for that from www.microsoft.com/downloads
and you should be able to target that.

Paul T.
 
Back
Top