LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i build the FORTRAN code into a DLL as well as the breadboard code

i attacehd the program file
0 Kudos
Message 1 of 3
(2,705 Views)
Uhmmm... Are you sure you're in the right group? This is the forum for posting questions regarding LabVIEW.

Aside from that, last time I checked you can't create a Windows DLL from Fortran code. Heck, are there even Fortran compilers actually still on sale?

-Saverio
0 Kudos
Message 2 of 3
(2,705 Views)
Actually, an amendment to my previous comment:

You need something like Absoft's Pro Fortran for Windows, which can create DLLs from Fortran code. Once you have the DLL, you can just use the Call Library Function primitive to err.. call your function in the DLL.

-Saverio
0 Kudos
Message 3 of 3
(2,705 Views)