gmcs
Defining Custom Library Version in Mono
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).[详细]
2023-03-18 03:31 分类:问答Include file in C#, Mono (gmcs)
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[详细]
2023-02-18 01:55 分类:问答Extending the Mono C# compiler: is there any documentation or precedent?
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[详细]
2023-01-18 07:22 分类:问答Random errors compiling with Mono gmcs on Snow Leopard
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.[详细]
2023-01-17 17:08 分类:问答Mono Compiler as a Service (MCS)
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[详细]
2023-01-10 17:57 分类:问答Why can't I pass just the name of a method where a similarly typed Func is expected?
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[详细]
2023-01-06 20:58 分类:问答webkit-sharp for windows package
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[详细]
2023-01-02 04:05 分类:问答compile cs files with mono?
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_[详细]
2022-12-31 00:41 分类:问答Mono .EXE assembly set explorer icon
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.[详细]
2022-12-09 22:37 分类:问答