Mail Archives: djgpp/1997/11/11/08:31:39
Sunil Rao wrote:
> first, when i try to compile a C++ (hello.cpp) file with no project -
> just one source file - it hangs. the mouse works, but nothing else. it
> brings up a message saying "compiling" but then crashes before it puts
> the command line on - so it hasn't got to the compilation stage. this
> problem does not occur with C source files (hello.c)
I've never had this problem, but perhaps you didn't download all the
files necessary to compile C++ programs? I name all my C++ files with a
".cc" extension since prior versions of either RHIDE or GCC didn't
properly handle the ".CPP" extension. I don't know if that particular
problem has been fixed (I've been away from DJGPP for several months,
and just got back into it), or whether it's even a reason for the entire
process to crash.
- Raw text -