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�s Calvet

Reply via email to