Message-ID: <37C174E0.80B132EF@megsinet.net> From: David Oppenheimer X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: WIN and OOP with RSXNT add-on to DJGPP References: <7piti8$idq$1 AT news DOT koti DOT tpo DOT fi> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Lines: 37 Date: Mon, 23 Aug 1999 12:20:49 -0400 NNTP-Posting-Host: 216.214.124.195 X-Trace: news.corecomm.net 935425276 216.214.124.195 (Mon, 23 Aug 1999 11:21:16 CDT) NNTP-Posting-Date: Mon, 23 Aug 1999 11:21:16 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dear JM, You may want to make the leap to software specifically designed for creating WIN 32 programs. There is Cygwin which, in an attempt to make Unix programs portable, uses its own DLL and can cause code bloat and increase compilation times. If you don't care about porting Unix programs, you can use Mingw. It makes calls to existing DLL's in Win 95/98 and NT OS's thereby reducing code bloat and also compiling times. Please see the following page by Mumit Khan for more info: http://www.xraylith.wisc.edu/~khan/software/gnu-win32/index.html For IDE's and GUI's that can be used please visit the following link: http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ide-and-gui.html#GUI By the way, the tools are free! Hope that helps, David O "Juha Mäkinen" wrote: > WHEN I tried to do a WIN program with OOP ( Object Oriented Programming ) > turns out that DJGPP and RSXNTDJ bomb out ... And my program was merely > a simple WINHELLO.CPP ( probably about what you would guess from the > name ... ). "SOMETHING strings are missing" > > ( OOP means C++, that is classes and methods and so on ) > > NOW, is this a bug or a feature? > > CAN I expect that someday, some future version will correct this failure? > OR is it never ??? Because, I DO want to try out WIN and OOP,most certainly > even if I must actually *BUY* me a commercial C++ ... > > Juha Mäkinen >