quote:
Originally posted by Patchou
It's not about a version check, that's a sure thing.. however, Plus! does pretty low-level stuff and I can totally understand why it wouldn't work in 64bits (and I'm already releived toknow it doesn't crash).
The day I'll have a 64bits processor, I'll make Plus! compatible with it .
Note to Blade: a 64 bits OS is a LOT more than just the same 32 bits OS witha couple of modifications. Most program work only at a level where 32 bits and 64 bits are not a concern, however, for a program like Plus!, it is .
As patchou has said, msgPlus does many
low level operations, meaning instructions done directly by the cpu. Instructions of a 32bit cpu are different then those of 64bits'. Therefore, that is the reason patchou gave that explain why it doesn't work on a 64bit cpu. It has nothing to do with drivers or the operating system.