Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Posted by
Jon Elson
on 2004-11-07 21:08:58 UTC
Alan Rothenbush wrote:
source
code file, although a type of compilation is performed by the
interpreter as the
program runs.
For these sorts of purposes, the Tcl script is intimately linked to a
c++ file
that interfaces to the rest of EMC. This file is emcsh.cc, I think.
Tcl is a pretty strange and somewhat primitive language, and passing
information
between C++ and Tcl can sometimes be difficult to do. There are books on
it, but Barnes&Noble don't have them.
Jon
>I'd like to modify the "MINI" EMC program a bit. I've done a fair bitTcl programs are not compiled. They are interpreted directly from the
>of DOS and Windows programming, but no UNIX and certainly no Tcl.
>
>Any pointers to writing and (particularly) compiling Tcl programs would
>be most appreciated.
>
>
source
code file, although a type of compilation is performed by the
interpreter as the
program runs.
For these sorts of purposes, the Tcl script is intimately linked to a
c++ file
that interfaces to the rest of EMC. This file is emcsh.cc, I think.
Tcl is a pretty strange and somewhat primitive language, and passing
information
between C++ and Tcl can sometimes be difficult to do. There are books on
it, but Barnes&Noble don't have them.
Jon
Discussion Thread
Alan Rothenbush
2004-11-07 15:16:21 UTC
EMC/Tcl Programming help
Paul
2004-11-07 16:27:33 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Jon Elson
2004-11-07 21:08:58 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Paul
2004-11-08 03:05:09 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Paul Amaranth
2004-11-08 04:26:44 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Jon Elson
2004-11-08 18:57:19 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help