X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: NT 4.0, DJGPP, Source Code Date: 13 Apr 2004 14:50:39 GMT Organization: Aachen University of Technology (RWTH) Lines: 25 Message-ID: References: <407be5b7 AT news DOT greennet DOT net> NNTP-Posting-Host: accip02.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1081867839 16703 137.226.33.41 (13 Apr 2004 14:50:39 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 13 Apr 2004 14:50:39 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hemen Eghvay wrote: > Hi, > I'd like to know, if I can use DJGPP in the NT environment. You can, but it'll be tricky. NT 4 supports DOS programs even less well than Win2000 and XP do. The most striking shortcoming is that DOS programs don't get to see long filenames. > Then, I know DJGPP is for MS-DOS, but what do you recommend to write > code in for Win32 applications? Cygwin or MinGW32, depending on the kind of program you're trying to write. Note that Cygwin can cross-compile to MinGW32 by the '-mno-cygwin' switch, so you only really need one toolchain. > And, can someone kindly tell me what is the source code in > 'gcc' to communicate with serial com- an external modem-? There is none, because "gcc" has nothing to do with that. That's handled either by the OS (on Win32), the BIOS (simple cases on DOS), or by specialized seriall communications libraries. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.