Ya, problem was with that only.Thanks.
 
But now it is giving some liner errors.And it is loo big to understand.
One of them is :
"Error 1542 error LNK2019: unresolved external symbol "public: bool __cdecl boost::re_detail::perl_matcher<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<struct boost::sub_match<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> > > >,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >::match(void)" (?match@?$perl_matcher@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@U?$sub_match@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@2@U?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@re_detail@boost@@QEAA_NXZ) referenced in function "bool __cdecl boost::regex_match<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<struct boost::sub_match<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> > > >,char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >(class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> >,class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> >,class boost::match_results<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<struct boost::sub_match<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> > > > > &,class boost::basic_regex<char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > > const &,enum boost::regex_constants::_match_flags)" (??$regex_match@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@U?$sub_match@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@2@DU?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@boost@@YA_NV?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0AEAV?$match_results@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@U?$sub_match@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@2@@0@AEBV?$basic_regex@DU?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@0@W4_match_flags@regex_constants@0@@Z) MatchFinder.obj"
 
 
 
I cannt understand this error.
This error comes when I build the app for 64 bit, not with 32 bit.
I have separately built the boost with 64 bit configuration, then also.
Can anyone help?
 
 


 
On Mon, Aug 17, 2009 at 9:30 PM, Neil Groves <neil@grovescomputing.com> wrote:
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

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users



--
Thank You.
Regards,
Vikas Chandra