From: Charlie Wine Newsgroups: comp.os.msdos.djgpp Subject: NT programs How? Thanks. Date: Mon, 28 Apr 1997 11:05:17 -0400 Organization: Sarnoff Lines: 21 Message-ID: <3364BCAD.6CED@sgate.sarnoff.com> Reply-To: cwine AT sarnoff DOT com NNTP-Posting-Host: wine-pc.sarnoff.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I recently posted a question about how to create programs that ran efficiently under NT. Many thanks to Joshua Heyer, who pointed me at: "Try the rsx port to DJGPP -- rsxntdj1.zip -- availiable on simtel in the djgpp/v2tk/ dir." This allows creation of win32 programs. My dummy benchmark, that completed about 500 calls to time(), when compiled with vanilla DJGPP gcc, completes over 100,000, when compiled as a win32 program. My real benchmark, that also did about 500 calls, now completes about 10,000 units of think. (A reasonable value). Did I miss something in the FAQs that would have saved my posting the question? Again, thanks. Charlie Wine