cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Archicad C++ API
About Archicad add-on development using the C++ API.

Development problem with Api13

Anonymous
Not applicable
Hello !

I am a new programmer, i need your help.
I have a problem , I built a version 12’s code in Api 13 on macintosh but xcode gives me the following error. "expected unqualified -id before 'OTHER' token ".

thank you

David

ps: if you speak french, I prefer to speak french.
4 REPLIES 4
Ralph Wessel
Mentor
atila-diffusion wrote:
...xcode gives me the following error. "expected unqualified -id before 'OTHER' token ".
I need more information. What was the context for this error? If it was a compile error, can you reply with the line at which it occurred?
Ralph Wessel BArch
Software Engineer Speckle Systems
Anonymous
Not applicable
it was a compile error . It's strange, the fault appears in the first line but the first line is comment.
I don't know if it's useful but it's in a file. Cpp.

thanks

David.
Ralph Wessel
Mentor
atila-diffusion wrote:
it was a compile error . It's strange, the fault appears in the first line but the first line is comment.
I don't know if it's useful but it's in a file. Cpp.
Do any of the files in your project have a name with a single or double quote in it ( ' or " )? If so, then remove the quote(s).
Ralph Wessel BArch
Software Engineer Speckle Systems
Anonymous
Not applicable
Not unrelated to the 'or ". In fact it came from code that was in unicode, I do not know why.
I managed to compile without errors. My addon works so now Archi13 Mac.