Jump to content
HalfBlindCoder

Is there any way to install delphi 10.4 package into Delphi 10.3?

Recommended Posts

I am very new in Delphi vcl development. My question might be very armature type but I need your help. Is there any way to install Delphi 10.4 package into Delphi 10.3?

Share this post


Link to post

You have to recompile the 10.4 package source code with 10.3 hoping that the code doesn't use any new feature.

  • Like 1

Share this post


Link to post
8 hours ago, HalfBlindCoder said:

Is there any way to install Delphi 10.4 package into Delphi 10.3?

Package binaries are specific to each compiler version.  10.3 can only use packages that have been compiled for 10.3, etc.  If you have the source code for the 10.4 package, you will have to compile it using 10.3's compiler.

  • Like 2

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

×