• Welcome to Valhalla Legends Archive.
 

iostream problems, and compile errors for a simple program!

Started by Tron, February 20, 2004, 02:19 AM

Previous topic - Next topic

Eli_1

I use borland also and used to get that error, from now on when your compiling something, include this in the command line

bcc32.exe -I..\include\ -L..\lib\ codesource.cpp

that should fix it  ::)