05-17-2022 04:37 PM
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!
The program run so good, but when i build the executable and i run it show this error!
I thing maybe some configuration its needed, but I don't know.
https://github.com/NidecJGarcias/labview.git
Please help me!.
Best Regards
05-17-2022 05:03 PM
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.