Jump to content
Vilabostan

CryptoLib4Pascal in Delphi 10.4

Recommended Posts

I am using Delphi 10.4 Community edition. I tried to install CryptoLib4Pascal libraries.

 

The CryptoLib4Pascal should be compiled by Delphi Tokyo+ compiler and 10.4 is using Sydney compiler.

 

After compilation with Sydney compiler it is not possible to add package .bpl file can not be installed because it is not a design time package.

 

Is there a way to install CryptoLib4Pascal in Delphi 10.4 community?

 

 

Share this post


Link to post

I actally do not need it at aal.

 

So is it possible to compile .exe and run it not from IDE but with CryptoLib4Pascal included in run-only .exe file?

Share this post


Link to post
4 hours ago, Vilabostan said:

So is it possible to compile .exe and run it not from IDE but with CryptoLib4Pascal included in run-only .exe file?

Yes. The package in this library is a runtime package for use if you are using runtime packages rather than a monolithic executable.

 

Just include the source code for the library and compile it. There is a sample program that does this.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×