04-30-2020 02:20 PM
I have a strange problem that has appeared a lot on the forum, but not a single recipe is suitable.
I use a library with classes. And these VIs make up the finished application (build succesfull)
Now we want to make this library part of a large application. The interface is built into the subpanel. In the source, everything works.
But when we compile exe we get error 1502
I checked all the boxes, but it doesn’t help
I added the ALL library to "always include", and this does not help.
If we enable "enable debugging", compilation is successful, but the program is broken.
When we connect through the debugger, we see in the code that all the routines are "lost"
What to do with this problem to compile the application?
Solved! Go to Solution.
04-30-2020 02:53 PM
Does the VI "Init from Existing Queue.vi" have a block diagram?
What are the step settings for that VI?
05-01-2020 04:04 AM
@Artem.SPb wrote:
I checked all the boxes, but it doesn’t help
Perhaps you shouldn't tag all options?
Tagging to remove\disconnect items usually doesn't help if items are removed\disconnected...
You shouldn't need to do all this, if you use the library as nornmal VIs. Is there any dynamically loading involved?
05-01-2020 04:56 AM
@paul_cardinale wrote:
Does the VI "Init from Existing Queue.vi" have a block diagram?
What are the step settings for that VI?
This is standard Actor vi, and it's OK.
What you mean with "step settings"?
05-01-2020 05:46 AM
You are right!
this combination works