读书人

c++ builder 关于Dll中使用到vcl Form

发布时间: 2013-09-17 13:35:59 作者: rapoo

c++ builder 关于Dll中使用到vcl Forms的注意事项含义。
Note:When writing a DLL that uses VCL forms, assign the window handle of the host EXE's main window to the DLL's Application->Handle property. This makes the DLL's form part of the host application. Never assign to the Handle property in an EXE.
请教大虾,这句话的含义。。

读书人网 >C++ Builder

热点推荐