At 03:41 PM 2/28/2011, Venkat Iyer wrote:
 >I still build a lot of things with MSVC 6.0 (originally
 >because it was the last version which didn't need runtime dlls 
to be
 >installed, though I don't know if that's still true).

Yes and no. Its runtime DLL is included with (essentially) all
versions of Windows itself. Later C runtimes are often likely to
be present, but cannot be guaranteed to be present.

As an alternative to MSVC6, you can also use MinGW GCC. By
default it links to the same C runtime DLL (MSVCRT.DLL) as MSVC6,
but provides more standards compliance than MSVC6, and is often
easier to use for building portable code.


Ross Berteig                               r...@cheshireeng.com
Cheshire Engineering Corp.           http://www.CheshireEng.com/

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to