License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

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

Updating Add-ons from 8.1 to 9

TomWaltz
Participant
I am trying to update an add-on I wrote for 8.1 to run on Archicad 9 on macOS 10.3.

I opened the file in Codewarrior, repointed all the support directories to the DevKit 6.1, and recompiled.

Archicad 9 tells me the add-on is outdated and will not run.

Is there a step I'm missing? Or a FAQ on this topic?

Thanks!
Tom Waltz
4 REPLIES 4
Karl Ottenstein
Moderator Emeritus
Just a guess, Tom: did you do a complete rebuild? It's possible that some old compiled resource or object files were used in the link since an ordinary 'make' wouldn't have found them out of date.

Karl
AC 28 USA and earlier   •   macOS Sequoia 15.4, MacBook Pro M2 Max 12CPU/30GPU cores, 32GB
TomWaltz
Participant
Yeah, I did. I had thought of that as well.
Tom Waltz
TomWaltz
Participant
Whoops! Not complete enough of a rebuild!

It works!
Tom Waltz
Karl Ottenstein
Moderator Emeritus
TomWaltz wrote:
It works!
Hurray!

Karl
AC 28 USA and earlier   •   macOS Sequoia 15.4, MacBook Pro M2 Max 12CPU/30GPU cores, 32GB