LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

broken exe

Solved!
Go to solution

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

2020.04.29. 22'33'29.png

 

I checked all the boxes, but it doesn’t help

Снимок2.PNG

 

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"

Снимок.PNG


What to do with this problem to compile the application?

0 Kudos
Message 1 of 5
(2,682 Views)

Does the VI "Init from Existing Queue.vi" have a block diagram?

What are the step settings for that VI?

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 2 of 5
(2,667 Views)
Solution
Accepted by topic author Artem.SPb

@Artem.SPb wrote:

I checked all the boxes, but it doesn’t help

Снимок2.PNG

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?

0 Kudos
Message 3 of 5
(2,613 Views)

@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"?

 

Снимок.PNG

0 Kudos
Message 4 of 5
(2,609 Views)

You are right!

 

this combination works

 

Снимок.PNG

0 Kudos
Message 5 of 5
(2,604 Views)