Jump to content
AlexBelo

Compiling a component for Win64

Recommended Posts

Hi all.

I recompile my old 32-bit codebase to use it in Win64 projects.

At moment I need to recompile a component with ide designer part (it lives in separate unit).

Question: how to configue my package to avoid compilation of this unit?

Share this post


Link to post

It was a must if you have done a bit more than just registering a component (such as custom designers and stuff) because then the package requires designide.bpl which you must not ship.

Yet the IDE even in 11.1 creates new packages as design&runtime 🙄

  • Like 1

Share this post


Link to post

Hmm... But how I use such a component for more then 15 years?.. 

OK, most likely because I always compile monolithic executables. 🙂

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

×