// JP opened flex table

Click to See Complete Forum and Search --> : fstream link error


mps2
August 22nd, 2001, 01:21 PM
I am trying to rehost a MDI app from VC++6.0. I get linking errors that stem from the fstream, iostream and iostrini libraries. The error says that I have redefined the delete() function in each of these three libraries. Do I have to use the useoldio.h in the place of all of my references to fstream, etc? Is there a parameter I need to set to make the linker able to use the old include files?

//JP added flex table