torokze
Participant
since ‎2023-09-04
2 weeks ago

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

Hello, During the adaptation of our addon to the new Archicad 28 Windows, an exception occurs in the function below. inline void CCALL operator delete (void *p) noexcept { GS::MemoryManager::Free (p); } It's a simple std::string deallocation. The str...
Previously, Archicad ran in a VMWare virtual machine. However, since AC26, the main window crashes immediately upon startup. This makes addon development and testing more difficult. Is there any solution for this? Other virtual machine software is no...
The API function ACAPI_IFC_APIGuidToIFCGuid has been removed from the Archicad 28 SDK. There is no information about the removal and replacement. Can I get more info?Thanks