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.

Debuging a dll

yshevach
Beginner
413 Views
I'm having problem debugging a fortran dll. I'm using a visual basic interface. The interface doesn't recognize the debug dll versionwhile there is no problem with the release dll version. What can I do?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
413 Views
My guess is that your DLL depends on some other DLL that isn't on the system. There was a problem with versions of Intel Fortran earlier than 8.1.025 or around there where debug DLL builds depended on an MSVC6 DLL.

In the DLL project, select Properties, Fortran, Libraries and set the Use Run-Tim Libraries to "Multi-thread DLL".

Otherwise, make sure that the VB code is properly specifying the path to your DLL.
0 Kudos
Reply