Hi Jun,
Are you using the search on the function pallate to look for the cast image VI? What version of LabVIEW do you have?
Can you open your command prompt (Start » Run... then type in cmd and click OK) and navigate to your LabVIEW folder? On my computer, I can get there by typing in:
cd /D C:
<Enter>
cd Program Files\National Instruments\LabVIEW 8.5\
<Enter>
Then go to the vision folder in the vi.lib folder:
cd vi.lib\vision
<Enter>
Now, we are in the folder in which all the Vision files reside. Then, you can type:
dir /S /N > C:\visionfolder.txt
<Enter>
What this will do is list all of the contents of the Vision folder and all its subfolders, and put it into a text file named visionfolder.txt in your C: drive. If you open up your Local disk C drive (or wherever you put that visionfolder.txt file), you will see the text file there filled with the directory structure of your vision folder. Please attach that file to the forums so we can look at what files you have installed.
Thank you kindly,