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?
Error message with RAD Studio 11.1
Error message with RAD Studio 11.1
- Attachments
-
- TsiLang error message.png (9.93 KiB) Viewed 32260 times
Re: Error message with RAD Studio 11.1
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.
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.
Igor Siticov.
Re: Error message with RAD Studio 11.1
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.
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.
Re: Error message with RAD Studio 11.1
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?
* 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?
Re: Error message with RAD Studio 11.1
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.
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.
Igor Siticov.
Re: Error message with RAD Studio 11.1
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.
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
!
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.
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
