Search found 7 matches

by Ilgyu
Thu Apr 09, 2020 7:02 am
Forum: TsiLang Components Suite
Topic: 'Access violation' has occurred always when closing the app.
Replies: 7
Views: 3906

Re: 'Access violation' has occurred always when closing the app.

I have removed TsiLang_XE102r from the "runtime package" in the project option, but the linker(ilink32) always linked 'TsiLang_XE102r.lib'. (Even though all the 'TsiLang_XE102' is deleted by opening the Project file in TextEditor, tlilnk32 always link this Lib.) I also tried uncheck 'Link ...
by Ilgyu
Tue Apr 07, 2020 6:00 am
Forum: TsiLang Components Suite
Topic: 'Access violation' has occurred always when closing the app.
Replies: 7
Views: 3906

Re: 'Access violation' has occurred always when closing the app.

Thank you for your kind reply. I've not tried your suggestion yet, but I'd like to ask if I can make a run-time package that only contains FMX. My project consists of over 200 separated bpl projects. MainFrom load these BPLs at run-time. Therefore I'm unwilling to add .pas or .obj to all project fil...
by Ilgyu
Tue Apr 07, 2020 12:38 am
Forum: TsiLang Components Suite
Topic: 'Access violation' has occurred always when closing the app.
Replies: 7
Views: 3906

Re: 'Access violation' has occurred always when closing the app.

Thank you for your reply. I have tried to exclude linking VCL version of TsiLang according to your comment, but I don't know how can I did it. Here are what I tried, 1. Replaced "\Units\ERS XE102\$(Platform)" to "\Units\ERS XE102\$(Platform)\FMX" from the link path in the "T...
by Ilgyu
Mon Apr 06, 2020 7:22 am
Forum: TsiLang Components Suite
Topic: Korean text is broken when extract strings from a source.
Replies: 4
Views: 3076

Re: Korean text is broken when extract strings from a source.

It seems that the results are different depending on the Locale settings of Windows. In my PC, Korean character was always broken even locale was set to English. I think Korean font or other setting might be caused this issue, so I have installed new PC and set only English. It is working well in th...
by Ilgyu
Mon Apr 06, 2020 7:16 am
Forum: TsiLang Components Suite
Topic: 'Access violation' has occurred always when closing the app.
Replies: 7
Views: 3906

'Access violation' has occurred always when closing the app.

Hi. In the C++Builder with TsiLang, 'Access violation' error has occurred always when closing a MainForm. Environment: Windows 10 pro RAD Studio 10.2.3 (and 10.3.3) TsiLang 7.8.1 (latest) Steps to reproduce : 1. Run 'RAD Studio' and click 'Create a new Multi-Device Application - C++' and select 'Bla...
by Ilgyu
Thu Feb 20, 2020 12:17 am
Forum: TsiLang Components Suite
Topic: Korean text is broken when extract strings from a source.
Replies: 4
Views: 3076

You can reproduce in simple way. Add code like "ShowMessage(L"한글 문�열입니다.");", and press 'ctrl+L' to open TsiLang Expert, Then press 'Strings in Source', you can see the same result. (If you want sample code, please download from here .) FYI, I'm using C++Builder 1...
by Ilgyu
Wed Feb 19, 2020 1:33 pm
Forum: TsiLang Components Suite
Topic: Korean text is broken when extract strings from a source.
Replies: 4
Views: 3076

Korean text is broken when extract strings from a source.

There are 2 problems. 1. If I click the "Strings in source" button, TsiLang extracts all strings from the source code and showing the list. But Korean text is shown broken. Broken text is inputted to the source code as it is. So I cannot build the source code and I cannot read text from Tr...