| 188 |
LINKING PROGRAMS IN WINDOWS ENVIRONMENTS |
LINKING PROGRAMS IN WINDOWS ENVIRONMENTS |
| 189 |
|
|
| 190 |
If you want to statically link a program against a PCRE library in the form of |
If you want to statically link a program against a PCRE library in the form of |
| 191 |
a non-dll .a file, you must define PCRE_STATIC before including pcre.h or |
a non-dll .a file, you must define PCRE_STATIC before including pcre.h or |
| 192 |
pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will |
pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will |
| 193 |
be declared __declspec(dllimport), with unwanted results. |
be declared __declspec(dllimport), with unwanted results. |
| 194 |
|
|