Archive: c# .net dll


c# .net dll
Hello,
is it possible to call extern function in a c# dll.

regards
fbo


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.