Recently I am facing the problem of integrating my non-tcl based
binary into my coworker's tcl based package.
I plan to
(1) add tcl interface to my binary
(2) compile a lib(static lib or shared lib) and give it to my coworker
(3) let my coworker edit his tcl code to add a tcl command to invoke
my binary.
Is this the right way or are there any better ways of doing this?
I would really appreciate if you can point me to any references.
h***i 发帖数: 1970
2
swig
【在 a****l 的大作中提到】 : Recently I am facing the problem of integrating my non-tcl based : binary into my coworker's tcl based package. : I plan to : (1) add tcl interface to my binary : (2) compile a lib(static lib or shared lib) and give it to my coworker : (3) let my coworker edit his tcl code to add a tcl command to invoke : my binary. : Is this the right way or are there any better ways of doing this? : I would really appreciate if you can point me to any references.