I am getting this error when i trying to set up Irvine lib for coding assembly in Microsoft Visual Studio

155 Views Asked by At

First, I'm doing this step

enter image description here

But when i click and do next step like tutorial

Linker -> Input -> Additional Dependencies: user32.lib, Irvine32.lib (the tutorials missed the user32.lib but it is in sample project

my setting in this

enter image description here

not this

enter image description here

I can not understand where the error came from

please tell me how to fix it. I tried my best already

1

There are 1 best solutions below

0
Paweł Łukasik On

This was changed between version. In 2019 you could see the list. In 2022 you see the macros that group this list into a macro.

You can see the expanded list in the Additional Dependencies window via the Macros>> button.

enter image description here

You could also go to the "Command Line" option and see expanded list there. That the final command that will get executed.