c++.windows.32-bits - iostream's not loading
- Nashville Rocks (3/3) May 01 2004 Ex: dmc localtime -I\dm\stlport\stlport
- Scott Michel (6/10) May 02 2004 Have you tried:
- Walter (3/6) May 02 2004 Make sure that \dm\stlport\stlport\iostream exists on your machine.
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
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
"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