PCRE for Windows (Win32)
I use PCRE in some small utilities that I make for my own use. A few developers have asked me about the steps to build PCRE on the Win32 Platform with Visual C++. To answer those questions, here is the source I use, and some pre-compiled libraries.
Files
| pcre-4.4-src.zip | 369k | PCRE 4.4 Source code, with a make file for nmake. |
| pcre-4.4-static.zip | 31k | Pre-compiled PCRE static library. |
| pcre-4.4-dll.zip | 45k | Pre-Compiled PCRE dynamic link library. |
| pcre-5.0-src.zip | 452k | PCRE 5.0 Source code, with a make file for nmake. |
| pcre-5.0-static.zip | 41k | Pre-compiled PCRE static library. |
| pcre-5.0-dll.zip | 56k | Pre-Compiled PCRE dynamic link library. |
| pcre-6.3-src.zip | 693k | PCRE 6.3 Source code, with a make file for nmake. |
| pcre-6.3-static.zip | 92k | Pre-compiled PCRE static library. |
| pcre-6.3-dll.zip | 105k | Pre-Compiled PCRE dynamic link library. |
| pcre-6.7-src.zip | 729k | PCRE 6.7 Source code, with a make file for nmake. |
| pcre-6.7-static.zip | 68k | Pre-compiled PCRE static library. |
| pcre-6.7-dll.zip | 81k | Pre-Compiled PCRE dynamic link library. |