LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build executable with actor core dynamic caller from XML

Hello Community, 

 

That's my first executable with actor cores, I read the path from XLM file and send to launch nested actor after that!

jgarcias_1-1652819399113.png

 

jgarcias_0-1652819351717.png

 

The program run so good, but when i build the executable and i run it show this error!

jgarcias_2-1652819820131.png

jgarcias_3-1652819844119.png

I thing maybe some configuration its needed, but I don't know.

https://github.com/NidecJGarcias/labview.git

 

Please help me!.

 

Best Regards

 

 

0 Kudos
Message 1 of 2
(967 Views)

I'm not 100% sure this is the problem, but because some of the actor framework stuff is loaded dynamically it can be missed in the build process. Try adding all the classes associated with the actors to the block diagram of "Launch" to force the build to include them.

0 Kudos
Message 2 of 2
(957 Views)