I wrote a function and built it to a dll in C. For traditional CPython I then
used SWIG to generate the module files and can call it easily.
However I am not sure how to call this same dll and function from IronPython?
The function looks like:
int func(char* p, int i, int j);
Any easy way to do this? Does this require pInvoke and if so how do you do this
from IronPython?
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com