FFT and General Cosine Window VIs entry points in lvanlys.* have changed names between LabVIEW 6 and 6.1. If an old version of these vi.lib VIs is present in LabVIEW 6.1 the VI will have a broken arrow (function not found in lvanlys.*).
So, in your current case, make sure that the VIs that use these functions are installed by 7.0, and that you are not using 6.1 version of these VIs with the 7.0 version of lvanlys.dll.
If you have customer VIs that directly call the dll, you can only manually change the function calls, because the source, the dll, has changed.
Zvezdana S.