> Since Delphi and ICS goes Unicode I suggest to replace
> TIniFile by TRegIniFile in all demo applications.

The demo INI files normally only hold form positions, tick boxes, etc,
rarely anything that needs to be stored in Unicode.  The demos also need
to remain compatible with D7. 

> So I suggest to use the registry with a key under HKCU 
> Software\FPiette\ICS\Demos\ instead, thast would resolve
> problems with UAC in Vista as well.

Using the registry with Vista is trouble due to key remapping and
permissions, I've reverted to using INI files for new applications.  
Ideally INI files should be stored in the user tree, but these are
development samples so the program directory is OK. 

Angus
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to