musenet / nekodrive

Automatically exported from code.google.com/p/nekodrive
0 stars 0 forks source link

make client program mono-compatible #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Pure .NET crashes with mono, is there any way to make it platform-independent?

System.Windows.Forms.SplitContainer doesn't implement interface 
System.ComponentModel.ISupportInitialize

For the library, I do not know, whether it runs with mono but this would be the 
most important.

Original issue reported on code.google.com by jd.bio...@gmail.com on 8 Nov 2011 at 7:51

GoogleCodeExporter commented 9 years ago
Hi,

the app is pure .net in the sense that is not using platform invoke or c++/cli. 
I think the issue you have is quite easy to fix. The library should be 
compatible, give me a feedback about it.

Mirko

Original comment by mirko.ga...@gmail.com on 10 Nov 2011 at 6:27

GoogleCodeExporter commented 9 years ago
I am not a .NET programmer, so I cannot really test the library with mono. If 
the little program runs than does also the library. The error I posted had 
something to do with Visual Studio, I hope you can fix it. Mono runs on Win, 
Mac and Linux, easy to check whether it runs.

Original comment by jd.bio...@gmail.com on 10 Nov 2011 at 6:37