Hi to all,

I'm using MSVS 2005 and boost 1.37.

I've readed in the read_graphviz documentation that if I want to use that function I must compile a lib with the source that I can found in \libs\graph\src. But I can't find any *.jam file to do it. I've founded the Unix istruction to do it, but not for MSVS.

Which are the correct compiler params to compile the lib?
What's the name that the lib must have?
The lib must locate in the /stage/lib directory?
Why the read_graphviz is in a separate cpp module, and not in a hpp file like the write_graphviz function?


Thanks in advance,
Cosimo Calabrese.