From: jimyang AT my-deja DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Success!!! RSXNTDJ + DJGPP 2.02 (GCC 2.8.1)......finally! Date: Fri, 18 Jun 1999 12:47:58 GMT Organization: Deja.com - Share what you know. Learn what you don't. Lines: 54 Message-ID: <7kdf5r$gbu$1@nnrp1.deja.com> References: <7k0e0u$tn$1 AT nnrp1 DOT deja DOT com> <7kasbf$igu$1 AT nnrp1 DOT deja DOT com> <7kb939$o76$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: 199.100.56.3 X-Article-Creation-Date: Fri Jun 18 12:47:58 1999 GMT X-Http-User-Agent: Mozilla/4.6 [en] (X11; U; SunOS 5.5.1 sun4m) X-Http-Proxy: 1.0 x41.deja.com:80 (Squid/1.1.22) for client 199.100.56.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , "Johan Venter" wrote: > >> > Does it say it can't find windows.h at the start of the compiler > >> messages? > >> No. Just a list of Windows related functions like MessageBox, etc. When > >> I compiled C programs they are OK. Just doesn't like C++ program. I have > >> not tried the other C++ programs, only whello.cpp provided by > >> RSXNTDJ15.ZIP. > > > > Has anyone had sucess with using RSXNTDJ for C++ apps. Right now I use > >LCC-Win32 (also free, but not open-source) for win programming. It has a ok > >win IDE and is very small (~2meg installed) but only supports C. If > >DJGPP+RSXNTDJ can compile C++ code for win, goodbye LCC. > > > >Thanks > > > > > > My installation is working after some changes. > Ok, here's some things to check: > > 1. Make sure you have %RSXNTDJ%/include and %RSXNTDJ%/include/win32 in your > CPLUS_INCLUDE_PATH environment variable. > > 2. Check that the libraries have the right names, because some have been truncated because > the author of RSXNTDJ is using Windows NT and couldn't use LFN. > > 3. If all else fails, please post the EXACT compilation command and output. > > NOTE:: All parts of RSXNTDJ 1.5 do work, they just require some messing around first > (unfortunantly). > > -- > Johan Venter > ICQ 3643877 > Visit The TPU DJGPP Interest Group: > http://surf.to/djgppig > > I finally got the sample C++ program working in DJGPP2.02 + RSXNTDJ1.5 by adding %RSXNTDJ%/include/win32 into my CPLUS_INCLUDE_PATH. Thanks a lot, Johan! Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.