We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2007-02-14 03:34 PM - last edited on 2023-08-07 10:43 AM by Doreena Deng
2007-02-14 05:56 PM
Marius wrote:Don't use any standard C/C++ functions in conjunction with the ArchiCAD API. They make assumptions about the string representation that aren't necessarily true (hence the crashes). Use the ArchiCAD API String Manager instead (refer to the GSRoot documentation, subsection on String Manager).
Hy there!
I'm having a lot of troubles recently in developing Archicad add-ons because I can't any <string.h> function to work. It seems that when encountering a call to one of these functions, the add-on simply stops. Any ideas?
2007-02-15 10:55 AM