23 Feb
2007
23 Feb
'07
9:43 a.m.
Fernando Cuenca wrote:
Hi,
I'm trying to use the regex library (from boost 1.33) with the MSVC.NET 2003 and I'm getting the following linker error when using the wide character version of the classes:
You'll find some discussion of the issue and possible workarounds here: http://sourceforge.net/tracker/index.php?func=detail&aid=1470041&group_id=7586&atid=107586 Either apply the suggested patch, or build your app with /Zc:wchar_t, or rebuild the regex lib without /Zc:wchar_t. HTH, John.