From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: RSXNTDJ help Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 25 X-Trace: /Kw5eDE8zS74Ovx3FKZgGx4bduDtBiwAzMzeT6AIZ+dAEfJ39slre7iXRrZAaeJ9Q1Eun+IAasFR!YoJ230IM+Qt9VyBhZk10MiRLQ08828yIrkFwbq1D/2xG+WzOycuICYNAk4GQxLdFHjaJNU6PmF0x!eCzpsg== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 10 Dec 2000 00:36:19 GMT Distribution: world Date: Sun, 10 Dec 2000 00:36:19 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 8 Dec 2000 03:50:09 -0600, "Al Combs" wrote: >Ok... I've got RSXNTDJ installed, with DJGPP, blah, blah, blah. I can >compile C programs fine, and they run as they should, but I'm having trouble >w/ the C++ ones. I've did all the needed changes, AFAIK (acroding to the >RSXNT website), but so far I still have one little problems. The C++ >compiled programs crash w/ a page fault whenever I run them. Has anyone >successfully installed RSXNTDJ, and got it fully working with C++? Any help >would be appreciated. BTW, the website for the "HOWTO" setup is down, which >sucks for me. I really wanna do C++, since I know it better, and I can use >some of the MFC's, when the time comes. 1. MinGW is said to be a lot easier to get working than RSXNTDJ. http://www.mingw.org/ 2. Why do you need MFC? For the GUI, you can use GTK+ for Windows. http://www.gimp.org/win32 For container classes, you can use STL. --