[AGENT++] Build problems with vs.net

Jochen Katz katz at agentpp.com
Sat Oct 29 13:31:55 CEST 2005


Hi,

> c:\SnmpTools\installation\snmp++\consoleExamples\snmpNextAsync.cpp(65):
> fatal error C1083: Cannot open include file: 'iostream.h': No such file
> or directory

it seems, this compiler no longer accepts old include style, change the
#if above the failed include to activate these lines:

#include <iostream>
using std::cerr;
using std::cout;
using std::endl;
using std::flush;

> I see MVC 7.1 files, Are they  OK with VS.net ?

Possibly not, as otherwise the error above whould have been fixed already...

Regards,
  Jochen



More information about the AGENTPP mailing list