Yesterday I've tried to create a system daemon app.
That was really easy (yay!), but I have some problems with unicode support.
Here's a screenshot which will explain it better than me:
I've tried to set names for a daemon class in the code like this...
DaemonDefs.Daemons[0].Description:=UTF8ToSys('*Text in russian goes here*');
DaemonDefs.Daemons[0].DisplayName:=UTF8ToSys('*Text in russian goes here*');
DaemonDefs.Daemons[0].Name:=UTF8ToSys('*Text in russian goes here*');
...but it didn't work out.
CT 4.5, Win XP Pro SP3. One may say that XP is outdated, but the severe reality forces federal companies to use XP instead 7 or 8, so my apps need to be XP-compilant.
Regards!