Message-ID: <34CEBA78.14AA273E@cc.umanitoba.ca> Date: Tue, 27 Jan 1998 22:56:25 -0600 From: Jason Prokopowich Reply-To: umproko5 AT cc DOT UManitoba DOT CA Organization: University of Manitoba MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: rhide problem(djgpp) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Using the rhide interface I wrote the code: #include void main() { cout << "Hello World!" << endl; } and I get an error: hello.c(2) Error: iostream.h: No such file or directory (ENOENT) There were some errors Note: The above code worked fine when not using the rhide interface!!!!! What could be the problem? My email address is umproko5 AT cc DOT umanitoba DOT ca. Thankyou!!