plug-in "not installed" in my LabVIEW project's "Build Specifications"

plug-in "not installed" in my LabVIEW project's "Build Specifications"

Post by bmihur » Sat, 06 Jan 2007 05:40:08


I moved my LabVIEW project from one computer to another, now when I click on any item under the project's "Build Specifications", I get an error reading "The plug-in for the selected item is not installed on your system." Does anybody know how to fix this? I have no idea what this "plug-in" is.Attached is a screenshot.


plug-in error.PNG:
http://www.yqcomputer.com/
 
 
 

1. enable/disable "radio","checkbox","textbox" using checkbox

2. Passing "classtype" as "this" argument of "class member function" disc

wyldhoney < XXXX@XXXXX.COM > writes:

Please don't post HTML to this NG (it seems only the header is HTML).
And please, don't waste space by inserting dozens of empty lines -
rearranged.


please post compilable code next time - guessing your error without the
source code is impossible most of the time (except for this time :-)

you are calling the size() member function on a const Safe_Array object
- since size() isn't declared const, you aren't allowed to do that.
Your options are:
- omit the const on your Safe_Array object
- declare size() const (probably the better idea, since it shouldn't
change the object, should it?)

HTH & kind regards
frank

--
Frank Schmitt
4SC AG phone: +49 89 700763-0
e-mail: frankNO DOT SPAMschmitt AT 4sc DOT com

3. "re-entrant" "file I/O" "QSM_State Machines"

4. how to connect "IMAQ Get Buffer.vi" output terminal of "Image Out" to the input terminal of "Image" of "IMAQ ColorImageToArray.vi"

5. can't connect "Scale By Power of 2" to "FP write.vi"

6. Rename the folder "volume" for the Setup.exe into "Installer" (LV 8.5)

7. Can classes "make" controls and indicators "appear" on the front panel.

8. How to define "byte stream type" for "open file"?

9. The .NET assembly expected to be at "" was loaded from "NULL"

10. How to convert "hist" to "pdf"?

11. Why do I get "../images/" and "../../images/"

12. Re : How to use "GetLastInputInfo" in "user32.dll"

13. Race Condition: "Elapsed Time" and "Boolean Crossing"

14. Is there any drawback of using "Subvi" or "Local variable"?

15. Difference between "FP Close" and "FP Hidden"