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

Compile and create my own API in C++

Anonymous
Not applicable
Hi,

i'm Alex, from Spain. I need help about how to program API's for archiCAD, specifically how to compile C++ programs alredy finished with Qt GUI in Visual Studio and transform this project in an archiCAD API. I guess is something difficult but probably is not impossible. Please if somebody can help me or suggest me something different, please just contact with me here.

Thank you!
20 REPLIES 20
Anonymous
Not applicable
Hi again,

i was reading the manual about differences between modal and modeless dialogs. Probably i am more interested in Modeless but, the aplication does not run when i use it instead of Modal(runs properly). Could you help me?


//isOK = (DGModalDialog(CalcEnerMin_GDLGID, CalcEnerMinDlgCallBack,0) == DG_OK);

isOK = (DGModelessInit(CalcEnerMin_GDLGID, CalcEnerMinDlgCallBack,0,1) == DG_OK);