PDA

View Full Version : custom DLL = viz.add('yourstuff.dle')


digitaldarklord
10-07-2008, 06:09 AM
Greetings

In the old days when using macromedia director you could simply call the available functions in a external extra ?

My question is this : is it possible to call the available functions in a DLE and can you return the default syntax of such a function (if this is implemented)?

Thanks

farshizzo
10-07-2008, 04:28 PM
I'm not 100% sure what you are asking. To be clear, you want to execute functions in arbitrary DLL files? If so, you can use the ctypes library that comes with Vizard. Here is a tutorial on how to use it, http://python.net/crew/theller/ctypes/tutorial.html

Let me know if I misunderstood your question.