freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freepooma-devel] free pooma and MVC


From: Richard Guenther
Subject: Re: [Freepooma-devel] free pooma and MVC
Date: Sun, 20 Feb 2005 21:48:28 +0100
User-agent: Debian Thunderbird 1.0 (X11/20050117)

ron hylton wrote:

In principle most of FreePOOMA is not dependent on a UNIX environment. But note that FreePOOMA uses standard makefiles and shell/perl scripts in the build process. You either are able to do the same with MVC(?) or you need to create a MVC project and whatever MVC needs. One easy way to use FreePOOMA with Windows should be by using MinGW or Cygwin (the former is a lot easier to use).


I migrated one pooma-based application from MSVC to Cygwin and performance went down by a factor of 6. As best I could tell this was due to Cygwin-gcc using sjlj exceptions and I believe MinGW does the same. While it's possible I overlooked something (I'm not a gcc expert)

Ah yes, this may be a problem.  Though with pooma I never used exception
handling, and with gcc you can turn it off completely with -fno-exceptions. That may improve the situation on Windows a bit.

I think Windows users realistically have to use MSVC. (Or try something exotic, like Windows Services for Unix or VMWare.) Having the old MSVC project files would be very helpful for new pooma users on Windows.

I guess most useful would be _updated_ project files for the 2.4.1 release. I put the ones from the old CodeSourcery repository at

http://www.tat.physik.uni-tuebingen.de/~rguenth/pooma/pooma-2.4.0-ide.tar.gz

they are probably in the state of 2.4.0, but I don't know. Maybe someone with access to Windows/MSVC can check what they do with the FreePOOMA 2.4.1 release and provide a tarball of updated files? I'd stick them to the FreePOOMA download area then. If that guy can also write one or two sentences for the casual windows user, that would be great.

Thanks in advance,
Richard.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]