Page 1 of 1

i18n: Tlocalizer and TService

PostPosted: March 21st, 2016, 4:13 pm
by Sato
Hi!
I'm using Delphi Xe2, and my service doesn't start if i use tlocalizer component in the same scope. If I start the same code with a container (form) instead of tservice, everything is ok. Is there any solution for this?

Re: i18n: Tlocalizer and TService

PostPosted: March 23rd, 2016, 10:53 am
by Sato
The problem was around Tlocalizer.seturi method. Missing CoInitialize, CoUninitialize...