cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problems with String functions

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?
2 Replies 2
Marius wrote:
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?
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).
Ralph Wessel BArch
Central Innovation
Anonymous
Not applicable
Thank you!

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!