thebaybear
Programmer
I'm trying to overload these functions ("read" and "write" to do random binary file I/O -- have a good text that shows me exactly how to do it. Everything compiles -- but the linker gives both the old "error LNK2001: unresolved external." My compiler is Microsoft Visual C++ 6.0, Standard Edition, and I installed everything that came with it. I've included header files <fstream> , <iostream>, <istream>, and <ostream>. Is there a missing .lib or .dll file? Is there a possible conflict with an earlier version of Microsoft ordinary C (6.00) or an old Borland C++ on the system, so that the linker is searching the wrong file? PLEASE HELP -- I need random binary file I/O for a project I'm working on.