gmcs Questions

3

I'm a Unix guy who needs to try and compile some C# code for work. I've downloaded Mono for Mac, and the mcs command line tool. There's a csproj file attached to this library which contains XML wit...
Lex asked 1/12, 2012 at 22:34

2

Solved

We are starting a cross-platform project to be deployed to Android and iOS. Obviously, a lot of code is to be shared between the two, and some of the code relies heavily on the .NET framework items...
Patrolman asked 20/8, 2012 at 16:14

1

I compiled the test.cs file (which references a third party library) using the dmcs executable for Mac and the following command line program: dmcs /out:program.exe test.cs /target:exe /reference:...
Seismography asked 25/12, 2012 at 9:29

2

Solved

I'd like to know if and how I might be able to use the Mono compiler as a service (see here and here ) within a debugging context to query/modify/visualize/etc objects at runtime within the debugge...
Ranunculaceous asked 22/11, 2011 at 18:46

2

Solved

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-product...
Piezoelectricity asked 3/10, 2010 at 0:4

2

Solved

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...
Forsook asked 4/8, 2010 at 15:49
1

© 2022 - 2024 — McMap. All rights reserved.