My system is Windows Xp VS2005 Express
I download boost 1.33.1
How do I have to install boost?
Please tell me
How do I have to install boost?
(4 posts) (3 voices)-
Posted 5 years ago #
-
Yeah, sorry to tell you, but currently it will not compile with 2005 express.
You can still install boost pretty easily though for use with other things.
There is extensive installation documentation for it in the boost/doc directory.
You will find the notes about VS2005 Express in there too.Hope you can get it working,
EmoryPosted 5 years ago # -
Thank for your answer.
But I can't find about VS2005 Express
Can you tell me detail about how can I have to install boost for VS2005 ExpressPosted 5 years ago # -
You don't actually need to compile boost for PN itself to work, it uses the shared_ptr class which doesn't have a compiled library to go with it. The PyPN plugin, however, will require that at least boost::python is built. You can do this by finding the boost python .dsw file once you've extracted boost and building that in visual studio.
Your bigger problem will be getting WTL to work with VS2005 Express - it requires ATL which isn't included.
Posted 5 years ago #
Reply
You must log in to post.