i have an interest in boost/regex library - i need to extract url from a file ----> bookmark.html (from ie6)
the regex demo programs use this library - but it is from 2003.
when i try to run the program - i get an error:
LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc80-mt-gd-1_34_1.lib'
i use vc++2005(studio) on win/xp(v2)
the problem is well known but when i try this links i find no help:
http://svn.boost.org/trac/boost/ticket/666
http://www.boost.org/more/getting_started/windows.html
http://www.boost.org/libs/regex/doc/examples.html
http://www.codeproject.com/KB/string/regex__.aspx
http://forums.microsoft.com/MSDN/showpost.aspx?postid=498090&siteid=1
what do i have to do (step by step) to build the regex boost library - so vc2005(studio) can
"work" with the library?