Monday, March 15, 2010

Windows Compilation Models for C/C++

ML (Default)
---------------
MFLAGS = -ML
Single-threaded, statically linked
Runtime library - libc.lib

MT
---
    
MFLAGS = -MT
Multi-threaded, statically linked
Runtime library - libcmt.lib

MD
---
MFLAGS = -MD
Multi-threaded, dynamically linked
Runtime library - msvcrt.lib

Tuesday, March 9, 2010

Jeff Jaffe now W3C CEO

Ex-Novel CTO Jeff Jaffe is now the CEO of W3C. Read the full story here.

Friday, March 5, 2010

Funeral held for IE6

More than 100 people, many of them dressed in black, were expected to gather around a coffin Thursday night to say goodbye to an old friend of ours.

Read more here.