How add Delphi XE2 64bit support to a simple Delphi XE2 32bit VCL component?

瘦欲@ 提交于 2019-11-30 17:31:06

If you mean "install it into the IDE", the simple answer is that you cannot.

The IDE is a 32-bit application and is not designed to host 64-bit DLL's. Any components or plug-ins must be compiled for 32-bit in order to work with the IDE itself.

64-bit support in a component is for runtime support only, not design-time.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!