| 134 |
.P |
.P |
| 135 |
In a Windows environment, if you want to statically link an application program |
In a Windows environment, if you want to statically link an application program |
| 136 |
against a non-dll \fBpcre.a\fP file, you must define PCRE_STATIC before |
against a non-dll \fBpcre.a\fP file, you must define PCRE_STATIC before |
| 137 |
including \fBpcre.h\fP, because otherwise the \fBpcre_malloc()\fP and |
including \fBpcre.h\fP or \fBpcrecpp.h\fP, because otherwise the |
| 138 |
\fBpcre_free()\fP exported functions will be declared |
\fBpcre_malloc()\fP and \fBpcre_free()\fP exported functions will be declared |
| 139 |
\fB__declspec(dllimport)\fP, with unwanted results. |
\fB__declspec(dllimport)\fP, with unwanted results. |
| 140 |
.P |
.P |
| 141 |
The functions \fBpcre_compile()\fP, \fBpcre_compile2()\fP, \fBpcre_study()\fP, |
The functions \fBpcre_compile()\fP, \fBpcre_compile2()\fP, \fBpcre_study()\fP, |