sbridge260.bpl not found

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
tkasloff
Posts: 7
Joined: Thu 09 Jul 2020 14:26

sbridge260.bpl not found

Post by tkasloff » Sun 02 Aug 2020 21:10

-App built on local PC with Windows 10 Pro in Delphi 10.3 RIO 32 bit (Link to Run-time packages set to false) (Trial version of SecureBridge installed & expires after end of Aug/20)

-Host PC: Windows 2016
-.exe copied to folder on host
-sbridge260.bpl copied to same folder on host as .exe
-sbridge260.bpl also copied to windows\system32 folder on host

When I try to manually run the app on host, it says sbridge260.bpl cannot be found .

Any suggestions on how to resolve this issue would be much appreciated.

Thanks.

tkasloff
Posts: 7
Joined: Thu 09 Jul 2020 14:26

Re: sbridge260.bpl not found

Post by tkasloff » Mon 03 Aug 2020 18:10

mistake, Host PC should be : Windows Server 2016

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: sbridge260.bpl not found

Post by ViktorV » Tue 04 Aug 2020 13:08

If you are evaluating deploying Windows applications with SecureBridge Trial Edition, you will need to deploy the following BPL files:
sbridgeXX.bpl always
and their dependencies (required IDE BPL files) with your application, even if it is built without run-time packages:
rtlXX.bpl always
This information is contained in the phrase "and their dependencies (required IDE BPL files)": https://www.devart.com/sbridge/docs/deployment.htm

tkasloff
Posts: 7
Joined: Thu 09 Jul 2020 14:26

Re: sbridge260.bpl not found

Post by tkasloff » Tue 04 Aug 2020 14:22

Would you know which bpl's are the dependencies?

I don't have the dpk for sbridge260.bpl so don't have much to go on.

I also copied dclsbridge260.bpl & indy10sbridge260.bpl to same folder as .exe on host but still got same error - it says sbridge260.bpl cannot be found

tkasloff
Posts: 7
Joined: Thu 09 Jul 2020 14:26

Re: sbridge260.bpl not found

Post by tkasloff » Tue 04 Aug 2020 19:49

found the other dependency - it's rtl260.bpl (built a small utility app to get this info)

With that one added to folder, the app finally worked

Bottom line, for my app with trial license, the only .bpl files that had to be copied to same folder as .exe on host were:
-sbridge260.bpl
-rtl260.bpl (would have saved a lot of time if this were in help file, too!)

dclsbridge260.bpl & indy10sbridge260.bpl were NOT required.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: sbridge260.bpl not found

Post by ViktorV » Wed 05 Aug 2020 14:39

Thank you for the interest to our product.
It is good to see that the problem has been solved.
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.
Note in the previous answer we wrote to you that you need these two files))
If you are evaluating deploying Windows applications with SecureBridge Trial Edition, you will need to deploy the following BPL files:
sbridgeXX.bpl always
and their dependencies (required IDE BPL files) with your application, even if it is built without run-time packages:
rtlXX.bpl always
This information is contained in the phrase "and their dependencies (required IDE BPL files)": https://www.devart.com/sbridge/docs/deployment.htm

tkasloff
Posts: 7
Joined: Thu 09 Jul 2020 14:26

Re: sbridge260.bpl not found

Post by tkasloff » Wed 05 Aug 2020 14:55

you are absolutely correct - missed the rtlXX.bpl always part!

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: sbridge260.bpl not found

Post by ViktorV » Fri 07 Aug 2020 13:30

Feel free to contact us if you have any further questions about our products.

Post Reply