Platform: WinXP SP2, Intel Fortran 11, Excel 2007
I\'m having trouble connecting a dll file with excel.
The dll file is relatively simple:
su
I had the same recently with ifort 14, and the problem disappears when I compile with
ifort /dll /libs:static /threads
Instead of just
ifort /dll
The message "file not found" often arise when the DLL has a dependency on another DLL which is not on system path (I had this with gfortran, and a DLL in MinGW32\bin, for instance). But I didn't find such a dependency here, rather strange.