| 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, |
a non-dll .a file, you must define PCRE_STATIC before including pcre.h or |
| 192 |
otherwise the pcre_malloc() and pcre_free() exported functions will be declared |
pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will |
| 193 |
__declspec(dllimport), with unwanted results. |
be declared __declspec(dllimport), with unwanted results. |
| 194 |
|
|
| 195 |
|
|
| 196 |
CALLING CONVENTIONS IN WINDOWS ENVIRONMENTS |
CALLING CONVENTIONS IN WINDOWS ENVIRONMENTS |
| 497 |
|
|
| 498 |
|
|
| 499 |
========================= |
========================= |
| 500 |
Last Updated: 19 January 2010 |
Last Updated: 26 May 2010 |
| 501 |
**** |
**** |