08-07-2023 12:58 PM
Hi. I'm trying to create a packed library with some Vision VIs, however, when I put a Vision VI like "IMAQ Create.vi" into the library I got a conflict issue. In the packed library it seems there is nothing wrong, however, when I try to use the packed library in another project I got "Item incorrectly claimed by a library". Despite that, in the development environment, my application works fine, even when I use VIs that are part of the packed library, however when I try to execute some tasks like creating an executable or an installer LabVIEW stops to work and shuts down. I got some tests excluding the vision VIs and everything was fine. So, anyone knows what could be happening? Has anyone already used Vison VIs in packed libraries?
08-07-2023 03:47 PM
What, exactly, do you mean by "when I put a Vision VI like "IMAQ Create.vi" into the library"?
08-07-2023 05:33 PM
Sorry. I will describe it better. My library calls some vision functions. A project that uses the packed library got some issues regarding the warning "Items incorrectly claimed by a library". To track the issue I removed those functions from the library and, after that, the warning was just gone. When I put them back, the warning comes back.
08-07-2023 06:06 PM
Hmmm, I'm not super-acquainted with packed libraries, but I imagine if you include dependencies with your library, you may end up with this issue. Anyone else have ideas?