I'm about to do this but the thought of half my apps not working makes me nervous..
What should one be aware of and what do most Irrlicht users use?
What have people experienced with this major transition?
What are other 32 bit vs 64 bit issues?
Where can one find general info on this?
Upgrading from Win XP-32 bit to Win 7-64 bit
Re: Upgrading from Win XP-32 bit to Win 7-64 bit
Main troubles are if you hadn't been careful in serialization (loading&saving binary data). Besides that it's usually rather trivial. I have to admit I haven't even tested Irrlicht on 32-bit for a long time (still got an old computer for that... but haven't booted it yet this year).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Upgrading from Win XP-32 bit to Win 7-64 bit
I think you shouldn't have any issues, Irrlicht is fairly OS agnostic in that meaning.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Re: Upgrading from Win XP-32 bit to Win 7-64 bit
The transition from XP to Win 7 64 bit was reasonably painless..
I had to get new 64 bit drivers for my Ge-force 9600GT.
I can't use my favorite and ancient File-manager anymore, so now I use Total Commander..
My ASUS motherboard seems to handle it all in spite of problematic drivers..
I did need one 500Mb update for Windows 7 professional 64 bit..
My computer is still very old, so I'll wait for a hardware upgrade before I try really serious stuff..
Currently working on Accurate Specularity in Deferred Rendering..
I'm trying to get the Frgament Positions encoded into RGB in a similar way that depth is.
The problem with this is that you need THREE sets of RGB buffers for that if R and G only won't
be good enough.. (will need a lot of tests an tabulating setups) Just started though..
Also with Diffuse, RC Normals, Depth, Fragment Position and other
materials parameters I'd probably run out of Image channels to the shader quickly..
Anyhow, I can now look at all those cool things you need 64 bit for like "Mad Shaders" etc..
I started downloading these 64 bit things a while ago hoping to have something to work
once I go 64 bit.. Now I'm glad I did..
I had to get new 64 bit drivers for my Ge-force 9600GT.
I can't use my favorite and ancient File-manager anymore, so now I use Total Commander..
My ASUS motherboard seems to handle it all in spite of problematic drivers..
I did need one 500Mb update for Windows 7 professional 64 bit..
My computer is still very old, so I'll wait for a hardware upgrade before I try really serious stuff..
Currently working on Accurate Specularity in Deferred Rendering..
I'm trying to get the Frgament Positions encoded into RGB in a similar way that depth is.
The problem with this is that you need THREE sets of RGB buffers for that if R and G only won't
be good enough.. (will need a lot of tests an tabulating setups) Just started though..
Also with Diffuse, RC Normals, Depth, Fragment Position and other
materials parameters I'd probably run out of Image channels to the shader quickly..
Anyhow, I can now look at all those cool things you need 64 bit for like "Mad Shaders" etc..
I started downloading these 64 bit things a while ago hoping to have something to work
once I go 64 bit.. Now I'm glad I did..
Re: Upgrading from Win XP-32 bit to Win 7-64 bit
you dont need to store fragment positions in your GBuffer you can reconstruct them from linearly interpolating between the pixel's position on the far plane of the camera frustum and camera position using the depth buffer.
Re: Upgrading from Win XP-32 bit to Win 7-64 bit
Thanks. I'll look into that. I'm wondering though, where would I look for the math?
I haven't seen anything like that (as much sense as it makes) in "Deferred" net searches.
(now I'll have some keywords).
I haven't seen anything like that (as much sense as it makes) in "Deferred" net searches.
(now I'll have some keywords).
-
- Posts: 1638
- Joined: Mon Apr 30, 2007 3:24 am
- Location: Montreal, CANADA
- Contact:
Re: Upgrading from Win XP-32 bit to Win 7-64 bit
The only issue I see from 32bit to 64bit are OLD activex component that will not work in a 64bit system. Except that everything that run in 32bit will still run fine. You'll also need to seek if possible for 64bit drivers for the parts/accessories you have.
Re: Upgrading from Win XP-32 bit to Win 7-64 bit
Thanks! I think I've got the thing working now.
Still some sound card problems but that's minor.
Still some sound card problems but that's minor.