Error message with RAD Studio 11.1

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
zeras
Posts: 10
Joined: Sun Feb 18, 2018 10:23 am

Error message with RAD Studio 11.1

Post by zeras »

Hallo,
I have installed 11.1 and after that I tried to load new version is TsiLang 7.9.1.1. Installing was OK, but after start of Delphi I got message, that

"Prozedureinsprungpunkt @Siconst@silDEStyleServices" was not found, see picture attached.

What can I do to solve this problem?
Attachments
TsiLang error message.png
TsiLang error message.png (9.93 KiB) Viewed 13759 times
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: Error message with RAD Studio 11.1

Post by isiticov »

Hello,

The most possible reason for this problem is that there is somewhere on your PC older version of TsiLang_11.bpl or TsiLang_11r.bpl. Please try the following:
1. Uninstall TsiLang Components Suite.
2. Check that no TsiLang_11.bpl and TsiLang_11r.bpl files left in Windows\System32 folder and in C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl
3. Reinstall TsiLang Components Suite.

Hope this helps.
Best regards,
Igor Siticov.
zeras
Posts: 10
Joined: Sun Feb 18, 2018 10:23 am

Re: Error message with RAD Studio 11.1

Post by zeras »

Hello,

thanks for info.
I have uninstalled Tsilang (2 versions were shown) and installed again. It works now.

Maybe there was an old testversion installed, but up to now there was no problem.
CJ
Posts: 8
Joined: Fri May 31, 2013 9:50 pm

Re: Error message with RAD Studio 11.1

Post by CJ »

Same issue here.
* Uninstalled - didn't help
* removed all TsiLang*.* from harddrive - still didn't work
* ditto with everything sicomp*.* - didn't work

I was able to install your old version v7.9.0.1 (glad I still had it), but had to enable compatibility options as now Delphi11 crashed upon startup.
My setup is probably a little non-standard. Windows 11 ARM in Parallels desktop on Mac M1.

I'm running again with the above but would like to be able to install your latest version. Any idea what can I do to get it installed?

Screen Shot 2022-05-14 at 4.17.24 PM.png
Screen Shot 2022-05-14 at 4.17.24 PM.png (46.14 KiB) Viewed 13672 times
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: Error message with RAD Studio 11.1

Post by isiticov »

This is a little bit different issue.
It looks like IDE can't find/load TsiLang_11r.bpl file (run-time package for TsiLang_11.bpl).
Anyway, near the TsiLang_11.bpl file there shall be TsiLang_11r.bpl after the installation. Check the IDE's BPLs folder: C:\users\Carsten\Documents\Embarcadero\...\BPL
If TsiLang_11r.bpl is there then it might be that your PATH setting doesn't include that folder so when IDE loads TsiLang_11.bpl it can't find the TsiLang_11r.bpl file. You can either try to fix the PATH setting or copy TsiLang_11r.bpl to Windows\System32 folder.
Best regards,
Igor Siticov.
CJ
Posts: 8
Joined: Fri May 31, 2013 9:50 pm

Re: Error message with RAD Studio 11.1

Post by CJ »

Thank you - that worked!
I added that folder to my path as you mentioned.

I still have to start Delphi with special compatibility settings "Safe emulation" in order to run it on Windows ARM. It has something to do with your component because I don't have to run it in compatibility mode when your component is not installed.
Not a huge problem though.
Screen Shot 2022-05-16 at 5.04.16 PM.jpg
Screen Shot 2022-05-16 at 5.04.16 PM.jpg (72.21 KiB) Viewed 13655 times
Also I had to remove "\$(Config)" (inside "C:\Users\...\TsiLang\Units\ERS 11\$(Platform)\$(Config)") from the library paths for
android32, android64, macOS arm, macOS64
But had to add $(Config) for ios64...

Maybe this helps? If you like me to do some debugging for you then let me know ;)

Thanks for your help - I'm up and running on your latest version :)!
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: Error message with RAD Studio 11.1

Post by isiticov »

CJ wrote: Mon May 16, 2022 9:16 pm Also I had to remove "\$(Config)" (inside "C:\Users\...\TsiLang\Units\ERS 11\$(Platform)\$(Config)") from the library paths for
android32, android64, macOS arm, macOS64
But had to add $(Config) for ios64...
We'll fix this.
Best regards,
Igor Siticov.
Post Reply