12-17-2024 07:52 AM
I've migrated from LabVIEW 2018 to 2022. My application runs okay from source but will not build.
I've tried all the suggestions from here: LUDICROUS ways to Fix Broken LabVIEW Code with Darren Nattinger | GDevConNA 2022
Other posts about Error 13 suggest isolating different parts of the code to narrow down the problem VIs.
Please advise on other ideas.
error message:
Click the link below to visit the Application Builder support page. Use the following information as a reference:
Error 13 occurred at Invoke Node in AB_Engine_Write_Linker_Wrapper.vi->AB_Build.lvclass:Copy_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_EXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK.vi->AB_Item_OnDoProperties.vi->AB_Item_OnDoProperties.vi.ProxyCaller
Possible reason(s):
LabVIEW: Failed to load dynamic library because of missing external symbols or dependencies, or because of an invalid file format.
=========================
Shareable board exclusively owned.
Method Name: Linker:Write Info To File
12-17-2024 07:55 AM
Have you tried a mass compile?
12-17-2024 09:09 AM
yes, I followed all the suggestions in the YouTube video, mass compile is included.