www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - iostream's not loading

reply Nashville Rocks <Nashville_member pathlink.com> writes:
Ex: dmc localtime -I\dm\stlport\stlport

When I run the program it says it can't find the input file
iostream even when the -I flag points to it. Strange!
May 01 2004
next sibling parent Scott Michel <scottm cs.ucla.edu> writes:
Nashville Rocks wrote:

 Ex: dmc localtime -I\dm\stlport\stlport
 
 When I run the program it says it can't find the input file
 iostream even when the -I flag points to it. Strange!
Have you tried: dmc -I\dm\stlport\stlport localtime I suspect that it might work better. :-) It's been the convention for many years that the flags and options in front of the file being compiled and it's a safe fallback if all else fails.
May 02 2004
prev sibling parent "Walter" <newshound digitalmars.com> writes:
"Nashville Rocks" <Nashville_member pathlink.com> wrote in message
news:c7256v$3tu$1 digitaldaemon.com...
 Ex: dmc localtime -I\dm\stlport\stlport

 When I run the program it says it can't find the input file
 iostream even when the -I flag points to it. Strange!
Make sure that \dm\stlport\stlport\iostream exists on your machine.
May 02 2004