I would like to know if I can create a VB Dll for use with other programming languages like Magic and how is this done? Need an example if possible.
Printable View
I would like to know if I can create a VB Dll for use with other programming languages like Magic and how is this done? Need an example if possible.
I don't know what Magic is but VB DLLs are made to work with any language that supports COM. There isn't anything you need to do differently or anything all VB DLLs are COM DLLs so any COM complaint language can run them.