Menu

#92 Static regex.lib for use in Visual Studio

closed
None
1
2017-06-12
2017-04-21
David Smith
No

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!

Discussion

  • GnuWin

    GnuWin - 2017-06-12

    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.

     
  • GnuWin

    GnuWin - 2017-06-12
    • status: open --> closed
     
MongoDB Logo MongoDB