Got a minute? We appreciate your feedback:

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

Forum Posts

New Developer Hub Migration Completed

[UPDATE] Hi all, thank you for your patience. We are happy to announce that the migration of the Developer Hub has been completed. The Developer Forum is officially retired. To get a quick overview of the new Developer Hub, kindly check out this arti...

My error with API Dev Kit

Hi, AllI wish to make MFC DLL (Regular DLL with MFC statically linked) in VS 2005 C++ with API Dev Kit 11. In procedure : static void Do_Open (void){ API_FileOpenPars fop;GSErrCode err;BNZeroMemory (&fop, sizeof (API_FileOpenPars));fop.fileTypeID = A...

Anonymous
Anonymous
  • 2520 Views
  • 0 replies
  • 0 likes

Linker error - unresolved external symbol GetClassInfo

Hi! I got linker error: error LNK2001: unresolved external symbol "public: virtual class GS::ClassInfo * __thiscall GS::Object::GetClassInfoW(void)const " (?GetClassInfoW@Object@GS@@UBEPAVClassInfo@2@XZ) after that as added following code GS::Array> ...

Anonymous
Anonymous
  • 4084 Views
  • 1 replies
  • 0 likes

Addon getting information from external database (MySQL)

Hi all!I have the following problem:I need to make an addon for Archicad12, that operates with data from mysql database. I wrote basic addon with some menu and handlers for them, now i need to connect to mysql, but can't do anything.I tried to use Od...

Anonymous
Anonymous
  • 7209 Views
  • 8 replies
  • 0 likes

How do I access external custom controls ??

I would like to know how could I call an external custom control (ex color picker) from archicad and store the selected value in a variable for later use in Archicad.Any idea how to do it?Thanks

Anonymous
Anonymous
  • 2077 Views
  • 0 replies
  • 0 likes

programmatically saving

Hi!How is possible to save a project programmatically from an ArchiCAD add-on?Seems that can be done using Communication Manager. But in this case I have know "core" add-on MDID (Module ID) and call command's signature.May be there is a more simpler ...

Anonymous
Anonymous
  • 2568 Views
  • 2 replies
  • 0 likes

Material->GetTextureIndex() always return zero

Hi! I try write rendering Add-on (use reference Rendering DevKit) for ArchiCAD 11. But I can't solve one problem: When i create wrapper for MaterialDialogInterfaceImp interface, in event UpdatePreview I can't get material's texture. Material->GetText...

Anonymous
Anonymous
  • 2381 Views
  • 0 replies
  • 0 likes