Downloading Lingobit Extractor 1.1
Download In Progress......If your download does not start, please Click Here...
Description:Lingobit Extractor extracts hardcoded strings from C++ sources. It replaces hardcoded strings with a code template that loads them from resources and creates resource file with extracted text. For example, printf(L"Hello, world!"); will be automatically replaced with printf (_LS(IDS_HELLO)); where _LS is a function that loads string from resources, IDS_HELLO is an automatically generated ID for string that were placed into resource script file.