Mail Archives: djgpp/1999/06/18/18:05:36
In article <MSpa3.12168$PN5 DOT 31648 AT newsfeeds DOT bigpond DOT com>,
"Johan Venter" <jventer AT writeme DOT com> 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.
- Raw text -