Our product seems to run just fine, the only problem so far has been our ".HLP" help file. Our apps are FPW2.6 recompiled in VFP6, with legacy help files. Vista wants to see a CHM, HTML, or XML help file. We get around this problem by using the MS 16 bit help program:
RUN/n winhelp.exe T:\exec\helpfile.hlp
in place of:
SET HELP TO T:\exec\helpfile.hlp
MS is not including the WINHELP32 program is Vista but supposedly they will be making it available for download. The 16 bit WINHELP is included in Vista, go figure!
FWIW, We have found the FPW2.6 Foxpro compiler works and we have built compiled EXE's that run just fine.
Only other kink todate is trying to apply the SP5 for VFP6 development system which fails, some kind of issue with MDAC versions. Haven't spent a lot of time trying to resolve yet as we plan to continue use of XP Pro development platform.
John