Re: embedded Visual C++: easy or not?
- From: r_z_aret@xxxxxxxxxxxx
- Date: Wed, 26 Jul 2006 17:10:14 -0500
On 26 Jul 2006 05:12:40 -0700, "zangloma"
<Zarko.Stanisavljevic@xxxxxxxxx> wrote:
I've been trying to write apps in VS .NET, but had no luck in
making them work. So I switched to eVC4. Could anyone
tell me is there some sort of GUI Builder available? Also
I would like to know where is a good place to read something
about making apps for devices in eVC4.
Comparing to VS it looks very complicated, but I got solid
The IDEs for eVC 3, eVC 4, and VC 6 look very similar to me. I've
barely tried VS 2005, so I can't comment on how much it might differ
from the others.
The Win 32 API for CE is mostly a subset of the Win 32 API for "big"
Windows. So basic code is the same.
knowledge in C++, and do recognize a lot from some sample
applications I found. I am most curioze about grapfical part of
the application. Well, anything for a start would be great.
If you haven't done much Windows programming, or at least not much
using C/C++, then I recommend starting with that. Once you are at
least a bit comfortable with C/C++ programming for "big" Windows, you
can switch. The major differences will be UNICODE (heavy bias towards
it for CE) and menus (very different functions). You can learn more
about these by using google to look them up in this newsgroup.
Best regards,
Zarko Stanisavljevic
-----------------------------------------
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 478
Boston, MA 02116
www.penfact.com
.
- References:
- embedded Visual C++: easy or not?
- From: zangloma
- embedded Visual C++: easy or not?
- Prev by Date: Re: FindExecutable on Windows CE
- Next by Date: Re: FindExecutable on Windows CE
- Previous by thread: Re: embedded Visual C++: easy or not?
- Next by thread: Re: USB app problem.
- Index(es):
Relevant Pages
|