
10 Jun
2006
10 Jun
'06
11:33 a.m.
Serhiy Blazhiyevskyy wrote:
Hi,
I have linking error while trying to build app with regex. Anybody cam help?
I've no real idea, but since you're building a dll you should double check that you're linking against one of the dll runtimes. You could also try linking against the regex dll by define BOOST_ALL_DYN_LINK when building your dll. John.