keiran Posted June 11, 2007 Report Posted June 11, 2007 In LabVIEW 7.1, If you Build a vi into application(exe style, for example the vi's name is testmain.vi, and testmain.vi include a named testsub.vi,you build testmain.vi as test.exe),then you can treat the test.exe as a library file and use "Libriarian List.vi" to list what's include in test.exe! But In LabVIEW 8.2, I can't List the files in an exe file that was build from LabVIEW 8.2! How NI orgnize vis in the application? Quote
Yair Posted June 11, 2007 Report Posted June 11, 2007 This change was done to be compatible with the Windows Vista executable format, so you can no longer treat the EXE file as a directory. One workaround would be to build an LLB of all the support VIs. Have a look here for more details. Quote
keiran Posted June 13, 2007 Author Report Posted June 13, 2007 QUOTE(yen @ Jun 10 2007, 12:53 PM) This change was done to be compatible with the Windows Vista executable format, so you can no longer treat the EXE file as a directory.One workaround would be to build an LLB of all the support VIs. Have a look http://digital.ni.com/public.nsf/allkb/8545726A00272EB0862571DA005B896C' target="_blank">here for more details. Tks! Quote
Mellroth Posted June 13, 2007 Report Posted June 13, 2007 QUOTE(keiran @ Jun 10 2007, 10:10 AM) In LabVIEW 7.1, If you Build a vi into application(exe style, for example the vi's name is testmain.vi, and testmain.vi include a named testsub.vi,you build testmain.vi as test.exe),then you can treat the test.exe as a library file and use "Libriarian List.vi" to list what's include in test.exe!But In LabVIEW 8.2, I can't List the files in an exe file that was build from LabVIEW 8.2! How NI orgnize vis in the application? This has been discussed earlier, and there seems to be a way to still treat the exe as an llb, at least if you only need to access the contained VIs. Please see the post http://forums.lavag.org/trial-version-of-my-exe-t6116.html&view=findpost&p=24269' target="_blank">http://forums.lavag.org/trial-version-of-m...ost&p=24269 /J Quote
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.