LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

linking fortran

How do I link a fortran dll to my labwindows program.  I am confused on how to handle the .h file that must be included with the dll.
0 Kudos
Message 1 of 3
(3,150 Views)
After further invesigation I am thinking that I need to link my fortran code to a c program which will be linked to my labwindows program.  Is this correct or is there a way to link fortran code directly to labwindows.
0 Kudos
Message 2 of 3
(3,130 Views)
Hello Jim_81,

In line with comments posted from other customers, I would suggest creating a DLL from your fortran code using a third party compiler and then use the link.exe application from MSVC.  I hope the attached post gives you some guidance.

Thanks.

Wendy L
LabWindows/CVI Developer Newsletter
0 Kudos
Message 3 of 3
(3,105 Views)