Forum: Python Mar 15th, 2007 |
| Replies: 0 Views: 1,632 I recently made a python module which calls functions from a c program. I used SWIG to generate the wrapper code from an interface file, and compiled the module into a dll which i can import in... |
Forum: C Feb 18th, 2007 |
| Replies: 2 Views: 760 Thanks for the links... ill post this on the python board for dll interface issues. |
Forum: C Feb 18th, 2007 |
| Replies: 2 Views: 760 I have a complicated problem at hand, and im open to any suggestions for solving it.
Im working with a program called Psi which is written in C and has the GUI in Tcl/tk. A guy working on this... |