Dec 282017
Foreign Language Pre-Processor for C. Demo Package. Eases source code mace for multiple foreign languages. Distribute freely. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
DEMO.C | 198 | 153 | deflated |
DISPLAY.EXE | 65042 | 35706 | deflated |
EXTRACT.EXE | 54766 | 30231 | deflated |
FLPP.DOC | 7059 | 2465 | deflated |
FLPP.EXE | 60766 | 33451 | deflated |
READ.ME | 2083 | 896 | deflated |
Download File FLPPDEMO.ZIP Here
Contents of the READ.ME file
November 28, 1989
Dear Software Developer:
Thank you for your interest in FLPP, a source code utility designed
to ease and accelerate software development for foreign languages. This
package demonstrates the basic capabilities of FLPP and may be distributed
freely. The commercial version of FLPP is available from Medal Computing
for $295.
The tools included with the FLPP demo package are:
Extract This utility extracts all new strings from your
source code and enters them into a specified
strings database. Each new string is entered as
a string for the native language.
Display This utility allows you to view, edit and print
the strings database. Each database is capable
of handling strings of 126 characters for up to
20 different languages. The edit mode provides
an easy and controlled method to translate
strings into each foreign language.
FLPP This utility is a pre-processor which runs before
your C compiler. FLPP searches the input file
for strings. For each native language string
found, flpp selects the translated string for the
specified foreign language and substitutes the
translated string for the native string.
It is important to note the limitations of this demo package. The
major differences are the maximum length of the strings and the number
of foreign languages. The maximum string length of the demo version is
20 characters while the production version is 126. The maximum number
of languages in the demo version is 2 while the production version is
20.
Thank you again for your interest in FLPP. If you have any other
questions please feel free to call us at (602) 759-5144, and a
knowledgeable person from our technical staff will help you.
Sincerely,
Michael Landmeier
President
Medal Computing
4346 E Dry Creek Rd.
Phoenix, AZ 85044
December 28, 2017
Add comments