problem with add-on running in x64 bit ArchiCAD
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2010-08-09
11:58 AM
- last edited on
‎2023-08-03
11:29 AM
by
Doreena Deng
‎2010-08-09
11:58 AM
I compiled my addon that can run in archicad13, 32 bit, pc.
I open up a new API project with "include x64 target" option checked and transfer all the script across and compile it again.
When I try to load the add on under window 7, archicad13, 64 bit. It says:
"The file is an outdated Add-On that cannot be used with this Archicad.exe"
What can I do to make the add on run in archicad13, 64 bit window 7?
I am using visualstudio 2005 as my development platform
Thanks
Alfred
I open up a new API project with "include x64 target" option checked and transfer all the script across and compile it again.
When I try to load the add on under window 7, archicad13, 64 bit. It says:
"The file is an outdated Add-On that cannot be used with this Archicad.exe"
What can I do to make the add on run in archicad13, 64 bit window 7?
I am using visualstudio 2005 as my development platform
Thanks
Alfred
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2010-08-09 02:10 PM
‎2010-08-09
02:10 PM
sorted with setting active solution platform to x64 in vs2005. Thanks