Hi!

On Mon, Aug 17, 2009 at 1:32 PM, vikas chandra <vikaschandra083@gmail.com> wrote:
Hi,
I was using boost version 1.33.1 earlier.
Recently I have downloaded the src file of boost_1.39.
Built the regx library and replaced the old libs and header files in my project.
But while linking it gives the error: "fatal error LNK1104: cannot open file 'libboost_regex-vc80-mt-sgd-1_33_1.lib'".
I dont understand why it is still looking for old 1_33_1.lib.
I tried to rebuild the project also but doesnt work.
Can anyone help me out?

If you have performed a full rebuild, I can only imagine that the include directories are still pointing to the 1.33.1 version before or instead of the 1.39 version.

Try renaming the Boost 1.33.1 installation to ensure if cannot be found and do a rebuild.
 


--
Thank You.
Regards,
Vikas Chandra

I hope this helps.

Neil Groves