Initial Linking Issue?

Initial Linking Issue?

Anonymous
Not applicable
820 Views
4 Replies
Message 1 of 5

Initial Linking Issue?

Anonymous
Not applicable

Does anybody know a solution to the straight out of the gate problem that I am running into?

 

I am working on a custom macro for AutoCAD 2020, and ran into an apparent Link error in Visual Studio.

 

I started on a fresh install of windows, installed VS2017, Downloaded ObjectARX 2020, and then the ObjectARX 2020 Wizard. I spin up an .ARX project and am immediately facing an error:

  | Code    | Description                         | Project | File | Line
X | LNK1181 | Cannot open input file 'accore.lib' | Project | LINK | 1 

 

0 Likes
Accepted solutions (1)
821 Views
4 Replies
Replies (4)
Message 2 of 5

Alexander.Rivilis
Mentor
Mentor
Accepted solution

It is look like you did not changed Platform from x86 to x64:

 

2019-07-12_20-02-22.png

 

AutoCAD 2020 is only x64. And ObjectARX SDK 2020 is also only x64. But ObjectARX Wizard 2020 create project for both platforms and default platform in such project is x86.

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | 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

Message 3 of 5

Anonymous
Not applicable

D'oh, That did it, sir. thank you for the speedy response!

 

Can't believe I missed that step.

0 Likes
Message 4 of 5

tbrammer
Advisor
Advisor

It would be nice if Autodesk could remove the obsolete x86/Win32 platform configurations from the sample projects and from the wizard.


Thomas Brammer ● Software Developer ● imos AGLinkedIn
If an answer solves your problem please [ACCEPT SOLUTION]. Otherwise explain why not.

Message 5 of 5

moogalm
Autodesk Support
Autodesk Support

@tbrammer , I will take a note of this.. Thanks for reminder