Friday, April 13, 2007

VTK: TCL script to C++ source code conversion

I have used C++ and FLTK to write up a simple tcl script to C++ source code converter. The conversion is quite primitive, but it saves me a lot of time to learn VTK.

Here is my test version of vtktcl2cpp converter (binary in Windows):


Features currently supported:

Simple GUI or Command line processing (vtktcl2cpp [in.txt] [out.txt] [header.txt])

Generate header files


Comments are welcomed!

6 comments:

Igloro said...

Shows error. that it cant find MSVCP71.dll >.<

Jang said...

I very appreciate for this posting.
Thank you very much.

Anonymous said...

Hello, could you also release your converter under Linux (or maybe the source?)

By the way, I like your blog very much, I've learned a lot from it. Thanks very much!

Bart

Anonymous said...

Hi,

I begin on internet with a directory

Emil's Blog said...

Hi, can't run , fail on missing MSVCP71.dll .
Is it x86 application ? how can i run on x64 ?

Anonymous said...

Could you please recompile this tool for Windows 10?