Re: Hi there I am new
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Cupitt, John writes: > I use mingw: it's a unix-like build environment No, mingw is not anything Unix-like. It's a compiler and related tools. It uses Microsoft's C library msvcrt.dll, the same that MSVC-compiled programs use. (Yeah, there is also the static C libraries and crtdll.dll, but msvcrt.dll is the most important.) Perhaps you are confusing with MSYS or Cygwin. --tml