laptop and a wrench

Bug

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

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM042516
SubmittedFebruary 18, 2009
Last ModifiedJune 5, 2024
Applies toNo Product Found
Version found10.0
StatusWill Not Be Addressed

Additional Information

No Public Explanation

Workaround

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();

Steps to Reproduce

Bug ID: NIM042516

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options