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

How to debug a Fortran DLL from VB

ruantieming
Beginner
1,193 Views
Hi, All:

I am meeting a problem right now. I built some fortran subroutines into a
fortran DLL in Visual Fortran 5.0 and call it under VB. But each time when I tried to debug the
program in VB, it always skip those fortran subroutines.

Anybody has anyideas?

Thanks advance!

Tim

0 Kudos
4 Replies
Intel_C_Intel
Employee
1,193 Views
Look at this Knowledge Base article.

Sabalan.
0 Kudos
ruantieming
Beginner
1,193 Views
Thanks! Samalan.

Actually I have this article - Q1035. But I tried a lot of times on my code, it didn't work. Can you give a detailed example.

Thanks a lot!
0 Kudos
Intel_C_Intel
Employee
1,193 Views
Tim, what do you mean with VB "always skip those Fortran routines"? Do you see any error messages? Try to debug your VB application, step towards the call to your Fortran DLL, and step into it. What happens?

Sabalan.
0 Kudos
ruantieming
Beginner
1,193 Views
Sabalan:

I already figured out the problem. But thanks you for your help anyway.

Tim
0 Kudos
Reply