Home » Software Development » C/C++ » Lingobit Extractor 1.0

Lingobit Extractor 1.0

Extracts hard-coded strings from C++ source files to resources

Developer:
Lingobit Technologies
License:
Shareware
OS:
Windows 2000 / XP / 2003 / Vista
Requirements:
RAM 512MB, 50 MB of free disk space
Price:
$595.00
Price is subject to change at any time by the company
Date added:
10/10/2009
Last Update:
10/9/2009
User Rating:
Not yet rated.
Your Rating:
Download free trial ( Free Trial | 4.78 MB )
Lingobit Extractor 1.0 Publisher's description
Lingobit Extractor is a new tool for software localization. The tool solves a huge part of internationalization tasks by extracting hardcoded strings from source code to resources. Currently it support only C++ files, but more languages are promised to be supported soon.

Benefits

* Automatically extracts hardcoded strings
* Creates resource files with extracted strings
* Updates hardcoded strings after software update
* Works with individual files and folders
* Runtime preview of source code files
* Highly customizable templates
* Review and editing of extracted strings

How it works

Lingobit Extractor extracts hardcoded strings from C++ sources. It replaces hardcoded strings with a code template that loads them from resources and creates an RC file with the extracted text. For example, the code

printf(L"Hello, world!");

will be automatically replaced with...

printf(_LS(IDS_HELLO));

where _LS is a function that loads the string from resources, IDS_HELLO is an automatically generated ID for the string that was placed into the resource script file.

There are a lot of configuration options so you can control every stage of the extraction process. Furthermore, you can preview all changes in source code and edit the extracted strings in the resource table.

It is a very useful tool for software developers, translation and localization agencies and other companies that face internationalization challenges. It automates the hardcoded string extraction process and makes it very easy to prepare source code for software localization.
Related downloads for Lingobit Extractor
New release of C/C++
More products from Lingobit Technologies