SOLVED!
Create basic AddOn for Archicad 22 in Visual Studio
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-04-19
09:12 PM
- last edited on
‎2022-10-05
01:26 PM
by
Daniel Kassai
‎2019-04-19
09:12 PM
Hello. Please very good if you can help me. I want to create an AddOn for Archicad 22 that is similar to Eptar Reinforcement as design.
I installed Visual Studio 2017, Archicad 22, I have the Archicad developer key, but I can not compile a code and install it as an addon in Archicad.
I want to learn how to make a very simplified addon, to see in Archicad that a window with a function opens and to go.
I looked at c ++ tutorials, c # .. but in vain.
I saw the extension of an addon is *. APX. do I have to do a Setup.exe for addon or how to do it? Interface in Archicad I create in C #?
I've been trying to see the examples from Archicad, but I get errors.
Some print screens would be very useful if you can not do a basic tutorial.
Please be very nice if you can help me. Bogdan
Sorry for my bad enlish
i hope you understand
I installed Visual Studio 2017, Archicad 22, I have the Archicad developer key, but I can not compile a code and install it as an addon in Archicad.
I want to learn how to make a very simplified addon, to see in Archicad that a window with a function opens and to go.
I looked at c ++ tutorials, c # .. but in vain.
I saw the extension of an addon is *. APX. do I have to do a Setup.exe for addon or how to do it? Interface in Archicad I create in C #?
I've been trying to see the examples from Archicad, but I get errors.
Some print screens would be very useful if you can not do a basic tutorial.
Please be very nice if you can help me. Bogdan
Sorry for my bad enlish

Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
13 REPLIES 13
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-14 05:52 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-14 06:05 PM
‎2020-04-14
06:05 PM
Try making that:
const GSSize hwLen = static_cast<GSSize>(strlen (hwText) + 1);
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-14 09:04 PM
‎2020-04-14
09:04 PM
the compilation works fine but I couldn't see the Hello world on Archicad. 
Menu loaded, but When I click it, nothing happened.
When I finished the compilation first time, the tool showed me a warning. Second time, it didn't.
![]()


Menu loaded, but When I click it, nothing happened.
When I finished the compilation first time, the tool showed me a warning. Second time, it didn't.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-14 11:17 PM
‎2020-04-14
11:17 PM
That's a link warning, but you can ignore that one - it's only advice (and irrelevant in this case). It will only show up when you rebuild following a change.
Ralph Wessel BArch
Central Innovation
Central Innovation
- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »