MFC usage with Archicad Add on
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-10-09
04:12 PM
- last edited on
2021-09-14
01:43 PM
by
Noemi Balogh
2020-10-09
04:12 PM
I have created add-ons for 4 other CAD/3D applications, and have a complex set of MFC based dialogs already built.
I would like to use those same dialogs for an Archicad Add On. Looking at the forum, there does not seem to be support for this? Has anyone found a way?
I would like to use those same dialogs for an Archicad Add On. Looking at the forum, there does not seem to be support for this? Has anyone found a way?
Labels:
- Labels:
-
Add-On (C++)
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-11-17 09:11 AM
2020-11-17
09:11 AM
FWIW, MFC will be useless for a user on macOS.
The DevKit only supports using the Graphisoft provided dialog resource methods. For anything beyond that, I guess you are on your own. I think you either use the method provided or may fall back on using a Browser component and a Web UI.
The DevKit only supports using the Graphisoft provided dialog resource methods. For anything beyond that, I guess you are on your own. I think you either use the method provided or may fall back on using a Browser component and a Web UI.
--- stefan boeykens --- bim-expert-architect-engineer-musician ---
Archicad28/Revit2024/Rhino8/Solibri/Zoom
MBP2023:14"M2MAX/Sequoia+Win11
Archicad-user since 1998
my Archicad Book
Archicad28/Revit2024/Rhino8/Solibri/Zoom
MBP2023:14"M2MAX/Sequoia+Win11
Archicad-user since 1998
my Archicad Book
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-01-15 06:06 PM
2021-01-15
06:06 PM
I have created a separate DLL with my dialogs, and call them from my Archicad plugin.
This has allowed me to keep my dialogs (and dialog logic) consistent will my other apps.
This has allowed me to keep my dialogs (and dialog logic) consistent will my other apps.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-09 10:07 AM
2021-03-09
10:07 AM
Dear MG_NV,
Could you say, what you used for creating UI, that's in your DLL? MFC, Qt, or maybe WPF)))
Could you say, what you used for creating UI, that's in your DLL? MFC, Qt, or maybe WPF)))
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-09 03:41 PM
2021-03-09
03:41 PM
I used MFC