My company is looking forward to install 64 bit development PCs. A lot of current projects/applications are written in VB6 and there is no plan whatsoever to upgrade these to .NET.
The current VB6 applications are written on a 32 bit architecture and when installing these applications onto a 64 bit PC, they all run fine after a little tweaking to ensure the applications write to/read from the correct registry locations (e.g. SysWOW64) and 'Program Files' directory (e.e. Program Files (x86)).
My understanding is that Visual Studio 6 is 32 bit software and runs on a 64 bit OS (using the 32 bit layer on Windows - WOW). Visual Studio 6 will always run as a 32 bit piece of software.
Can I compile VB6 applications to run as/target 32 bit and 64 bit architecture?
How valid is this link: http://www.javaxt.com/Tutorials/Visual_Studio/Compiling_64_bit_apps_using_Visual_Studio_6_and_Windows_Platform_SDK
Please could someone provide a couple of useful links that I could get references from regarding my questions. Thanks in advance.
JFB