laptop and a wrench

漏洞

Some Windows applications fail on Hebrew-language machines with a Visual Fortran run-time error referencing DFORRT.dll and aibase.dll.

上次发布: August 25, 2014 No Product Found
漏洞 ID 编号 NIM042516
已提交February 18, 2009
上次修改时间June 5, 2024
适用范围No Product Found
找到的版本10.0
状态Will Not Be Addressed

附加信息

No Public Explanation

解决办法

One workaround for this issue is to build the executable as a console application but have it create Windows forms as usual. If displaying an empty console window isn’t ideal, a shim can be created that starts the process and hides the console window. Here’s an example in C#:// Create the process info object.ProcessStartInfo processStartInfo = new ProcessStartInfo();processStartInfo.FileName = "MyGuiApp.exe";processStartInfo.CreateNoWindow = true;// Start the process.Process process = Process.Start(processStartInfo);process.WaitForExit();

重现步骤

漏洞 ID: NIM042516

软件:

  • No Product Found

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项