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

Debuging a dll

yshevach
Beginner
295 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
295 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