Binaries built with VS2012 won't run on WinXP. You need VS2012sp1 to
make them compatible with XP.
Yes, we don't officially support JDK8 on Windows XP. However, there's a
difference between _not supported_ and _just won't run_.
Hence, if we ever decide to switch to VS2012, we'll most likely want to
use VS2012sp1+.
--
best regards,
Anthony
On 05/23/13 03:54, Kelly O'Hair wrote:
If you accept the fact that the build may complete but not work, then fine.
But if you want the JDK you built to actually run, you will probably need to
get the new msvcr*dll files placed in the jdk image area (in the bin dirs),
manually or via the makefiles.
I also vaguely recall some silly thing with VS2012 that it was for Windows 8
only and you needed VS2012sp1 to be able to build for Windows releases before
Windows 8? I'm not sure I remember that right. :^(
-kto
On May 22, 2013, at 4:27 PM, David Chase wrote:
I hope I'm trying to solve a simpler problem, which is just a build, as if I
were someone outside Oracle playing with Openjdk. I assume my problems are a
subset of the release problem.
David
On 2013-05-22, at 6:53 PM, Kelly O'Hair<kellyoh...@gmail.com> wrote:
Windows VS compilers are a pain. Each release has it's own unique runtime DLLs,
which we must deliver with the JDK, so the build process has to know what that
DLL is named, where it is located, and copy it into various places.
DLLs created by a newer VS will not like the older VS runtime DLLs.
To make a long story short, changing VS compilers is a royal pain, and not
trivial.
This is why we only recommend VS2010.
I'm not saying it cannot be done, I'm just saying you should have plenty of
liquor available when you do it. :^(
-kto