Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Fortran DLL and Excel VBA

Praveen_D_
Beginner
659 Views

Hi all,

I have a  DLL created from Fortran code using digital Fortran compiler in Visual Studio 2008 on window XP. I was able to use this DLL in my Excel VBA code without any issues in my Windows 7 64-bit PC. The DLL stopped working when Intel Parallel Studio XE 2013 and Microsoft Visual Studio 2010 shell is installed.  I don't have the source code to recreate the DLL in Intel Fortran. Please help me in understanding what could have happened.

I was using the DLL with other support DLLs (DFORRTD.DLL and MSVCRTD.DLL) in current working directory and specifying the entire path while declaring the funtion in excel vba.

Thanks and Regards,

Praveen.

 

 

 

 

0 Kudos
1 Reply
IanH
Honored Contributor III
659 Views

To clarify - you are saying that installation of the new compiler (as opposed to compiling you code with the new compiler) made your DLL stop working?

Check that the length of your path hasn't become excessive.

0 Kudos
Reply