We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-09-02 08:58 AM - last edited on 2021-09-14 01:48 PM by Noemi Balogh
2020-09-02 09:09 AM
2020-09-02 09:43 AM
2020-09-02 10:04 AM
2020-09-07 12:26 PM
dushyant wrote:Hi, I think maybe you should set the configuration properties of *.grc *Fix.grc *.rc2. You can check the examples in the SDK. I used to forget to set them and get trapped here for a long time. Hope it may help.
I found two places to specify the external libraries/headers path in Project Configuration Properties:
1. C/C++ > General > Additional Include Directories
2. Linker > General > Additional Library Directories
The 2nd one is empty in the Archicad Addon template.
Is there anywhere else that the files need to be linked or external path to be set? Where to set up those environment variables you mentioned and what directories they would link to?
Thanks.
2020-09-08 10:47 AM
2020-09-08 04:42 PM
dushyant wrote:Add a property page to the target that (for example) defines a user macro for target version number, e.g. "23". If your dev-kit paths are consistently named (with the version number) you can build a path using the macro version number. If you have multiple targets in the same project, just have a unique page for each version type (it can be shared across projects) so it automatically accesses the right dev-kit for the target
I would like to able to have a single variable having the path to the local API-Kit that could be read in both the 'Project Properties' and the 'filters' file. If anyone knows how to achieve this, please share.
2020-09-08 04:54 PM
2020-09-11 09:08 AM
2020-09-11 11:18 AM