Menu

C#

Help
2005-08-11
2013-05-09
  • Nobody/Anonymous

    Did anybody out there try the C# stuff? I developed this under Mono-1.0.5. It works on both, Win2k and Linux when I use Mono.
    Now a user has problems with .NET. What I compile and what he compiles fails under .NET this way: openSocket in libnodave.dll opens a socket. Socket has numerical value other than 0. The returned value in C# is 0.
    Something goes wrong in passing back the function result (simple integer).
    Both .exes, what I compile and what he compiles with :NET , do run under Mono.
    I have difficulties installing .NET
    Can somebody else please report experiences?

     
    • Nobody/Anonymous

      I tried out with MS .NET myself. The problem is with the "PreserveSig = false" in the import declarations. When I comment them out, it works ok with MS .NET.

       

Anonymous
Anonymous

Add attachments
Cancel