2014-10-10 08:03 AM - last edited on 2023-08-01 02:07 PM by Doreena Deng
2014-10-12 08:05 AM
ViloFR wrote:The interface will always be correct. The documentation probably isn't entirely up to date (it's a tough job).
In the header file DG.H, it is declared as :
void DGSetDialogTitle (short dialId, const GS::UniString& title);
1. What is the right declaration in ACAP 18 ?
2. If this is the second one, because UniString is exported as a class, it is not possible with any other language appart from C to instantiate it.
How am I supposed to call this function ?
In other words, is ArchiCAD addon dev reserved to those who are using the same language, EDI, and specific version of the EDI (otherwise ACAP_STAT.LIB is not linkable) as Graphisoft ?
2014-10-13 07:57 AM