Visual Studio Build Error #1335
Unanswered
metkymetky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Excuse me, I've found a solution.
I was building a wrong .sln file
Hello everyone. I would like to ask you for help in building ArmorPaint.
I am not a programmer. So this was my first experience in building an application.
I follow all the steps and it works.
(The only thing that kind of didn't work was to build "Kinc/make -g direct3d11" through node command, as one of the tutorials suggested. But I could work around it by "cd Kinc" and then to "make -g direct3d11".)
And then, when it is time to build ArmorPaint in Visual Studio, I am using the version of 2022.
And it gives me errors:
Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol kickstart Kinc C:\temp\armorpaint\armorpaint\armorcore\Kinc\build\windowsunit.obj 1
Severity Code Description Project File Line Suppression State
Error LNK1120 1 unresolved externals Kinc C:\temp\armorpaint\armorpaint\armorcore\Kinc\build\x64\Release\Kinc.exe 1
I would appreciate any suggestions for the solution. Thanks.


Beta Was this translation helpful? Give feedback.
All reactions