Windows Template Library: Difference between revisions

Content deleted Content added
Cmskog (talk | contribs)
Cmskog (talk | contribs)
mNo edit summary
Line 3:
In an uncharacteristic move by Microsoft—an outspoken critic of [[open source]] software—they made the [[source code]] of WTL freely available. Releasing it under the open-source [[Common Public License]], Microsoft posted the source on [[SourceForge]], an [[Internet]] open-source repository. The SourceForge version is 7.5.
 
Most of the WTL API is a direct mirror of the standard Win32 calls, so the interface is familiar to most Windows programmers. Being an unsupported library, WTL has little formal documentation. Faced with this problem the project "WTL DocumentaionDocumentation"[http://www.viksoe.dk/code/wtldoc.htm] was started and now has a semi-complete documentation.
 
==External links==