Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compiling for ACAD 2004

1 REPLY 1
Reply
Message 1 of 2
caman
121 Views, 1 Reply

Compiling for ACAD 2004

Hi, in compiling our program in C++ for autocad 2004 and inventor we have this problem: in file string.h system sayd d:\Programme\Vc7\include\string.h fatal error C1017: Ungültiger Ausdruck für Ganzzahlkonstante (Invalid expression for Integer constant) I thing, taht I haven´t good definition of my #if - I have free If, but when I made some neu value and play the debugger - I had about 200 error :-((( Thanks for help
1 REPLY 1
Message 2 of 2
avbuiten
in reply to: caman

Looks to me that it has something to do with the machine type the C compiler is thinking you are running on. For example if you declared a constant bigger than the INT_MAX(2147483647) than you may get this result.

How about the other header files included in you’re program?
Didn’t forget one or added in the wrong order?

By the way, this header file has only 56 lines, that’s 4 error per line!!! 🙂

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report