Static regex.lib for use in Visual Studio
Provides native Win32 open source ports and utilities
Brought to you by:
gnuwin32
Could a static regex.lib be created so I can use it when I compile programs with regex in Visual Studio please? I don't want to have to include the .ddl if possible. I have the static .a but it is not a compatable static .lib as is needed for Visual Studio. Thank you!
The GnuWin project uses the Mingw compiler, which is a GCC compiler. This can create only static libraries for use with GCC. Static libraries for Visual Studio must be created by a VS compiler. So I'm afraid you will have to compile a static library yourself.