armory3d / armortools

3D Content Creation Tools
https://armorpaint.org
Other
3.23k stars 334 forks source link

Compile errors with the V8 library after running a build #1597

Closed Celludriel closed 1 year ago

Celludriel commented 1 year ago

I'm trying to build the project in VStudio however I'm getting following errors

image

I think I have followed the right instructions to set everything up. On stackoverflow I find following advice (https://stackoverflow.com/questions/62120533/embeding-v8-in-c-causes-unrecognized-external-symbol-errors-related-to-libcp)

However I have no idea where to add that argument since I can't find an args.gn file

(background) I am a Java programmer that likes to experiment with other languages but I'm not a .NET professional in any way so treat me as if I don't know anything about this material

luboslenco commented 1 year ago

Hello, updating to the latest Visual Studio version should resolve it.

(Link with https://github.com/armory3d/armortools/issues/1579)