|
Browse by Tags
All Tags » Mono ( RSS)
-
I have about a week to choose a topic for my dissertation. (6 months long project leading to a BA degree) If you have a cool idea for a project please drop me a line (dsrbecky at gmail.com). My primary areas of interest are 3D graphics and anything in .NET (especially lower level things that involve...
-
SharpDevelop 2.1, as of revision 2135, now allows you to run your unit tests against .NET 1.1 or .NET 2.0. Which framework your tests are run under is determined by the target framework your test project. So if you choose .NET 1.1 as your target framework, your tests are run in the .NET 1.1 framework...
Posted to
Weblog
by
MattWard
on
12-14-2006
Filed under: Mono, CodeCoverage, UnitTests
-
SharpDevelop 2.1, revision 1157, allows VB.NET projects to target the older Microsoft Frameworks and Mono. This extends Daniel 's previous work to target different frameworks with C# . SharpDevelop 2.1 is only available from the repository . To target a different framework, open the project's...
-
SharpDevelop2 now supports Mono's GAC, so this post takes a low level look into how it uses MSBuild to do this. Our starting point is a previous Custom MSBuild Targets for Mono post, which introduced an MSBuild task (Mcs), which was used to compile the code using Mono's Mcs compiler, and an MSBuild targets...
-
In revision 983 SharpDevelop2 has support for Mono's GAC. It also includes new Gtk# and Glade# project templates, and a Gtk# Window file template. Mono can be downloaded from here Creating a new Glade# Project Select the menu option File | New | Solution to open the "New Project" dialog. Select the C#...
-
The starting point is the Glade xml file. Glade xml file This was created using the Glade UI Builder that ships with the Mono installer. The xml file specifies the UI components and signals (events) for these components. In our case the main components we have are a mainWindow and a messageLabel. There...
-
Whilst looking at the NAnt config file (Nant.exe.config), I noticed that NAnt does a much better job at detecting where the Mono compilers, Mcs and Gmcs, are located. NAnt reads the registry, whilst SharpDevelop assumes that they exist somewhere in a folder, typically "C:\Program Files\Mono\bin", that...
-
SharpDevelop ships with two custom MSBuild tasks for Mono, one for Mcs and the other for Gmcs, both of which live in the ICSharpCode.Build.Tasks assembly. With the recent Mono release, 1.1.9, the command line options and compiler error message formats are the same for Mcs and Gmcs, earlier versions differed...
-
As of revision 568, available from the repository , SharpDevelop 2.0 supports C# projects targeting Mono 1.1.9.2 . Prerequisites Mono 1.1.9.2 is installed. The Mono bin folder has been added to the "Path" environment variable (Control Panel | System | Advanced | Environment Variables). Targeting Mono...
-
Hi all, I have used sharpdevelop with the Mono platerform since 2 months without problems. I had on my computer the version 1-2.4 of Mono and this morning I tried to install the version 1-2.5. In my sharpdevelop project I reload the assemblies : all of these work (gdk-sharp, atk-sharp, gtk-sharp...)...
Posted to
Forum
by
Dave73
on
09-17-2007
Filed under: mono
|
|
|