Eugen Graf Posted November 25, 2008 Report Share Posted November 25, 2008 Hello LAVAs! This is a crosspost to http://forums.ni.com/ni/board/message?boar...hread.id=370379 After starting my Exe I get some errors, that ressource couldn't be found and Front Panel can't be loaded (see pictures). I use LVOOP in my Project. The DLL which should be called by these VIs is in my data folder in the near of the Exe. Thank you for answers! Quote Link to comment
Minh Pham Posted November 25, 2008 Report Share Posted November 25, 2008 QUOTE (Eugen Graf @ Nov 24 2008, 09:13 PM) Hello LAVAs!This is a crosspost to http://forums.ni.com/ni/board/message?boar...hread.id=370379 After starting my Exe I get some errors, that ressource couldn't be found and Front Panel can't be loaded (see pictures). I use LVOOP in my Project. The DLL which should be called by these VIs is in my data folder in the near of the Exe. Thank you for answers! can you have english next to each error msgbox? "Danker" Quote Link to comment
Donald Posted November 28, 2008 Report Share Posted November 28, 2008 Hello Eugene, I'm not a LVOOP user so I'm not sure if these tricks will help: Try following: - add the VIs with missing front panel as dynamic Vis to the LV build script - use some control/indicator property nodes in these Vis with missing front panel, this forces LabVIEW to load front panel Good luck. Quote Link to comment
LAVA 1.0 Content Posted November 28, 2008 Report Share Posted November 28, 2008 The message means that Labview couldnt load the Frontpanel of the VI. Probally because the build proces has removed them (as it does for almost all VIs). Go to your project build settings (> LV8.0) change the front panel options. In your build specification goto "Source File Settings" -> Select the correct VI -> Deselect "User default save settings" -> deselect "remove font panel" Regards Patrick Quote Link to comment
Eugen Graf Posted November 28, 2008 Author Report Share Posted November 28, 2008 I did all what you suggested and nothing helps. I solved the problem building a Source Distribution (all used VIs in one folder), than I copied the project files there and opened them. I got many conflicts and resolved all of them. Now I can build an executable. Thank you all for support, Eugen 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.