X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: celeron processor and DOS application compatibility? Date: Fri, 20 Feb 2004 18:57:21 +1100 Organization: HOME Message-ID: References: X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 44 NNTP-Posting-Host: 202.154.115.197 X-Trace: 1077263479 news.syd.swiftdsl.com.au 27651 202.154.115.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >Are there any known issue with DOS application and P4 Celeron processor? DOS does not equant cmd.exe in Windows NT/2K/XP. > >I am having some strange problems with this new machine running XP SP1 >with Celeron 2.4Ghz processor. You are not running DOS. >Everything in window works great, but some DOS applications, command >line ones, fails to start/display information correctly. However they >do seem to get executed correctly. Something's wrong with the >displaying routine. Have a read of the docs that come with the apps and see if they need ansi.sys or use ansi for screen output and if they do then do a google search for Xp and ansi.sys and setup your cmd.exe shortcut properties to sue it. >Reading specs from c:/devtools/djgpp/lib/gcc-lib/djgpp/3.31/specs >and that's it! if I run gcc by itself, I get nothing. You should have gotten the following:- D204 D:\DJ204>gcc cc.exe: no input files Make sure thwDJGPP and GCC version as well as the other exes are 2K/XP compatible. Please goto the following URLs or info on getting the updates http://homepages.nildram.co.uk/~phekda/richdawe/djgpp/2.04/status204.html http://clio.rice.edu/djgpp/win2k/main.htm >the classic PGP 2.6 also fails to display information correctly. (pgp >-kv does not display any user) however pgp -e (to encrypt) seems to >work correctly. Nocomment as this is not DJGPP related from what I can see. >I compiled a hello_work app using djgpp, nothing gets displayed. It is C++ or C? You do not give enough details about the failure or your program. Please give more info so people can help. I have not seen any output to screen problems with the standard hello world app in C++ or C frrom any version of DJGPP under XP if you can produce the executable. Even old DJGPP 2.02 executables output text okay on XP, but that does not mean that they can do any file i/o or other complex work. >I have another machine, a almost identical P4, everything works great.... So what's the difference? >Has anyone seen this before? No. Andrew