Date: Mon, 6 Feb 2012 18:40:26 -0500 From: Rod Person <rodperson@rodperson.com> To: Jorge Biquez <jbiquez@intranet.com.mx> Cc: FreeBSD Questions <questions@freebsd.org> Subject: Re: Software Development using Freebsd. Message-ID: <20120206184026.76771e7f@ATOMIZER-64> In-Reply-To: <3411412722-917504491@intranet.com.mx> References: <3411412722-917504491@intranet.com.mx>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 06 Feb 2012 16:37:37 -0600 Jorge Biquez <jbiquez@intranet.com.mx> wrote: > Now we will try to have a graphical mode in Freebsd. With that we > would like to be able to develop graphical applications for Windows > (we all know that's the market and here some companies is what they > are looking), so maybe sound crazy but I am looking to develop > applications for Windows without using WIndows or Microsofot products > at least. > You could try mono and monodevelop http://www.freebsd.org/cgi/url.cgi?ports/devel/monodevelop/pkg-descr Mono is the open source version of .NET/C#. This would teach the basics of .NET and C#. > Maybe I am wrong but until now I think my only option is to use > Phyton. Is that correct? For what I have searched Python will let me > create executables and will let me create Graphical solutions even > for other platforms (Mac or LInux or whatever runs Python). You can use Python and py2exe to create the executable that would run on Windows, but you have to run py2exe on a Windows machine. If you know Pascal you can look at the FreePascal and Lazarus. I haven't used it in years, but I was able to create several applications that ran on both FreeBSD and Windows. http://www.freebsd.org/cgi/url.cgi?ports/editors/lazarus/pkg-descr -- Rod Person http://www.rodperson.com rodperson@rodperson.com "Let us in the name of the Holy Trinity, go on sending all the slaves that can be sold." - Letter from Christopher Columbus. J.A. Rawley, The Trans-Atlantic Slave Trade: A History. Pg.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120206184026.76771e7f>