On Thu, 7 Jul 2022 23:16:12 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> On Windows platforms we redistribute the Visual Studio runtime libraries with > the JavaFX build so that JavaFX applications can run on systems that don't > have them installed already. The main C++ runtime library is `msvcp140.dll`, > which we ship along with the other native libraries for JavaFX. Additional > C++ functionality has been added to `msvcp140_1.dll` and `msvcp140_2.dll`, > neither of which are shipped. > > Recently, WebKit has started using some standard C++ functions that are only > found in `msvcp140_2.dll`. We need to include the two missing libraries as > part of the JavaFX build (in addition to `msvcp140.dll`, which is already > included). This pull request has now been integrated. Changeset: cbb53b22 Author: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/cbb53b22fc87e880d59ac3e217a86a4733d2b0f3 Stats: 5 lines in 2 files changed: 4 ins; 0 del; 1 mod 8289952: Visual Studio libs msvcp140_1.dll and msvcp140_2.dll missing from build Reviewed-by: arapte, sykora ------------- PR: https://git.openjdk.org/jfx/pull/818