Replies: 1 comment
-
I believe it is required to enable dark mode window bar, so it is ok to comment it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm trying to build ArmorPaint on Windows10 using VS2019 and LLVM. I followed the instructions, but at the end, lld-link throws an error:
No idea what to do about it. I tried to google this error, but haven't found much. Can anyone help me out with it?
Edit:
And as soon as i created this topic, i think i found a solution. I just commented out the following line in armorcore\sources\iron.h :
#pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
Don't know what it's for, but without it, the program compiled without errors.
Beta Was this translation helpful? Give feedback.
All reactions