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

只愿长相守 提交于 2019-12-30 05:53:06

问题


I need convert a VCL component from 32bit to 64bit (Delphi XE2). Now infact I can install it only if I select "32bit Platform", if I select "64bit Platform" I can compile it but not install (there is not the install menu). How can I add 64bit support and install it for 64bit application?


回答1:


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.



来源:https://stackoverflow.com/questions/7719297/how-add-delphi-xe2-64bit-support-to-a-simple-delphi-xe2-32bit-vcl-component

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