Hello everyone. I'm new both to PXI systems and LabView. I am trying to run fortran code on PXI 1031 Chassis + PXI 8109 Controler using call library function. This works fine when i run labview code, but while loading fortran code dll displays the next error:
Deploying SumaRT.viSumaRT.vi loaded with errors on the target and was closed.
LabVIEW: Failed to load shared library Dll1.dll:Suma:C. Ensure that the library is present on the RT target. Use MAX to install NI software or FTP to transfer custom libraries to the RT target.
I seems to be an issue while looking for dependencies. If i compile the dll with an older version of kernel32, code works great, so it might be useful tu upgrade PXI's runtime so i can keep comipling with newest versions. Anyone knows how to do this?
I am runing Labview 2011 and Windows 7.
Thank you in advance.