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

Calling a Fortran dll from Excel

tom_kreutz
Beginner
436 Views
On my Windows 2000 machine at work, I am able to use a CVF dll from Excel when: 1) the dll is in the same directory as the Excel workbook, and 2) the declaration in the Excel VB module uses a relative path like: Declare Sub HSMR4B_MEM12 Lib ".HSMR4b.dll" (...).

However, on my Windows 2000 machine at home, this doesn't work, and I must specify the precise path to the dll in order for it to work. It's not a big deal, but any idea what is going on here?

Thanks,

Tom Kreutz
0 Kudos
0 Replies
Reply