From: "Adam Herzfeld" Newsgroups: comp.os.msdos.djgpp Subject: win2k Date: Wed, 17 May 2000 23:16:40 +0200 Organization: Usenet provided by sunrise communications ag Lines: 22 Message-ID: <8fv284$9o4$1@news1.sunrise.ch> NNTP-Posting-Host: pop-zh-1-dialup-168.freesurf.ch X-Trace: news1.sunrise.ch 958598212 9988 194.230.200.168 (17 May 2000 21:16:52 GMT) X-Complaints-To: usenet AT sunrise DOT ch NNTP-Posting-Date: 17 May 2000 21:16:52 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.5600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello everybody I am using win2k and have some troubels using rhide. When I try to run or compile a c++ source file (with the extension .cc) it almost always crahes with the windows message "ntvdm.exe has generated errors and will be closed by windows...") And it doesn't crash always at the same point, mostly during compilation, but often during the linking too, sometimes even during the execution. I had a look at the win2k help, there it said that if a dos window appears after typing "command.com" in the "run" window, everything should be ok, I did i and it worked. Also I run rhide with the paramter -m (as it sais in the FAQ). Strange is that the compilation, linking and execution works at the command line prompt (outside rhide) but only with gpp (rhide tries to compile even c++ files wit gcc and -lstdcxx ... maybe that's the problem!). Any help will be appreciated! Adam