Trouble with file location in excel/fortran dll connection

后端 未结 6 1827

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         


        
6条回答
  •  情话喂你
    2020-12-21 18:49

    You could try moving your DLL to C:\Windows\system32 (or any other folder that's on the default path) and changing the Lib part to just "FCall.dll". That should eliminate any oddities with locating the actual file

提交回复
热议问题