c++.command-line - how to config dm c++ ?
- sam (4/4) Jan 16 2002 I get the error message 'fatal error: unable to open input file 'iostrea...
- Jan Knepper (4/8) Jan 17 2002 dd.C is processed as a C file not as a C++ file!
- Walter (5/9) Jan 17 2002 Probably need to set the INCLUDE environment variable:
I get the error message 'fatal error: unable to open input file 'iostream.h' when compile a simple program using 'scppn dd.C' , how should i do ? thanks
Jan 16 2002
dd.C is processed as a C file not as a C++ file! rename to dd.cpp or use the -cpp compiler flag! Jan sam wrote:I get the error message 'fatal error: unable to open input file 'iostream.h' when compile a simple program using 'scppn dd.C' , how should i do ? thanks
Jan 17 2002
Probably need to set the INCLUDE environment variable:
set INCLUDE=\dm\include
INCLUDE sets the search path for #include files.
"sam" <dd chi.com> wrote in message news:a25rvt$2oll$2 digitaldaemon.com...
I get the error message 'fatal error: unable to open input file
'iostream.h'
when compile a simple program using
'scppn dd.C' , how should i do ?
thanks
Jan 17 2002









Jan Knepper <jan smartsoft.cc> 