Hi,
is it possible to call a DLL function from my XUL application? I want to use some functions from our own DLLs but don't know where to start.
You'd need to wrap the functions in an XPCOM component and call from within the component. Then your XUL code can access the XPCOM component.
David Bradley
