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

Αρχική Σελίδα
Delete this message
Συντάκτης: Christian Ehrlicher
Ημερομηνία:  
Προς: pcre-dev
Αντικείμενο: 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