2008-09-02 04:18 AM - last edited on 2023-08-04 02:59 PM by Doreena Deng
2008-09-02 10:44 AM
nikko wrote:"ResTmpl.r" is an include file bundled with the ArchiCAD API, and is required for compiling an add-on's resources. It can be found in the Support/Inc directory of your API dev kit. Jut add a path to this directory to the list of Rez Search Paths (see attached image)
I'm trying to compile some of the examples in API DevKit 11.21 on OSX Intel 10.5 using Xcode 3.1 and I consistantly get the following error:
> Rezzing RFIX.mac/Plan_Dump.r(1 error)
> SysError 0 during open of "ResTmpl.r"
I get the same error whether compiling for 10.4 or 10.5
2008-09-03 01:45 AM