This and a few more things, as you can read in the release notes.
Ulrich
Announcement
Collapse
No announcement yet.
VS2010 dependency Bug of 32bit apps with x86 runtime on 64bit Windows
Collapse
X
-
Ok. The fix is confirmed in our testing. I presume, it's fixed in 9.0.4?
Leave a comment:
-
Hi, this will be fixed in the next release. For now, just remove the check for a 64-bit operating system from the installation script.
Ulrich
Leave a comment:
-
VS2010 dependency Bug of 32bit apps with x86 runtime on 64bit Windows
We just switched to VS2010, and I am using the VS2010 dependency.
We ran into odd behavior of the module in that it always checks for a 64bit OS, and will fail install, if it detects that on a 32bit VS2010 runtime (x86) install.
Our application is 32bits, so it needs that, not the 64bit runtime.
Obviously, the inverse WOULD be a problem, you cannot have a 64bit app and runtime on a 32bit system.
The script is easy to change, but am I missing something here?
-- Harald
Leave a comment: