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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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.