s2ilveszter schrieb: > I use codeblocks with gcc compiler. > I had to put "pcre" into "link libraries" I do not know why, > I had every .lib added before and get some link errors as well. > With vc++ I could not solve it yet. > When you're using gcc you won't use pcre compiled against msvc (i.e you must not link against .lib but against .a). Make sure to use the correct libs compiled with the correct compiler!
Christian -- ## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
