topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 1:12 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: TextTransformer components  (Read 11174 times)

dme

  • Honorary Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 15
    • View Profile
    • Donate to Member
TextTransformer components
« on: July 19, 2006, 03:45 PM »
Hello,

My contribution to the CBuilder contest is a package with three components. I have no experience in distributing packages, so I would be happy, if anybody could tell me, whether he can install it.

By the TextTransformer components you can translate texts with a given structure in new texts with a changed structure. The HTML text of the help to the components is an example of it: it was generated automatically from a plain text file. Totally different kinds of text conversions are possible too.

The TextTransformer package consists of three components:

1. TTextStringTransformer for the transformation of a string into another string
2. TTextFileN2NTransformer for the transformation of one text file into another one
3. TTextFileN21Transformer for the transformation of several text files into a common destination file

The transformation is made by projects, which have to be made with the TextTransformer program. The components capsules the access to TextTransformer projects and to the TextTransformer interpreter. They make it possible, to execute projects directly out of programs, without having to produce source code with the TextTransformer program at first.

The program example is quite primitive. It only is made to demonstrate the use of the components.

The code and the tetra_engine.dll (the interpreter) are free and there is also a free version of TextTransformer.

The components can be downloaded from the TextTransformer web-site:

http://www.texttransformer.com
 
or directly from:

http://www.texttrans.../TetraComponents.zip


Regards

Detlef Meyer-Eltz

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: TextTransformer components
« Reply #1 on: July 19, 2006, 03:54 PM »
Welcome Detlef!

I added your submission to the contest entry page:
http://bcbcontest.do...oder.com/entries.php


ps. i've made and packaged components before detlef and it's a bit tricky sometimes, if you give me a day i will be happy to check them out and give you some advice on cleaning out unneeded stuff and making sure its as easy as possible for people to install.