Add-on problem
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-14
10:37 AM
- last edited on
2021-09-14
09:54 AM
by
Noemi Balogh
2021-03-14
10:37 AM
Hi, I develop a add-on. And it works in my Archicad 21. I ensure that I use visaul studio 2015 and MDID of my add-on is right. But it cannot be used in ArchiCAD 21 of other people.
Problem reason is in the following picture.![]()

THANKS!
Problem reason is in the following picture.
THANKS!
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-16 06:28 PM
2021-03-16
06:28 PM
Hi,
Does your Add-On have any external dependencies? Using any other 3rd party libraries (DLL) etc.
If yes, then those must be placed next to Archicad.exe.
Please make sure you publish the Release version of your Add-On!
If you accidently publish the Debug version then this can happen...
Does your Add-On have any external dependencies? Using any other 3rd party libraries (DLL) etc.
If yes, then those must be placed next to Archicad.exe.
Please make sure you publish the Release version of your Add-On!
If you accidently publish the Debug version then this can happen...
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-18 10:47 AM
2021-03-18
10:47 AM
Thanks, I check two cases. I use dlls and copy them in Archicad folder. and I ues release version, but add-on cannot be used in other computer. I feel confused.