G
Guest
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!
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!