LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to publish exe with Actor Framework projects?

Solved!
Go to solution

Hi, I have developed a project with Actor framework, but I can not publish it correctly. 

 

I just follow the process that I publish normal VI, but the launch can not launch the actor.

 

For testing, I have developed a very simple case to test the publishing process, that I develop an actor to prompt up a dialog window, and with a top VI to launch it.

in VI, it works well, but when I publish it in exe, the top VI can not launch the actor and prompt up dialog window do not show up.

 

Can anyone help me with this? thanks.

 

Yang

 

0 Kudos
Message 1 of 5
(1,327 Views)

What do you mean by publish? Building an exe? I just built the exe from your project and its working fine. Do you receive an error when you launch the actor?

Lucian
CLA
0 Kudos
Message 2 of 5
(1,305 Views)

Hi,Thanks for your help. yes I mean build an exe. 

When I run the exe, the launcher.vi does not launch the actor, I have put an one button dialog in the actor core and no prompt up dialog window show up. 

 

Yang

0 Kudos
Message 3 of 5
(1,284 Views)
Solution
Accepted by topic author peter_liu

Try to disable the ActiveX server in the advanced page in build specification.

I observed something strage in your project: there was no startup VI specified. I set launcher.vi to be the startup VI and built the exe. It worked with or without the ActiveX server, but if I save the project (and so the build specifications settings), startup VI does not save. If I close the project and open it again, I have to set again the startup VI. Also some virtual folders and destinations in build spec are shown as "????" but this is probably because you use LabVIEW in a language that my version does not support.

Lucian
CLA
0 Kudos
Message 4 of 5
(1,262 Views)
Solution
Accepted by topic author peter_liu
Hi,Lucian: Thanks for your help, I think it might because the laungurage issue. I deal with it and it work. Thank you very much. Yang
0 Kudos
Message 5 of 5
(1,257 Views)