Hi Joe,
 
Thanks but that's not the case. My application works fine in VS.NET but I want it to work in Linux that's why I need to build it in that environment using Mono.
 
 
Best Regards,
 
 
"Important note: If you are a TeeChart registered customer, please post your
support questions at Steema's Support monitored Forums for customers:
http://support.steema.com for a prompter reply."
----- Original Message -----
Sent: Thursday, May 12, 2005 7:14 PM
Subject: Re: [Mono-list] VS.NET project built with Mono

I build my solutions in VS.NET and deploy on mono.

The main things is that everything in the bin must be
compiled using Rebuild not just Build. If you are
using any third party dlls they also must be compiled
with Rebuild. Mono doesn't like incremental builds
that you get with normal Build.

Hope it helps,

Joe

--- Narcís Calvet <[EMAIL PROTECTED]> wrote:
> 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

joe_audette [at] yahoo dotcom
http://www.joeaudette.com
http://www.mojoportal.com
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to