Re: [pcre-dev] how to use pcre.lib on win32 platform?

Top Page
Delete this message
Author: Christian Ehrlicher
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] how to use pcre.lib on win32 platform?
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