francesco_patelli opened this issue on Jan 04, 2002 ยท 2 posts
francesco_patelli posted Fri, 04 January 2002 at 8:27 AM
Is there any way to call an external DLL from Poser Python?
I'm used to do it in VB and VC, but found no way to do it in Poser...
Francesco
stewer posted Fri, 04 January 2002 at 1:55 PM
You'll probably have to write a Python wrapper for it. You'll find documentation that here http://www.python.org/doc/1.5.2p2/ext/ext.html In general, Poser includes a complete Python runtime that can use extensions like any other 1.5.2 Python environment. If it's a rather popular .dll, ask in the Python mailing lists or comp.lang.python for it, maybe someone already wrote a Python module for it.