|
From: <rr...@cs...> - 2006-03-20 18:26:02
|
Steven G. Johnson wrote: >MinGW produces static libraries in .a format, but this seems to be >different from .lib and therefore unusable to VC++ users etcetera. The static library format used by MinGW and Visual Stdio C++ is identical. Incompability problems are usally the result of the two compilers using different C++ ABIs. Ross Ridge |