Does anyone how to set a custom library version, when compilin开发者_JS百科g with the gmcs command? Basically, when I would run \"monop -r mydll.dll\" it should say Version=MyVersion(e.g.: 1.0.1.0).
I\'m writing a really small application in C# and I need to include an .cs file with some class. How do I do that? I\'m looking for some equivalent to PHP\'s \"include file\" or Python\'s \"from file
I am currently involved in some interesting programming language research which has, up until now, centred around extending the upcoming Java 7.0 compiler with some very powerful programmer-productivi
I\'m running OS 10.6.4,and recently tried installing Mono. Something seems to have gone awry though, I can\'t even compile basic开发者_Go百科 code.
I\'d like to consume Mono\'s compiler as a service from my regular .NET 3.5 application. I\'ve downloaded the latest bits (2.6.7), created a simple console application in Visual Studio and referenced
Why doesn\'t this C# typecheck? In this example, I am trying to pass a 开发者_如何学Gomethod of type string -> string as a Func<string, string>. It would be seem perfectly reasonable to be ab
I wanted to try WebKit by following this tutorial, but gmcs compiler was\'t able to find \"webkit-sharp-1.0\" package. Where can i get it and how 开发者_开发知识库to install it?The original Webkit# no
I am trying to compile my project with mono on linux. My cmd looks something like... gmcsPages/UserProfile.csProperties/Asse开发者_如何学运维mblyInfo.csqueues.cswatch_editor.cs Class1.cs -define:USE_
When compiling with gmcs on Linux, how can I set the explorer icon the final EXE will use? I have a .ico file to attach to the output exe.