3
votes
Does Mono .NET support and compile C++ / CLI?
We don't have a compiler for C++/CLI, it would be a very large undertaking for a very small userbase. Consider also that the C++/CLI spec is inherently flawed and non-portable, so being able to com …
3
votes
With this technology, would it be possible to compile and run silverlight IL in Flash?
I'm sure a really good and dedicated hacker, able to change both the mono runtime and the flash player, could get a trivial hello-world-like program to run in a few months of work.
That said, imple …
2
votes
How to decode wav, mp3, and/or ogg in .Net/Mono?
For simple support for WAV files you can look at mono's implementation in mcs/class/System/System.Media/AudioData.cs ( …
2
votes
Using Precompiled .NET Assembly DLL in Mono?
The likely issues are that the assembly is not put in the same directory as the program or that the case sensitivity of the assembly file name is not preserved when it was copied.
For example, you …
