Re: [osg-users] Performance hit caused by porting from VS 7.1 to VS 9

2008-07-02 Thread Robert Osfield
Hi Rick, Do the express editions do full optimizations? I recall previously MS used to cap the optimization on the give away versions of VS. Robert. On Tue, Jul 1, 2008 at 10:13 PM, Rick Pingry [EMAIL PROTECTED] wrote: Hello All, We have succesfully ported from OSG 1.2 to the newest SVN

Re: [osg-users] Performance hit caused by porting from VS 7.1 to VS 9

2008-07-02 Thread Peter Wraae Marino
The express editions does full optimizations,.. same compiler. The express version just doesn't have features for web, MFC and stuff like that. regards, Peter On Wed, Jul 2, 2008 at 9:33 AM, Robert Osfield [EMAIL PROTECTED] wrote: Hi Rick, Do the express editions do full optimizations? I

Re: [osg-users] Performance hit caused by porting from VS 7.1 to VS 9

2008-07-02 Thread Jean-Sébastien Guay
Hi Robert, Do the express editions do full optimizations? I recall previously MS used to cap the optimization on the give away versions of VS. Nope, since 2005 express (8.0 express) it's the full optimizing compiler that's included. Rick said he converted the projects for his app from

Re: [osg-users] Performance hit caused by porting from VS 7.1 to VS 9

2008-07-02 Thread Rick Pingry
I had thought about maybe express being non-optimal as well, so I had some friends do the compile on their machines with a full version of VS 9, with the same results. The only thing remaining I can think of is making new projects in VS 9 as suggested. Thanks, -- Rick On Wed, Jul 2, 2008 at

Re: [osg-users] Performance hit caused by porting from VS 7.1 to VS 9

2008-07-01 Thread Paul Martz
Do you get the same behavior if you generate fresh VS9 project files with cmake, instead of generating VS7.1 files and converting them? I'm not sure this will have any effect, but it seems like it might be worth a shot... -Paul _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [osg-users] Performance hit caused by porting from VS 7.1 to VS 9

2008-07-01 Thread Rick Pingry
Yes, the only ones I converted were my own projects. I used a fresh CMake configuration with everything OSG. It might be that only my own projects are slower. -- Rick On Tue, Jul 1, 2008 at 5:45 PM, Paul Martz [EMAIL PROTECTED] wrote: Do you get the same behavior if you generate fresh VS9