Archicad 19 crashes on line ACAPI_Interface
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-10-28
05:51 PM
- last edited on
2023-07-13
02:57 PM
by
Doreena Deng
2015-10-28
05:51 PM
Hi
Today I tried to compile my add-on by DevKit19 for Archicad19
In my code I have a progress bar logic.
It's working fine in Archicad 18 but in Archicad19 it crashes
Here is the exact code where it crashes
Today I tried to compile my add-on by DevKit19 for Archicad19
In my code I have a progress bar logic.
It's working fine in Archicad 18 but in Archicad19 it crashes
Here is the exact code where it crashes
ACAPI_Interface (APIIo_InitProcessWindowID, "Connecting ... ", &nPhase);Thanks in advnace.
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-10-29 07:12 AM
2015-10-29
07:12 AM
Title parameter is GS::UniString in AC19.
May be it is a reason.
May be it is a reason.