Re: Win32? MFC? .NET? What to use for embedded dev?
- From: "Sean Liming \(eMVP\)" <sean_liming@xxxxxxxxxxxx>
- Date: Mon, 5 Mar 2007 16:22:04 -0800
Applications are really accross the board. Mostly the are written in the
language of personal preference: C++, .NET, MFC, ... and oh yeah Java. You
can choose what ever you want.
Regards,
Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
"LintMan" <LintMan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:345BF22D-E95F-4933-94F4-4BDDE674EB04@xxxxxxxxxxxxxxxx
1. That's what I had thought (that paring down features might possibly
help).
I guess I was wondering if people found this to be the case in general or
even if there was some anecdotal stuff like "disabling the windows shell
gave
us a 5% performance increase".
2. So people do use MFC and .NET for their embedded apps? Is using Win32
a
bad idea? Also, I forgot to mention the app needs to be C++. Can you
recommend some good current Windows C++ programming books (for Win32, MFC
and/or .NET)
Thanks!
"Sean Liming (eMVP)" wrote:
1. Performance is relative. XPe is XP Pro broken down into 11,000+
components. You pick and choose what you want in the image. The fewer
services and features the performance might be faster. Once again it
depends
on what you are doing.
2. It didn't take me long to get familair with .NET programming. Start
with
a console app and try an MFC applicaitons. There are lots of getting
started
books on C# and VB.NET. MS Press books have som pretty good C# books out
there: Inside C# v2, Visual C# .NET Step-By-Step, Progrmming Visual C#
.NET,
C# Programers Cook book to name a few.
Regards,
Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
"LintMan" <LintMan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:17A46DB1-C007-4438-88F4-81D9D29BFB5F@xxxxxxxxxxxxxxxx
Howdy,
I need to develop an embedded Windows application. I'm an experienced
C
and
C++ programmer with predominately an embedded and unix background, but
in
terms of modern Windows software development, I've got a lot to learn,
so
I'm looking for some tips on how/where to get started. I'll be using
C++
with Visual Studio 2005. The app will require several different
threads
collecting/analyzing data and performing I/O. It doesn't require a
gui; a
console/text output window is fine.
Some questions:
- Is there any performance benefit to using XPembedded versus regular
XP?
(Sorry, I asked a variant of this before but that part wasn't really
answered).
- What is the best starting point might be for me in terms of
technologies
(Win32, MFC, .NET)? My first guess is to start with a Win32 Console
Project.
But I just saw some stuff about MS "deprecating" Win32 in favor of
.NET
framework. Do I want/need to use something like MFC or .NET for what
I'm
doing? Any benefits? What do developers typically use?
Beyond that what are some good books/online resources to learn that
stuff
and to serve as a reference? (Ie: If .NET is the way to go, what are
some
good books to learn it from?)
Thanks!
.
- References:
- Re: Win32? MFC? .NET? What to use for embedded dev?
- From: Sean Liming \(eMVP\)
- Re: Win32? MFC? .NET? What to use for embedded dev?
- From: LintMan
- Re: Win32? MFC? .NET? What to use for embedded dev?
- Prev by Date: Re: Win32? MFC? .NET? What to use for embedded dev?
- Next by Date: Re: file backup component
- Previous by thread: Re: Win32? MFC? .NET? What to use for embedded dev?
- Next by thread: Re: Win32? MFC? .NET? What to use for embedded dev?
- Index(es):
Relevant Pages
|