Re: Cross-development of Windows 32-bit applications under FreeBSD?

2005-04-10 Thread Michael S
I don't know whether it is possible with only FreeBSD, however you can check whether you can run Visual Studio under the Wine emulator or use one of those cross-platform toolkits such as Qt or WxWidgets. The latter one will not give you Win32 binaries, but it's quite easy to port the code to

Re: Cross-development of Windows 32-bit applications under FreeBSD?

2005-04-10 Thread Anthony Atkielski
Michael S writes: I don't know whether it is possible with only FreeBSD, however you can check whether you can run Visual Studio under the Wine emulator or use one of those cross-platform toolkits such as Qt or WxWidgets. The latter one will not give you Win32 binaries, but it's quite easy

Re: Cross-development of Windows 32-bit applications under FreeBSD?

2005-04-10 Thread martinmcc
On Sunday 10 April 2005 18:00, Anthony Atkielski wrote: Is it possible to develop and build native Windows 32-bit applications under FreeBSD, using only command-line tools like gcc and other open-source components? djgpp is a port of gcc which can compile dos exucatables, from the site Yes,

Re: Cross-development of Windows 32-bit applications under FreeBSD?

2005-04-10 Thread Roland Smith
On Sun, Apr 10, 2005 at 08:37:39PM +0200, Anthony Atkielski wrote: I'm trying to avoid Visual(Anything) since it costs around $2900, and that's hard to justify for just playing around with little applications. Using MinGW, you can write windows apps using the tools you know from FreeBSD. I'm

Re: Cross-development of Windows 32-bit applications under FreeBSD?

2005-04-10 Thread Lis
- Original Message - From: Anthony Atkielski [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Sunday, April 10, 2005 7:00 PM Subject: Cross-development of Windows 32-bit applications under FreeBSD? Is it possible to develop and build native Windows 32-bit applications under

Re: Cross-development of Windows 32-bit applications under FreeBSD?

2005-04-10 Thread cpghost
On Mon, Apr 11, 2005 at 12:44:43AM +0200, Lis wrote: From: Anthony Atkielski [EMAIL PROTECTED] Is it possible to develop and build native Windows 32-bit applications under FreeBSD, using only command-line tools like gcc and other open-source components? hm i dont know whether this is a

Re: Cross-development of Windows 32-bit applications under FreeBSD?

2005-04-10 Thread Dan Nelson
In the last episode (Apr 10), Anthony Atkielski said: Is it possible to develop and build native Windows 32-bit applications under FreeBSD, using only command-line tools like gcc and other open-source components? Check out /usr/ports/devel/mingw , which will install a gcc cross-compiler