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

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

2008-07-01 Thread Rick Pingry
Hello All, We have succesfully ported from OSG 1.2 to the newest SVN version (well, almost newest, I think we are on 8512 at the moment). Thanks again for all the fantastic forum support. We have been using VS 7.1 for all of our work so far, but since we were missing a well build freetype

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

2008-07-01 Thread Paul Martz
] On Behalf Of Rick Pingry Sent: Tuesday, July 01, 2008 3:14 PM To: OpenSceneGraph Users Subject: [osg-users] Performance hit caused by porting from VS 7.1 to VS 9 Hello All, We have succesfully ported from OSG 1.2 to the newest SVN version (well, almost newest, I think we are on 8512 at the moment

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

2008-07-01 Thread Rick Pingry
*Sent:* Tuesday, July 01, 2008 3:14 PM *To:* OpenSceneGraph Users *Subject:* [osg-users] Performance hit caused by porting from VS 7.1 to VS 9 Hello All, We have succesfully ported from OSG 1.2 to the newest SVN version (well, almost newest, I think we are on 8512 at the moment). Thanks again