[Mono-list] VS.NET project built with Mono

Narcís Calvet narcis@steema.com
Thu, 12 May 2005 12:12:38 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0172_01C556EB.E3579BC0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello,

I have a quite complex project developed using VS.NET and I'd like to =
build it using Mono. The project complexity lies on that it has several =
references/dependencies. I've tried the following to build it without =
success:

1) Using "mcs /target:library /out:MyProject.dll =
/recurse:\MyProjectFolder\*.cs -r:System.Windows.Forms -r:System.Drawing =
-r:System.Data". The first problem is that System.Windows.Forms doesn't =
exist on Mono and I can get through this.

2) I've tried automake, autoconfig, ... But I found it really =
complicated to generate a reliable makefile for my project.

3) I've used prj2make-sharp to convert my .csproj or .sln to a .prjx =
file but I got several errors.

Considering none of those options has brought me to a working solution, =
what would you suggest me? It may be that I need to adapt my project =
implementation to Mono capabilities? There's an easy way to build my =
project?

Thanks in advance!

Narc=EDs Calvet
------=_NextPart_000_0172_01C556EB.E3579BC0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.3790.1830" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have a quite complex project =
developed using=20
VS.NET and I'd like to build it using Mono. The project complexity lies =
on that=20
it has several references/dependencies. I've tried the following to =
build it=20
without success:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>1) Using "mcs /target:library =
/out:MyProject.dll=20
/recurse:\MyProjectFolder\*.cs -r:System.Windows.Forms -r:System.Drawing =

-r:System.Data". </FONT><FONT face=3DArial size=3D2>The first problem is =
that=20
System.Windows.Forms doesn't exist on Mono and I can get through=20
this.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>2) I've tried automake, autoconfig, ... =
But I found=20
it really complicated to generate a reliable makefile for my=20
project.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>3) I've used prj2make-sharp to convert =
my .csproj=20
or .sln to a .prjx file but I got several errors.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Considering&nbsp;none of those options =
has brought=20
me to a working solution, what would you suggest me? It may be that I =
need to=20
adapt my project implementation to Mono capabilities? There's an easy =
way to=20
build my project?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks in advance!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Narc=EDs =
Calvet</FONT></DIV></BODY></HTML>

------=_NextPart_000_0172_01C556EB.E3579BC0--