It seems as though regex.c and regex.h libraries for c regular expressions don't come installed with dev-c++. Where may I find them and how should I go about installing them? I searched the forum and found something for boost, but those libraries are for c++.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found a regex.h in my Dev-C++ include directory, and also, in lib, libregex.a . Looks like they installed from a recent Image Library update Devpack....
-- Jim.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
It seems as though regex.c and regex.h libraries for c regular expressions don't come installed with dev-c++. Where may I find them and how should I go about installing them? I searched the forum and found something for boost, but those libraries are for c++.
Thank you
googling on mingw and regex came up with this link:
http://mapserver.gis.umn.edu/data2/wilma/mapserver-users/0307/msg00817.html
which points here:
http://ftp.gnu.org/pub/gnu/regex/
When I don't find a thread in the forum, I go to google and start looking in that sort of fashion...
Try googling one
regex dev-c++
too, there were some links there that appeared helpful. Try that approach and let us know what you find...
Wayne
I found a regex.h in my Dev-C++ include directory, and also, in lib, libregex.a . Looks like they installed from a recent Image Library update Devpack....
-- Jim.
Hmmm, Interesting Jim....
Wayne