Re: starkit compatibility with Vista.
"Pat Thoyts" <[email protected]> Fri, 7 Dec 2007 21:01:35 +0000
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
On 04/12/2007, John Culleton <[email protected]> wrote: > > > I don't have, and don't plan to get, Vista. But I may be creating products > that have to run under that version of Windows, or alternatively wil have > to > have a warning label attached. > > Are there any gotchas to be observed when creating a starkit which wil run > on > MSWin and may have to run under the Vista version thereof? My only test > platform is Windows 2000. I will use Linux with the appropriate > customizing > file to create the MSWin targeted starkits. If you plan to release something to customers on any platform I would suggest that you better actually test your product on the platform in question. However, starkits work fine on Vista. If you make use of tile (ttk in 8.5) then you can even make it look correct for XP and/or Vista. If there are any problems it will be to do with the user access control functions and your application trying to write into forbidden areas of the registry or hard disk. The only way to be sure of that is to actually test it. Pat Thoyts