Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

IFDLGnnn.DLL

John4
Valued Contributor I
852 Views
Hi,

I'm trying to run a dialog based program which contains an ActiveX control, but at startup I get an error dialog box stating that IFDLGnnn.DLL is missing or not registered.

I already tried reinstalling IVF without success. I'm having the same problem when trying to run the FXPLORER example (yes, Internet Explorer is installed on my computer).

Any ideas on how to solve the problem?
0 Kudos
4 Replies
Steven_L_Intel1
Employee
852 Views
Make sure that the folder containing the DLL is included in the definition of the PATH environment variable. For example, C:Program FilesIntelCompilerFortran10.0.026IA32Bin
0 Kudos
John4
Valued Contributor I
852 Views
I should have said it before: I'm asking because I couldn't find the DLL in my computer... even after reinstalling IVF.

0 Kudos
Steven_L_Intel1
Employee
852 Views
The DLL is named IFDLG100.dll and should be in the folder I named above (or similar if you have a different version.)
0 Kudos
John4
Valued Contributor I
852 Views
OK... I found it... I was looking for an actual IFDLGnnn.dll ---and didn't notice the slanted nnn in the online documentation.

Sorry about that and thanks for the help.
0 Kudos
Reply