Thread
:
eqemu won't compile on vs.net 2003
View Single Post
#
12
07-27-2003, 02:57 AM
Merth
Dragon
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Change #include <iostream.h> to:
Code:
#include <iostream> using namespace std;
There's one other ios header to change, and I think it's <fstream.h>. Do the same with this as with iostream.
Merth
View Public Profile
Send a private message to Merth
Find all posts by Merth