Mirasoul Posted April 9, 2015 Report Share Posted April 9, 2015 Hi, Ive got a problem with creating .exe application where 2nd chart functioning properly. 2nd chart is in subpanel as a stacked plot. I pass via main form numbers of stacked plots. In builder it works perfectly, in .exe not at all.. Any ideas? WykresOnlineCyfrowe.vi WykresOnlineCAN.vi Quote Link to comment
hooovahh Posted April 9, 2015 Report Share Posted April 9, 2015 Attached is an update that will work. If you had done proper error handling then you would know that the path to the VI is not the same in an EXE as it was in source, and that by not referencing the VI in the main the compiler has no way of knowing that it needs to include it. The fix is to put in a static VI reference to the VI, get the VI name, and then it doesn't matter where on disk the VI is it will load it into memory and use it. WykresOnlineCAN.vi 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.