LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Broken with error 6208 on a particular PC

Solved!
Go to solution
Solution
Accepted by topic author Fedor

I tested the newly released LabVIEW 2020. It appears the bug was fixed there.

0 Kudos
Message 21 of 23
(781 Views)

To anyone who ends up here, the solution for me was to find DLL dependencies of the DLL used in my application. LabVIEW does not traverse the DLL dependency hierarchy automatically and will not include the dependent DLLs in the support directory.

Message 22 of 23
(597 Views)

My particular case, the build exe would fail with this error but only sometimes. I currently unchecked to "Remove unused " items from the build configuration and now it works. I'll update if this fix doesn't hold up across multiple build iterations. 

 

Sounds like the common element is that something isn't getting pulled into the compile somehow. 

0 Kudos
Message 23 of 23
(468 Views)