-
Bug
-
Resolution: Won't Fix
-
P3
-
9
-
windows
The native code is compled without C++ exeptios. The /EHsc flag is not used and needs to be added to
Defs-windows.gmk $(GX_OPTION)
Also enable /EHsc in the VS project (make\projects\win\javaws\javaws.sln via Project properties | Configuration Properties | C/C++ | Code Generation | EnableC++ Exceptions to /EHsc).
Defs-windows.gmk $(GX_OPTION)
Also enable /EHsc in the VS project (make\projects\win\javaws\javaws.sln via Project properties | Configuration Properties | C/C++ | Code Generation | EnableC++ Exceptions to /EHsc).