64bit add-on develop
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-12-17
11:13 AM
- last edited on
‎2023-08-03
01:13 PM
by
Doreena Deng
‎2009-12-17
11:13 AM
I just create a 64bit add-on with 13.2517 version. when I load my add-on in Archicad13 on a 64bit win7 machine, it told me"The file is an outdated Add-on that cannot be used with this ArchiCAD version". My install package is AC13-INT32.exe. thanks.
Labels:
- Labels:
-
Add-On (C++)
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-12-17 02:48 PM
‎2009-12-17
02:48 PM
reed wrote:Are you saying you tried to use a 64-bit add-on with the 32-bit installation of ArchiCAD? If so, that won't work. To use 64-bit add-ons, everything should be 64-bit: the OS, the add-on, and ArchiCAD.
I just create a 64bit add-on with 13.2517 version. when I load my add-on in Archicad13 on a 64bit win7 machine, it told me"The file is an outdated Add-on that cannot be used with this ArchiCAD version". My install package is AC13-INT32.exe. thanks.
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-12-21 03:45 AM
‎2009-12-21
03:45 AM
okay, I now get an 64bit installer AC13-INT64.exe, and the error message still exists, what's the possible reason? The same 32bit add-on works well.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-12-21 03:49 PM
‎2009-12-21
03:49 PM
reed wrote:Did you follow the Migration Guide in the API documentation? Specifically, did you change the solution platform to x64 and link in the 64-bit libraries?
okay, I now get an 64bit installer AC13-INT64.exe, and the error message still exists, what's the possible reason? The same 32bit add-on works well.
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-12-22 06:50 AM
‎2009-12-22
06:50 AM
Ralph wrote:Yes, I had changed to x64 platform and refered to the corrct 64 bit libraries. But not much changes on the codes, only some data type modification.
Did you follow the Migration Guide in the API documentation? Specifically, did you change the solution platform to x64 and link in the 64-bit libraries?