Pocket PC (SH3 WinCE 3.0) SDK
I downloaded embeded visual C++ from microsoft and made a simple program from a wizard. Uploaded it to my PPC, and when I try and run it my PPC says some of the compents are missing.
I think the environment I have is for CE .Net.
Anyone know of anything to make programs for Win CE 3.0, for the SH3 processor?
I have a Jornada 548.
Re: Pocket PC (SH3 WinCE 3.0) SDK
Re: Pocket PC (SH3 WinCE 3.0) SDK
I don't think we are ignoring you, we probably just don't have an answer yet. I certainly don't, since I haven't used embedded C++.
As long as you are writing in that language, I don't believe .NET has anything to do with it, but I do think that it is more complicated than using the .NET CF.
Why did you choose embedded C++?
Re: Pocket PC (SH3 WinCE 3.0) SDK
I googled how to make programs for pocket pcs, and it said it was for windows CE 4, but I thought that it would also include something for Windows CE 3.
http://www.microsoft.com/downloads/d...displaylang=en
Re: Pocket PC (SH3 WinCE 3.0) SDK
Hi,
you should have a toolbar at the top showing your platform etc. Just choose the target platform from the drop down (PocketPC, PocketPC2002 etc) and the processor (Win32 WCE Arm, Win 32 WCE Mips), and the target (emulator/device) and you should be good to go
Pete
Re: Pocket PC (SH3 WinCE 3.0) SDK
Ok I did that, complied it for my processor (SH3) it says exactly this when I try and run it on PPC "Cannot find ce1 (or one of its components). Make sure the path and filename are correct and all the required libraries are available".
I tried this program: http://vise.www.ecn.purdue.edu/VISE/.../examples.html
I'm assuming that its referring to the .Net framework, which my PPC is so old I don't think microsoft made it for it. In which I know there are ways to make programs for the PPC without the need for the .Net framework. I just don't know how. :\
Re: Pocket PC (SH3 WinCE 3.0) SDK
Hi
eVC doesn't require the .Net compact framework on the PPC (although you can compile for the SH3 and Mips processors with the compact framework).
When you compile your eVC app, does it deploy to the PPC and try to run. When it deploys, it should deploy everything it needs.
What device are you trying to compile for? Does the device appear in the drop down list of devices
Pete
Re: Pocket PC (SH3 WinCE 3.0) SDK
Ok, I got the old version of eVC. Exactly what I need, but one problem when I try and complie with eC++ my comp restarts :\.
eVB works correctly and I can use the programs I compile from eVB on my ppc.
Re: Pocket PC (SH3 WinCE 3.0) SDK
Hi,
so if you try to compile the PC reboots? Is this is compilation, or when trying to deploy to the emulator.
If the latter, then search google groups for 'evc reboot' - there are quite a few answers, including updating drivers.
If it is just when you compile, dunno - sorry
Pete