Boost logo

Boost :

From: Paul Masquelier (paul_at_[hidden])
Date: 2003-09-11 03:08:39


Hello,

Boost is new for me, so this is probably a simple problem :

I am trying out the example of topological sort topo_sort.cpp (under
libs\graph\example) under VisualStudio.Net;

I made a console application, added the source text of topo_sort.cpp to the
generated file and added the boost-path to the include path;
Building is no problem, running the example gives this exception (which
suggests that, contrary to what I read, including the header is not
sufficient ??) :

Additional information: Could not load type
boost.vec_adj_list_impl<boost::adjacency_list<boost::vecS,boost::vecS,boost:
:directedS,boost::property<enum boost::vertex_color_t,enum
boost::default_color_type,boost::no_property>,boost::no_property,boost::no_p
roperty,boost::listS>,boost::detail::adj_list_gen<boost::adjacency_list<boos
t::vecS,boost::vecS,boost::directedS,boost::property<enum
boost::vertex_color_t,enum
boost::default_color_type,boost::no_property>,boost::no_property,boost::no_p
roperty,boost::listS>,boost::vecS,boost::vecS,boost::directedS,boost::proper
ty<enum boost::vertex_color_t,enum
boost::default_color_type,boost::no_property>,boost::no_property,boost::no_p
roperty,boost::listS>::config,boost::directed_graph_helper<boost::detail::ad
j_list_gen<boost::adjacency_list<boost::vecS,boost::vecS,boost::directedS,bo
ost::property<enum boost::vertex_color_t,enum
boost::default_color_type,boost::no_property>,boost::no_property,boost::no_p
roperty,boost::listS>,boost::vecS,boost::vecS,boost::directedS,boost::proper
ty<enum boost::vertex_color_t,eb422f195 from assembly TopoTest,
Version=1.0.1349.14612, Culture=neutral, PublicKeyToken=null.

Thanks for any help,

Paul


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk