ArchiCAD 9 Developer Tools Available for Download

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2004-09-20
11:35 AM
- last edited on
2023-08-07
12:16 PM
by
Doreena Deng
- Labels:
-
Add-On (C++)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2004-11-03 12:36 PM
Any idea when the ODBC drivers for version 9 will be released?
Cheers
Ben

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2004-11-09 01:21 PM
The updated driver is now available at http://www.graphisoft.com/support/developer/.
Sorry for the delay,
Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-05-24 04:34 AM
I asked for Visual Studio 2003 , but was given Visual Studio 2005.
Visual Studio 2005 converts the solutions OK, but can n't compile the resources. The following from DLL Test, but also tried another example and get stopped at the same point.
Error 1 fatal error RC1015: cannot open include file 'Dll_Test.grc.rc2'. c:\Program Files\Graphisoft\API Development Kit 6.1\Examples\Dll_Test\RFIX.WIN\Dll_Test.rc2 19
Error 2 error PRJ0019: A tool returned an error code from "Compiling the RC2 file..." Dll_Test
Has anyone used Visual Studion 2005 with the ArchiCAD 9 Developer Tools ?
Todd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-08 04:39 PM
I was build some DevKit Examples successfully with my developing ID and load it to ArchiCAD 12.
Then I was create a new ArchiCAD Add-On project and just try to compile it.
The next error occur:
------ Rebuild All started: Project: ArchiCAD Add-On2, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'ArchiCAD Add-On2', configuration 'Debug|Win32'
Compiling the RC2 file...
External build tool process set to low priority...
d:\work\archicad\ArchiCAD Add-On2\ArchiCAD Add-On2\Make.Win\..\RFIX.WIN\ArchiCADAddOn2.rc2(15) : fatal error RC1015: cannot open include file '..\Debug\ArchiCADAddOn2.grc.rc2'.
Project : error PRJ0019: A tool returned an error code from "Compiling the RC2 file..."
Creating browse information file...
External build tool process set to low priority...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '.\debug\ArchiCADAddOn2.sbr': No such file or directory
Build Time 0:00
Build log was saved at "file://d:\work\archicad\ArchiCAD Add-On2\ArchiCAD Add-On2\Make.Win\Debug\BuildLog.htm"
ArchiCAD Add-On2 - 3 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Please, show me my error.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-08 06:26 PM
First, try copying your entire new project folder to be inside the Examples folder. If that builds, then it is indeed just an issue of the build settings using relative paths.
If that still does not work, then since the examples build for you, just copy and example, and replace the source files for it with yours and go from there....unless you feel like digging into all of the build settings to track it down the problem...
Karl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-11 10:40 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-11 06:50 PM
Thanks,
Karl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-14 05:03 PM
I use example project as base for my Add-On.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2010-03-16 07:15 PM
I just tried to compile the 64-bit version of my add-on and it doesnt work. Im using MSVC 2005 and devKit 13 (latest).
If I compile the 32-bit version, everything goes right, build succeeds and add-on is working.
But when I switch the libraries to x64 and switch the compiler to x64, it stops on the error mentioned previously:
"fatal error RC1015: cannot open include file 'Selection_Manager.grc.rc2'." and so on.
Any idea where the problem could be? Thanks
Peter
I tried clean devkit examples: it is the same - win32 compiling ok, x64 with 64bit libraries has error