2010-05-20
03:48 AM
- last edited on
2023-08-03
11:47 AM
by
Doreena Deng
2010-05-20 03:22 PM
wcyoot wrote:I wouldn't recommend using MFC for plugin development, and I doubt you will get any examples of it. A plugin is not an application, and therefore does not have the freedom to do things MFC might assume are possible. You will certainly have problems if you use it for the UI, e.g. you will not be able to integrate API controls for attributes like pens, materials, etc. Your best bet is to build your plug-in on the ArchiCAD API.
Who can give me a simple example of add-on what supports or uses MFC?
2023-03-03 03:09 AM
I want use some MFC variable, such as CArray、CString and so on. How to support it。
Thanks for much!