$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bill Eidson (bill_eidson_at_[hidden])
Date: 2004-08-03 13:49:36
Has anyone had success running the BGL from with managed C++ code? I have
code that compiles fine, but at runtime throws a .Net exception called
TypeLoadException. Googleing and documentation I have read are no help.
The graph used is a plain vanilla adjacency_list<> and the exception occurs
durring the resize operation of the vertex vector.
thanks in advance
bille