Re: [pcre-dev] PCRE

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: Steven Van Ingelgem
CC: pcre-dev
Subject: Re: [pcre-dev] PCRE
} 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