C/C++
mldll.txt
Associated article: Multilanguage Programming
Tags: C/C++
Published source code accompanying the article by David Wendt in which he presents a technique that lets multiple language resources be built into a single resource DLL and automatically referenced by Windows applications. Also see MLDLL.ZIP.
Multi-Language Programming by David Wendt Listing One STRINGTABLE PRELOAD DISCARDABLE LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US BEGIN IDS_LINE1, "line 1" IDS_LINE2, "line 2" END STRINGTABLE PRELOAD DISCARDABLE LANGUAGE LANG_FRENCH, SUBLANG_FRENCH BEGIN IDS_LINE1, "...


