We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-09-04 06:57 PM - last edited on 2024-09-26 12:23 PM by Doreena Deng
Hallo everyone,
I tried to load the Additional JSON Commands Add-On but it doesn't work. Says that the Add-On is outdated.
did anyone try working with the Add-On with the latest AC26 version?
best regards
Solved! Go to Solution.
2022-09-05 07:31 AM
If anyone is interested:
Tibor has also posted the source code for his AddOn on his GitHub site. To use it in 26, you will have to re compile with the 26.3000 C++ API. I have included Tibor's code in my Python extension "data_access" -- available on my web site.
The commands in Tibor's Python scripts have not changed, so they should work equally well with the 26 compile.
2022-09-05 02:22 AM - edited 2022-09-05 02:23 AM
Add-ons will only run in the version they were compiled for.
Was this JSON add-on compiled for version 25?
Or are you trying to use the 25 add-on?
Barry.
2022-09-05 07:13 AM
it says for AC25 and above
https://github.com/tlorantfy/Archicad-additional-json-commands
2022-09-05 07:31 AM
If anyone is interested:
Tibor has also posted the source code for his AddOn on his GitHub site. To use it in 26, you will have to re compile with the 26.3000 C++ API. I have included Tibor's code in my Python extension "data_access" -- available on my web site.
The commands in Tibor's Python scripts have not changed, so they should work equally well with the 26 compile.
2022-09-05 09:23 AM - edited 2022-09-09 09:23 AM
it worked! Thank you 🙂
2022-09-05 10:57 AM - edited 2022-09-05 10:57 AM
I have the same problem with one of my addons.
in vs2022 i recreated the solution. the cmakeList clearly specifies AC26. made sure I'm using v142 toolset
Cleaned the solution , rebuild it, no errors, but ac26 still won't accept it as a valid addon, with the same error message as OP.
Any help would be appreciated.
2023-02-22 06:58 PM
Hi! This might be a stupid question, but I don't know how to recompile de add-on. Can you help me please? Thanks in advance