Linker errors with boost::regex with boost_1_33_1, STLport-4.6.2 and VS7.1

(struct boost::regex_traits_wrapper
> const &,enum boost::regex_constants::error_type)" (??$raise_error@U?$regex_traits_wrapper@U?$regex_traits@DV?$w32_regex_tr aits@D@boost@@@boost@@@boost@@@re_detail@boost@@YAXABU?$regex_traits_wra
Hi All,
Is there a known issue of linker errors with using boost::regex library
with STLport.
If I don't install STLport I am able to build regex however I am getting
linker error while trying to build after installing STLPort.
Operating System:Win-XP
IDE: Visual Studio .NET(version 7.1.3088)
STLPort version: STLport-4.6.2
Boost versio:boost_1_33_1
The code which I have used in sample project:
#include "stdafx.h"
#include

Is there a known issue of linker errors with using boost::regex library with STLport.
If I don't install STLport I am able to build regex however I am getting linker error while trying to build after installing STLPort.
Vijay, apologies but I haven't had time to look at your project. Have you done as I suggested and just added the regex source files to your project and/or tried building regex as a static lib from the IDE using *exactly* the same settings as your project? There are so many variables with STLport it's pretty much impossible to track down problems like this via email. Basically it's a question of checking that the library build settings match your IDE project *exactly*. Check everything, then check it again, it's the only way. John.
participants (2)
-
John Maddock
-
Vijay Choudhary