Spec OpenGL benchmarks

2008-05-09 Thread Dan Kegel
On a whim, I tried the oldest SPEC OpenGL benchmark, SPECviewperf 6. SPECViewperf 6.1.2 lives here: http://www.spec.org/gwpg/pastissues/Feb2_02/opc.static/opcview.htm It's also downloadable from ftp://spec.it.miami.edu/dist/gpc/opc/viewperf/specviewperf612is01.exe So far, the two tests I've tried

Re: shdocvw: Use array syntax with array elements (Try 2)

2008-05-09 Thread Jacek Caban
Andrew Talbot wrote: > Including some instances that I left out, earlier. > > -- Andy. > --- > Changelog: > shdocvw: Use array syntax with array elements. > Why? Both syntaxes are correct, so it's a matter of style preferences. I prefer the style I use and I don't see any reason to change

Another app bundled with Wine: Navicat

2008-05-09 Thread Dan Kegel
http://navicat.com ships a Linux version which is based on Wine from late 2007 and the Picasa wrapper scripts. One more case study for http://kegel.com/wine/isv ... And users are, as usual, confused about whether they need to install Wine to run navicat. See e.g. http://ubuntuforums.org/showthrea

Re: mono progress on mixed-mode assemblies...

2008-05-09 Thread Dan Kegel
On Fri, May 9, 2008 at 4:21 AM, Kornél Pál <[EMAIL PROTECTED]> wrote: > Currently it's very unlikely that Mono will have it's own MSVCRTs (I mean > mixed-mode versions) in the near future. Do you know whether they are > redistributable? Yes, but the license is restrictive, and you can't redistribu

Re: mono progress on mixed-mode assemblies...

2008-05-09 Thread Kornél Pál
Hi, I am working on it but seems to be a longer process because MSVCRT depends on a lot of undocumented characteristics of the MS implementation of .NET Framework and documented functionality that is not used outside of C++ (so isn't implementet by Mono). If you know real world applications us

mono progress on mixed-mode assemblies...

2008-05-09 Thread Dan Kegel
http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027767.html shows that Pál Kornél is now working on supporting apps that use msvcrt. Go Pal go!