Re: [osg-users] Windows 7 beta: The binary is not a valid Windows image.

2009-03-29 Thread Philip Lowman
On Sat, Mar 28, 2009 at 11:24 PM, Jean-Sébastien Guay jean-sebastien.g...@cm-labs.com wrote: Hi Philip, Thanks for your insight. You might be able to use the ProductName, CDSVersion, CurrentVersion, and/or CurrentBuildNumber fields in the following part of the registry to determine if

Re: [osg-users] Windows 7 beta: The binary is not a valid Windows image.

2009-03-29 Thread Robert Osfield
Hi J-S, Do you know anything about the consequences of building binaries under Windows 7 and then running them under Vista + Windows XP? Robert. ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Windows 7 beta: The binary is not a valid Windows image.

2009-03-29 Thread Jean-Sébastien Guay
Hi Robert, Do you know anything about the consequences of building binaries under Windows 7 and then running them under Vista + Windows XP? I don't expect there are any, since it's essentially Vista with bug fixes (and the binaries themselves have been built with VS2005 same as we would use

Re: [osg-users] Windows 7 beta: The binary is not a valid Windows image.

2009-03-29 Thread Jean-Sébastien Guay
Hi Gordon, Past experience suggests that typically under Microsoft this will be problematic Between Windows versions? Any executable I have seen can be run on Win2k, WinXP and Vista without problem. I haven't tested with something compiled on Windows 7, but I don't expect any trouble.

Re: [osg-users] Windows 7 beta: The binary is not a valid Windows image.

2009-03-28 Thread Jean-Sébastien Guay
Hi all, If I get no opinions I'll just submit a modified CMakeLists.txt that includes /DYNAMICBASE. OK, perhaps it's a result of my previous message being overly verbose, but I got no responses. So I'm now going to do this and submit it. One question for CMake experts (Philip? Mattias?):

Re: [osg-users] Windows 7 beta: The binary is not a valid Windows image.

2009-03-28 Thread Philip Lowman
On Sat, Mar 28, 2009 at 11:44 AM, Jean-Sébastien Guay jean-sebastien.g...@cm-labs.com wrote: Hi all, If I get no opinions I'll just submit a modified CMakeLists.txt that includes /DYNAMICBASE. OK, perhaps it's a result of my previous message being overly verbose, but I got no responses.

Re: [osg-users] Windows 7 beta: The binary is not a valid Windows image.

2009-03-28 Thread Jean-Sébastien Guay
Hi Philip, Thanks for your insight. You might be able to use the ProductName, CDSVersion, CurrentVersion, and/or CurrentBuildNumber fields in the following part of the registry to determine if you're building on the Windows 7 Beta. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows

[osg-users] Windows 7 beta: The binary is not a valid Windows image.

2009-03-27 Thread Jean-Sébastien Guay
Hi all, I have been running Windows 7 beta for a few weeks now at home (being the eternal early adopter at heart :-) ), and I just tried to compile and run OSG on it. Everything seems fine in debug, but I'm hitting one little snag in release mode. The exact problem is discussed at length on