We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-05-08 04:56 AM - last edited on 2024-09-17 11:04 AM by Doreena Deng
2024-05-08 10:11 AM
Sorry, I can't read the name of the target project - is that one of the example projects with the DevKit? A link to the file in the github repository might help.
2024-05-09 08:08 AM
I would be surprised if it would depend on the template. Please share the code they are using to get the required information.
2024-05-11 03:41 AM - last edited on 2024-05-11 04:20 AM by Laszlo Nagy
Hi @Viktor Kovacs ,
please find code in attachement.
The project is generated using cmake template on GitHub. Apart from adding grouping for newly added files, there are no other modifications.
The specific method is in the test() ,The data obtained from debugging is as follows
Regards,
Mark
2024-05-11 01:06 PM - edited 2024-05-11 03:10 PM
Ok, I said I would be surprised if it would depend on the template. Now I'm surprised. 😀
Indeed, the example project configuration was different than the template. Example projects are always using ACAP_STAT.lib, even for debug builds. The template was using ACAP_STATD.lib for debug builds, and it seems it caused some runtime problems.
Now it is fixed in the GitHub template, please update your repository and now it should work. Thank you for the report.
2024-05-12 05:29 AM
Hi Viktor,
thanks a lot. we will check new cmake template.