seoul Posted August 26, 2005 Report Share Posted August 26, 2005 My program includes some vis from picture.llb. When I want to build them into the application, the application builder has a error, the dialog of this error is in the attachment. How can i deal with this problem? sorry, I cannot upload file. the error number is 1073. it said "the source vi must have its diagram in order to be included in an application". Quote Link to comment
Yair Posted August 26, 2005 Report Share Posted August 26, 2005 Which VI gave you this error? Are you trying to explicitly include it in the application? You should have no problem building executables that use the picture functions, and you shouldn't have to explicitly include them. They should be installed with the run-time engine if you create an installer for your application. If you call them dynamically and want to make sure the application knows about them, place them in a VI and include that VI in the build. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.