Strings to Resources
Convert UNICODE text strings to resource strings.
When developing code it is often more convenient to type the string straight
into the code and then go back and put the strings in the resource file
later.
Automating this task is even more rewarding. Hence this tool. This tool is also useful for performing this task on entire applications, quite often the case when you have a mono-lingual Win16 application which has been ported to Win32 and for which you intend to provide multi-langual versions.
If your strings are currently encoded as "string" rather than _T("string") then take a look at the ANSI to Unicode converter which converts "" strings to _T("") strings which can be compiled as _SBCS, _MBCS or _UNICODE.
This program is provided with source code. If you find any bugs with this program, please let us know: bugs@objmedia.demon.co.uk.
You use this program at your own risk. Object Media will not be responsible for any loss or damage that may arise from using this program or a derivative of this program.
Download the source.
Download the executable and the common files installer.
Information about using the program can be found on the help page.
Last Updated 7 February, 2008.

