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

Excel sample program problem

dlyangbo
Beginner
608 Views

I can't run the excel example. The error message show "can't fing fcall.dlll".Soi modify the path of the location of th dll file, but itstill don't work.I use excel 2003 and IVF 9.1.

need for help.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
608 Views
Most likely, when you installed Intel Fortran, you did not check the box to have it update the system environment variables. Right click on My Computer, select Properties, Advanced, Environment Variables. Under System variables, edit PATH and add at the end (with a semicolon separator):

"C:Program FilesIntelCompilerFortran9.1IA32Bin"

If you have the compiler installed somewhere else, adjust the path. Then try again.

The problem is that the system cannot find the Intel Fortran run-time DLLs that your DLL depends on.
0 Kudos
Reply