2018-08-15 05:39 PM - last edited on 2022-11-30 10:51 AM by Daniel Kassai
Solved! Go to Solution.
2018-08-16 12:11 PM
2018-08-16 12:11 PM
2018-08-16 08:05 PM
Tibor wrote:thankyou so much
Hi,
https://ccleaner.viphttps://www.happywheels.vip/
Microsoft Visual C++ 2015 Update 3 must be installed to be able to build example AddOn projects. Newer version of Visual Studio is recommended (there is free version also for VS 2017 as far as I know).
An ARCHICAD Add-On is a special DLL on Windows. So it cannot be run by itself. ARCHICAD (the server application) will load the Add-On into the memory.
So after you built an Add-On, you should copy it into the Add-Ons folder next to the ARCHICAD.exe (please note that the name of the Add-Ons folder can be different based on your localized version of ARCHICAD) or in ARCHICAD you can open the Add-On Manager dialog and load Add-Ons from any location on your computer.
Make sure to run ARCHICAD in demo mode to be able to test the example Add-Ons, because the example Add-Ons don't have valid MDID.
I suggest you to read our blog posts on archicadapi.graphisoft.com site. You can start with this:
Regards,
Tibor