Re: Newbie: CE4.2 migration to CE 6.0 - what tools to use?
- From: "Michael Salamone" <mikesa#at#entrek#do#com>
- Date: Sat, 6 Jun 2009 07:58:41 +0800
One last thing - you should check out CEAppCompat Tool. Check here: http://channel9.msdn.com/posts/mikehall/Application-Compatibility-Migrating-Windows-CE-50-Application-to-Windows-Embedded-CE-60/
--
Michael Salamone
Entrek Software, Inc.
www.entrek.com
<r_z_aret@xxxxxxxxxxxx> wrote in message news:4hsi255ap8lri9on6cl94qovftv2q6tgpv@xxxxxxxxxx
On Fri, 5 Jun 2009 06:53:01 -0700, HyperActive
<HyperActive@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi,
I have a very simple native C++ DLL (a "plugin" for a 3rd party app) that
I'm building for WinCE4.2 using embedded VC++ 4.0. Now I need to build this
code to run on a WinCE 6.0 x86-based platform. I gather that this is supposed
to be possible with VS2005 (which I have running on my Vista machine) by
creating a "Win32 Smart Device Project". However, when I do this I only get
to select a "Smartphone 2003" or "Pocket PC 2003" platform. Just where do I
get the right platform SDK for x86?
We have a MSDN subscription, is the SDK included in there somewhere? I
couldn't find it. Or do I have to pay extra money for this? Am I completely
barking up the wrong tree here?
I normally develop C# apps for WinXP, so this whole WinCE world seems pretty
convoluted to me. Any help would be appreciated
Yep, "convoluted" is a pretty good description.
I'll add a bit of a counter to previous posts. If you really, really
can't get the correct SDK for your target, then you might succeed
anyway.
I would start by seeing how well the DLL you build with your current
tools work on the new platform. If the DLL uses only functions and
features common to both platforms, you have a good chance of success.
If you're not quite that lucky, you might have a small enough number
of problems that you can work around.
If that doesn't work, you can choose an available SDK for a target
that's as close as possible to the actual target. This will almost
certainly _not_ be the Standard SDK, which is almost always more
bother than nothing (note: I'm about the only person around who is
even this nice to it). If you're very lucky, the result will work. If
you're not quite so lucky, you'll have a small number of problems you
can work around.
If neither of those work, you might yet succeed if you tell us
(collective, not imperial) what more about the actual target. Someone
(probably not me) may know enough about it to provide a better
approach.
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 400
Boston, MA 02116
www.penfact.com
.
- References:
- Newbie: CE4.2 migration to CE 6.0 - what tools to use?
- From: HyperActive
- Re: Newbie: CE4.2 migration to CE 6.0 - what tools to use?
- From: r_z_aret
- Newbie: CE4.2 migration to CE 6.0 - what tools to use?
- Prev by Date: Re: USB Composite driver and multiple interfaces
- Next by Date: Re: USB Composite driver and multiple interfaces
- Previous by thread: Re: Newbie: CE4.2 migration to CE 6.0 - what tools to use?
- Index(es):
Relevant Pages
|
Loading