Is there any guild for newbie to create a start project with C++ and Visual Studio 2017?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-07-17
07:36 AM
- last edited on
‎2022-10-04
04:28 PM
by
Daniel Kassai
I have just found in the API website but cannot find any post or guide to create a start project with VS 2017 with C++ (just have Hello World 2 blog post).
Regards,
SAGI-Viz
- Labels:
-
Add-On (C++)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-07-17 08:31 AM
Please download the General API development kit, you'll find plenty of examples there. Our advice is to go through them, and explore what's happening.
Best, Akos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-07-17 09:39 AM
Thank you very much. I will do it and learn something from the documents.
Best regards, HAI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-07-25 06:44 AM
Could you please help me to fix my problem in Build example add-on?
I cannot Build the Geometry_Test Example, error is below
1>------ Build started: Project: Geometry_Test, Configuration: Debug x64 ------
1>Geometry_Test.cpp
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2589: '(': illegal token on right side of '::'
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2146: syntax error: missing ')' before identifier 'strcmp_DISABLED'
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2065: 'strcmp_DISABLED': undeclared identifier
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2143: syntax error: missing ';' before '!'
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2059: syntax error: ')'
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2059: syntax error: '=='
1>Done building project "Geometry_Test.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Please show me how to fix it to build. Thank you.
Regards, HAI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-07-25 08:32 AM
This could probably be because your toolset version does not match the required toolset version.
try downloading the vs2015 toolset v140. if the problem is still there do tell here

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-07-25 09:07 AM
Please read this blog post for further details: Working in Visual Studio 2017
Please note that ARCHICAD 23 will use the Visual Studio 2017 toolset for building Add-On projects. So you won't be able to build your add-on projects in Visual Studio 2015.
You can check the new API features and technical changes in ARCHICAD 23 here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-07-29 06:04 AM
Thank so much for your supporting.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-10 11:56 PM
This tutorial can be really useful for.