2023-11-10 12:02 PM - last edited on 2024-09-16 02:39 PM by Doreena Deng
Hi i am a beginner in developing c++ api. So far i understand how to create dialog boxes and attach various function to it. I wonder if it is possible to just execute some function without dialog box and just execute when loaded. How to setup grc file in this case and what to put in src. I mean do i still would have to use free data check env etc
for example execute this code
https://archicadapi.graphisoft.com/hello-world
2023-11-23 09:06 PM - edited 2023-11-23 09:09 PM
Hi!
There are a lot of different ways to execute functions without a dialog box. In general you will always need the four functions CheckEnvironment, RegisterInterface, Initialize and FreeData.
Here are two ideas to get started:
Hope that helps,
Bernd
2023-11-23 09:08 PM
Yes, thanks a lot! 🙂