} The other libraries build fine, but pcrecpp doesn't currently build } with MSVC6. It gets a link error: } } error LNK2001: unresolved external symbol __DllMainCRTStartup@12 } } Anyone know how to fix this?
I have no idea what this means, but isn't MSVC6 uber-old? I think it's probably ok to say that the c++ wrapper is only supported from MSVC 7 onwards. If you do want to fix it, a quick web search turned up: http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesnative/thread/a7971494-7983-40f8-ae66-d4711acd0cbe The second comment has a possible solution. Does that work for you? Other threads talk about accidentally defining _ATL_MIN_CRT. Is that something that may have been happening in your configuration somehow? I don't know anything about ATL. craig -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
