We have developed a C# .NET assembly to log trade calls to XML in an automated strategy.
I have set up a reference to the dll in the efs and it appears to load ok.
However, none of the functions are callable, I get 'Function <function name> was not found.
Reading through forums and what not, it appears that the DLL has to be in some C or C++ format (for managed code???).
Is this the case, or are we doing something really silly and C# DLL's and function should be accessible?
Anyone else encountered similar issues?
I have set up a reference to the dll in the efs and it appears to load ok.
However, none of the functions are callable, I get 'Function <function name> was not found.
Reading through forums and what not, it appears that the DLL has to be in some C or C++ format (for managed code???).
Is this the case, or are we doing something really silly and C# DLL's and function should be accessible?
Anyone else encountered similar issues?
Comment