Topic: Link problem
Author: sedaghat@rose.rsoc.rockwell.com (Hassan Sedaghat)
Date: 7 Feb 1995 15:34:13 GMT Raw View
I am having hard time linking my application.
It trys to open and read from ifstream type of stream.
E.g.:
#include <fstream.h>
#include <iomanip.h>
#include <iostream.h>
ifstream * ifs = new ifstream;
ifs->open("something");
The link error generated is:
"undefined streambuf::_as(streambuf&)"
Please reply directly to my e-mail.
sedaghat@rose.rsoc.rockwell.com (Hassan Sedaghat)
I appreciate your comment.