| 190 |
__declspec(dllimport), with unwanted results. |
__declspec(dllimport), with unwanted results. |
| 191 |
|
|
| 192 |
|
|
| 193 |
|
CALLING CONVENTIONS IN WINDOWS ENVIRONMENTS |
| 194 |
|
|
| 195 |
|
It is possible to compile programs to use different calling conventions using |
| 196 |
|
MSVC. Search the web for "calling conventions" for more information. To make it |
| 197 |
|
easier to change the calling convention for the exported functions in the |
| 198 |
|
PCRE library, the macro PCRE_CALL_CONVENTION is present in all the external |
| 199 |
|
definitions. It can be set externally when compiling (e.g. in CFLAGS). If it is |
| 200 |
|
not set, it defaults to empty; the default calling convention is then used |
| 201 |
|
(which is what is wanted most of the time). |
| 202 |
|
|
| 203 |
|
|
| 204 |
COMMENTS ABOUT WIN32 BUILDS (see also "BUILDING PCRE WITH CMAKE" below) |
COMMENTS ABOUT WIN32 BUILDS (see also "BUILDING PCRE WITH CMAKE" below) |
| 205 |
|
|
| 206 |
There are two ways of building PCRE using the "configure, make, make install" |
There are two ways of building PCRE using the "configure, make, make install" |
| 439 |
$! |
$! |
| 440 |
========================= |
========================= |
| 441 |
|
|
| 442 |
Last Updated: 25 January 2008 |
Last Updated: 09 July 2008 |
| 443 |
**** |
**** |