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.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM042516
EingereichtFebruary 18, 2009
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version10.0
StatusWill Not Be Addressed

Zusätzliche Informationen

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

Schritte zur Reproduzierung

Bug-ID: NIM042516

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln