} 2) And it cannot find "class pcrecpp::Arg pcrecpp::no_arg". } 1>UpdateCheck_GetVersion.obj : error LNK2001: unresolved external } symbol "class pcrecpp::Arg pcrecpp::no_arg" } (?no_arg@pcrecpp@@3VArg@1@A)
pcrecpp::no_arg hasn't existed for a long time. It's pcrecpp::RE::no_arg. This sounds like you have an old version of the pcre dll lying around somewhere, and you're compiling with the new code but linking against the old. craig -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
