Question 32 bit to 64 bit

DalexL

Active member
Joined
Jul 3, 2010
Messages
34
Programming Experience
3-5
I am developing an application that utilizes "TrueVision 3D" (A simple rendering engine). I was wondering if it would be possible to allow my application run on a 64bit computer and utilize the supplied ram.

If I were to do this would it increase my speeds at all? I'm working on an application that causes high stress and gets FPS's between 20 and 1800 depending on small factors. Would this help?
 
As long as there's a 64-bit of TrueVision 3D and any other components your app uses then you can run in 64-bit mode. In fact, Any CPU is the default target platform, which means that your app will run in 64-bit mode on 64-bit systems. If available RAM is a limiting factor on the performance of your app then having more available RAM will improve performance. We can't really tell you whether that's the case or not though.
 
Back
Top