Version of Visual studio for compiling AutoCAD 2018 ObjectARX app

Version of Visual studio for compiling AutoCAD 2018 ObjectARX app

Anonymous
Not applicable
3,639 Views
3 Replies
Message 1 of 4

Version of Visual studio for compiling AutoCAD 2018 ObjectARX app

Anonymous
Not applicable

Why there is absolutely no information on compiling an ObjectARX application for AutoCAD 2018, on ADN or any forum?

Seems nobody use ObjectARX and nobody (in Autodesk) cares about these things anymore.

As far as I tested, ARX files compiled for R21 are not binary compatible with R22 (2018).

 

0 Likes
Accepted solutions (1)
3,640 Views
3 Replies
Replies (3)
Message 2 of 4

Alexander.Rivilis
Mentor
Mentor
Accepted solution

All information in ObjectARX SDK 2018 Docs:

 

2017-03-23_10-12-48.png

 

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes
Message 3 of 4

XXL1966
Contributor
Contributor

hello,

 

I have an issue compiling a project for 2018.

I update MSVC (update 3)

I'm able to compile this project for 2017.

 

I copied and renamed the project and added it to the solution. Every references to inc/lib folders are adjusted as the link lib (21->22) references.

 

It seems to give me aced.h errors ?

 

What am i doing wrong ?

 

2017-04-24_16-20-31.jpg

 

thx !

 

 

 

 

0 Likes
Message 4 of 4

XXL1966
Contributor
Contributor

#include <windows.h>

 

Smiley Happy

0 Likes