Harika Parakala
2017-05-12 22:28:04 UTC
Hello,
I have a C++ code which integrates Python with C++ or which parses the
python commands. I want to create a .dll for the C++ code through SWIG. I
wrote a .i class for my C++ code and created a .dll.
I have loaded the .dll in Tcl. But unable to understand how to call it from
Tcl interpreter.
Could you please let me know if .i class I wrote is valid or not. And also
please let me know how to call the function from Tcl by passing the
arguments.
Attaching C++ class and .i class .
Thanks,
Harika.
I have a C++ code which integrates Python with C++ or which parses the
python commands. I want to create a .dll for the C++ code through SWIG. I
wrote a .i class for my C++ code and created a .dll.
I have loaded the .dll in Tcl. But unable to understand how to call it from
Tcl interpreter.
Could you please let me know if .i class I wrote is valid or not. And also
please let me know how to call the function from Tcl by passing the
arguments.
Attaching C++ class and .i class .
Thanks,
Harika.