2019-04-19 09:12 PM - last edited on 2022-10-05 01:26 PM by Daniel Kassai
Solved! Go to Solution.
2019-04-21 12:59 AM
silazion wrote:The project seems to be damaged. There should be paths to the required API directories listed there. Try downloading the API dev-kit again.
I'm getting 647 errors for DG_Test.cpp. "Can not open source file ... and more"
Do I have to change something at Include Directory to work?
silazion wrote:Yes, when it builds you can see the examples in ARCHICAD.
After I can solve this problem, can I see the examples in archicad? Or, in the examples, only the code is written. I do not understand how I can modify the user interface, should I use C # for this or directly in Archicad?
http://archicadapi.graphisoft.com/hello-world-part-2-dialog-with-text-svg-icon-and-button
2019-04-20 01:13 AM
2019-04-20 01:56 AM
silazion wrote:You can use VS2017 provided you select the VS2015 toolset for building the add-on. There is a blog article on the API Developer website here.
I think i must uninstall VS 2017 and install VS 2015 update 3.
I succeeded to create data base with my ID, i save data base *.h file.
2019-04-20 03:44 PM
2019-04-21 12:59 AM
silazion wrote:The project seems to be damaged. There should be paths to the required API directories listed there. Try downloading the API dev-kit again.
I'm getting 647 errors for DG_Test.cpp. "Can not open source file ... and more"
Do I have to change something at Include Directory to work?
silazion wrote:Yes, when it builds you can see the examples in ARCHICAD.
After I can solve this problem, can I see the examples in archicad? Or, in the examples, only the code is written. I do not understand how I can modify the user interface, should I use C # for this or directly in Archicad?
http://archicadapi.graphisoft.com/hello-world-part-2-dialog-with-text-svg-icon-and-button
2019-04-21 02:44 PM
2020-04-13 06:22 PM
2020-04-13 08:05 PM
2020-04-13 09:51 PM
2020-04-14 10:54 AM
const size_t hwLen = strlen (hwText) + 1;…to this:
const GSSize hwLen = strlen (hwText) + 1;