06-19-2015 01:39 PM - edited 06-19-2015 01:40 PM
I have a build where my startup VI and a bunch of classes are in a lvlib. It "completes" (i.e renables all the buttons like explore, done etc) but it says it's still saving the lvlib. It's totally hung. Has anyone seen this behavior. Sorry, can't post the code. If I look on disk, the exe isn't finished, it still is represented by folders.
06-19-2015 05:38 PM
I had some controls outside the lvlib that things in the lvlib referenced. Pulling those into the lvlib fixed it. So, who knows.
06-21-2015 01:40 PM
@GregFreeman wrote:
I had some controls outside the lvlib that things in the lvlib referenced. Pulling those into the lvlib fixed it. So, who knows.
OK Greg, Now lets see if this is expected or unexpected.
And of course, What versions of LabVIEW and AB?
None of these "should" (IMHO) Hang the build, Some should prevent the build from being sucessful but, none should "hang" the darned thing
06-22-2015 06:45 AM
Hello
I faced this problem. could not solve it yet, though
i have a project library which has only two VIs in it. One VI calls the main GUI dynamically and exits. the second closes this dynamically launched VI, when run.
When i build packed project library, the build goes well for the first half. after it reaches a point, it just finishes, says "complete" but hangs. i have to close LabVIEW from task manager.
using LV2014 SP1. tried installing f2 but no help.
for now, i shoved the lvlibp aside and am using the dll instead.
06-23-2015 04:33 PM
Hello Freelance_LV
Have you tried building another project library to verify if this issue is related to your application builder or to your application?
06-28-2015 02:09 PM - edited 06-28-2015 02:10 PM
@Freelance_LV wrote:
Hello
I faced this problem. could not solve it yet, though
i have a project library which has only two VIs in it. One VI calls the main GUI dynamically and exits. the second closes this dynamically launched VI, when run.
When i build packed project library, the build goes well for the first half. after it reaches a point, it just finishes, says "complete" but hangs. i have to close LabVIEW from task manager.
using LV2014 SP1. tried installing f2 but no help.
for now, i shoved the lvlibp aside and am using the dll instead.
I am having an issue with typedef cluster controls in lvlibs not propogating changes into the start async call node when in a library as well. They propogate but don't relink and leave me with a a coercion dot that is causing some really weird anomolies. I am going to post that bug in a bit and then stay away from LVlibs basically forever