#include "Vector.h" #include "Object.h" #include "net_types.h" #include #include #include "Exception.h" #include "operators.h" using namespace FD; using namespace std; int main(int argc, char* argv[]) { cerr<<"Cygwin DoubleDispatch test starting ... "<printOn(cerr); } catch (BaseException *e) { e->print(cerr); delete e; } return 0; }