Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

VIsta x64 compatability problem

Jul 10, 2009 3:32AM PDT

My wife needs to run escription version 8 software for her job as a medical transcriptionist. We have been told that this software does not support Vista x64, which is naturally what she has.

Is there any way to make Vista Home Premium x64 emulate x86?
Do I have any other options other than configuring her machine as Dual boot with windows XP?

Thanks

Discussion is locked

- Collapse -
Virtually all
Jul 10, 2009 4:23AM PDT

Virtually all 32-bit programs run just fine on Vista x64. More times than not, they say they don't support this or that operating system because they don't want to test it for any number of a host of reasons.

My advice would be to install it first and see what happens before you start taking drastic actions. I'm betting it will run just fine, and you'll never have a single problem with it.

- Collapse -
And it it does happen to fail...
Jul 10, 2009 4:40AM PDT

You can avoid a dual-boot by setting up your copy of Windows XP in a virtual machine, essentially running Windows XP from within Windows Vista, giving you full compatibility at the launch of a program.

- Collapse -
additional info
Jul 10, 2009 7:07AM PDT

Sorry - I should have included this in the original post:

I have loaded the software and it certainly does error out- I get the following errors
"Attempted to Read or Write Protected Memory", then the title screen comes up and I get "Value cannot be Null, Paremeter Name PTR".

I have attempted to run this as administrator and in Windows XP compatability mode. thanks

- Collapse -
Make that call.
Jul 10, 2009 7:22AM PDT
- Collapse -
Can I?
Jul 10, 2009 10:00AM PDT

Can I install Vista 32 bit over the top of Vista 64 bit? I understand that this will cause me to loose use of 2gb of ram which is no huge deal. Would there be any other issues?

- Collapse -
You can
Jul 10, 2009 11:29AM PDT

You can install a 32-bit Vista over the 64-bit, but you'd have to reinstall every app over again.

Honestly, just download a copy of VirtualPC from Microsoft, and install XP or something in it. Then your wife can run the program in the VM, and you don't have to mess around with dual booting or anything else. And it's not like a transcription program is something that would be completely unusable if it runs at 75-80% of native speed due to running in a VM. There might be a barely perceptible delay in some operations, but it will be quite minimal since you're not really having to emulate the CPU instruction set or anything like that.

- Collapse -
Then see John's post
Jul 10, 2009 8:29AM PDT

Then see John's post about getting a free virtual machine program such as VirtualPC, and install a basic copy of XP in it.

That still looks more like a bug with the program as opposed to any sort of 64-bit incompatibility. That, or they're doing something very screwy, and most definitely a big no-no as far as standard programming practice goes. Especially since the way operating systems provide 32-bit support for apps is to actually include a copy of the 32-bit files needed to run programs. Microsoft calls it Windows on Windows (WoW) and so there's a copy of all the 32-bit Vista DLL files included. So this program must be using it's own custom DLLs which are very poorly written, and while I know that doesn't really help you much, expect there to be further problems down the road due to this. Wouldn't matter if you installed XP, I would expect that the program's support structure is extremely fragile, and will topple over at virtually any bump or nudge, such as installing an important security update.