Last question :)
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-09-06 11:24 AM - last edited on 2023-08-03 09:36 AM by Doreena Deng
2011-09-06
11:24 AM
Hi!
I Finally succeeded to develop the add-on I wanted to develop for such a long time
BUT:
Im working in a local network with a few computers that use Archicad.
So I copied the apx file to one of the other computers on the network, and when I opened Archicad it said:
"This add-on is an outdated file..." I guess you know the rest.
Why is that?
does it have anything with the network?
how can I solve it?
Lots of thanks!
I Finally succeeded to develop the add-on I wanted to develop for such a long time
BUT:
Im working in a local network with a few computers that use Archicad.
So I copied the apx file to one of the other computers on the network, and when I opened Archicad it said:
"This add-on is an outdated file..." I guess you know the rest.
Why is that?
does it have anything with the network?
how can I solve it?
Lots of thanks!
Labels:
- Labels:
-
Add-On (C++)
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-09-06 10:09 PM
2011-09-06
10:09 PM
zanzibar wrote:Perhaps you linked the add-on against a library that doesn't exist on the other machine?
when I opened Archicad it said:
"This add-on is an outdated file..." I guess you know the rest.
Why is that?
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
2011-09-06 11:07 PM
2011-09-06
11:07 PM
Could you please be more specific?
What kind of libraries could be linkedfor example?
What kind of libraries could be linkedfor example?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-09-07 11:14 AM
2011-09-07
11:14 AM
zanzibar wrote:Your add-on may be linked against 3rd party libraries (DLLs) to add specific functionality. If you don't know what I mean, then that probably isn't the case. Alternatively (in Windows), your add-on might be linked against the debug version of the MS runtime library (MSVCRTD.lib), which is generally only installed with Visual Studio.
Could you please be more specific?
What kind of libraries could be linkedfor example?
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
2011-09-07 01:58 PM
2011-09-07
01:58 PM
Thank you so much!!!!