initially, i'am new to emacs. So I have little expierience with emacs.
In past I used Visual Basic or VBA to work with the Output from some .dll.
Now I'am working a little with emacs/elisp.
My question is, is it possible to use emacs to call a function from a .dll und work with the Output (string Array) within emacs?
If it possible, how can I call the function from the .dll.
In past I searched already to an answer to this topic, but i can't find any exampel to do this.