SOLVED!
When I link lib to use ORACLE database - archicad say's "addon is outdated"
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-02 07:52 AM - last edited on ‎2021-09-14 01:48 PM by Noemi Balogh
‎2020-09-02
07:52 AM
I need to use ORACLE database with ARCHICAD.
And when I link my add-on with lib from SDK Oracle Instant Client, ARCHICAD not recognizes my apx file as addon and writes that it is outdated.
Please help me understand what the reason is?
And when I link my add-on with lib from SDK Oracle Instant Client, ARCHICAD not recognizes my apx file as addon and writes that it is outdated.
Please help me understand what the reason is?
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-02 09:13 AM
‎2020-09-02
09:13 AM
The message that an add-on is "outdated" is misleading – it's a catch-all error message for "something went wrong when an attempt was made to load the add-on". I suspect that the Oracle library also depends on other libraries and Archicad can't locate them at the point it attempts to load your add-on. It suggest analysing your add-on library dependencies - or reads the console output while the add-on is loading (it might state the missing dependency).
Ralph Wessel BArch
Active Thread Ltd
Active Thread Ltd
2 REPLIES 2
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-02 09:13 AM
‎2020-09-02
09:13 AM
The message that an add-on is "outdated" is misleading – it's a catch-all error message for "something went wrong when an attempt was made to load the add-on". I suspect that the Oracle library also depends on other libraries and Archicad can't locate them at the point it attempts to load your add-on. It suggest analysing your add-on library dependencies - or reads the console output while the add-on is loading (it might state the missing dependency).
Ralph Wessel BArch
Active Thread Ltd
Active Thread Ltd
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-29 04:48 AM
‎2020-09-29
04:48 AM
Thank you! I've just figured it out