Mail Archives: djgpp/2004/08/25/14:31:44
On Sun, 22 Aug 2004 16:36:35 -0500, HDL-MikeFriedrichs wrote:
> List,
>
> I'm embarking on a new project, with some inquiries.
>
> This project communicates with an embedded controller through a UART, using
> RS485.
>
> The method of default is using WIN32API with win2000 or XP. The code size
> created by this method gets quite large. The most straight forward means
> is by using DOS[extended] because of the direct control of I/O ports and
> large file sizes.
>
> DOS, by definition of many newer programmers seems to be the Dinosaur,
> meaning that's the old way. So, why would a person prefer WIN32API
> programming over DOS, which has much more direct control of I/O ports?
>
> Just an inquiring mind!
>
> -----
> MikeF
People who don't use MS-DOS are the "dummies" in my opinion.
I not only use DOS alot around here, I have DOS-Networking
(using 3Com and Netgear FA-311's) and it all works just fine and dandy!
When it comes to deleting LARGE files of directories with numerous large
files, a DOS-shell in windows is THE ONLY WAY to properly remove so much
bulk! Try doing it with Windows file-explorer and what happens in Win9x ?
It just sits there for LONG PERIOD OF TIME, and if you are lucky
eventually returns control back... what a joke!
XP has the same flaws that Win98/SE has... what a pathetic joke.
You could not pay me $1 million to use XP every hour.
I use 4-Dos (which is now soon to be FREE!)
Numerous "Dos-enhancers" TSR's/etc.
I use DJGPP 32-Bit compiler (supports LFN under Win 9x and is FAST!)
I use Borland 5.0 and BCB 3.0 Pro for Windows console and GUI apps.
Occasionally I might even use ms visual c 1.52c (QC 2.5's big brother)
Long live DOS, Win 95 (doesn't require ie),
and Win 98 LITE! (removes ms proprietary components and ie).
Btw: there is interest in PC-BASED controllers and embedded systems
BECAUSE they offer greater flexibility, and dedicate the machine to
a specific task, which means you can sometimes get away with using
older (widely available) PC's which are cheap as can be these days!
If you are fortunate to have the programmer of the PC-BASED controller
you are using on hand, then you have the advantage!
- Raw text -