You've mis-configured your build settings. On the "WCE Configuration" toolbar in EVC++, you should be using "Win32 (WCE x86) Debug" (or Release) -- Ian Darling
You'll need to download Embedded Visual C++ (EVC++) from Microsoft's website (or find the MSDN CD's with it on). You can use the CE version of MFC to write Pocket PC applications from within EVC++ (there's a Pocket PC MFC Appwizard to help get you started too). There are some differences between the CE and Desktop versions of MFC, but nothing too major for most applications. -- Ian Darling
Brian O. wrote: Do you have broadband? Broadband? whats that? ;P at the moment i am living out of town, so no cable or broadband is available. i used to at least have ISDN, but since the modem gave it up, i am sitting with 56k :-O anyway, hopefully that will change soon, otherwise i would have tried it. Only the good die young,
all the evil seem to live for ever.
- Iron Maiden, Only the Good Die Young
Take a look on "http://www.softspb.com/enterprise/devtools/ezsetup.html" and "http://www.pocketpcdn.com". Daniel ;) --------------------------- Never change a running system!
well, the only experience i ever have with phones is buying a phone as it goes out of fashion. if you want a new model of a particular nokia to come out - just get me to buy the old model :( (for example, i bought an 8210, then the 8310 came out :() i really want to get a phone like the 7210 that i can program myself - i will maybe be getting the use of a compaq pocketpc over the next few days, so i am busily finding info on pocketpc programming..... spent yesterday evening playing around with it's IR and my 8210 - hehehe :) only a technojunky would understand :P take care all Paul W
-- A wise fox has many exits from its burrow.
Palm achieves near 100% accuracy by making you learn a variety of shorthand. It's not hard to learn, and amazing how well it does. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
In the Mobile toolkit, there is a control called Device Specific. With this tag, you can set different tags with filters to determine what content to render for specific devices. For instance IsJscript filter is specifc for devices that support Javascript. I don't know what all the filters are, but that would be a good place to start. Jeremy Oldham