Hello,
is it possible to call extern function in a c# dll.
regards
fbo
c# .net dll
2 posts
You might be able to call them with the System plug-in using .NET's COM API. But it'd probably be a lot simpler creating a small executable, written in .NET, that'd do that for you.