From: chun ping wang (cablepuff_at_[hidden])
Date: 2006-09-12 15:21:18


Alright i have a simple problem getting dev-cpp ide compiler to configure to
run boost filesystem. I get the following error in this code.

#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <iostream>

int main(int argc, char* argv[])
{

}