License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Archicad C++ API
About Archicad add-on development using the C++ API.

Who can give me an example of add-on what supports MFC?

Anonymous
Not applicable
just as the title.

Who can give me a simple example of add-on what supports or uses MFC?

Thanks a lot!

my email: weiqy@bjcks.com
2 REPLIES 2
wcyoot wrote:
Who can give me a simple example of add-on what supports or uses MFC?
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.

Which features of MFC do you hope to use?
Ralph Wessel BArch
Central Innovation

I want use some MFC variable, such as CArray、CString and so on. How to support it。

 

Thanks for much!