Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[poco] Not automatically copy pcre.dll in debug mode #302

Closed
sdcb opened this issue Nov 18, 2016 · 0 comments · Fixed by #304
Closed

[poco] Not automatically copy pcre.dll in debug mode #302

sdcb opened this issue Nov 18, 2016 · 0 comments · Fixed by #304

Comments

@sdcb
Copy link
Contributor

sdcb commented Nov 18, 2016

(Releated to: #124)

Consider the following code:

#include <Poco\RegularExpression.h>
#include <iostream>

int main()
{
	std::cout << Poco::RegularExpression::match("\\d+", "12");
}

Run this code will report the following message:
The program can’t start because pcre.dll is missing from your computer.
Release build is good.

I checked the poco built process, found that poco debug built linked to the release pcre lib, I think that caused the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant