armory3d / armorlab

Moved to https://github.com/armory3d/armortools/tree/main/armorlab
https://armorlab.org
Other
166 stars 18 forks source link

Errors when building the .sln #18

Closed SimonBreithofer closed 1 year ago

SimonBreithofer commented 1 year ago

In the Windows Installation Process i'm stuck here: # Build and run for x64 & release

When building the solution i get a few errors in the armorlab\Libraries\plugins\Sources\plugins.cpp File and don't end up with an ArmorLab.exe. Seems to me like some missing definitions for the ArrayBuffer::Contents stuff coming from the v8 namespace. Would love some guidance.

Capture

ArmorLab.org - v0.1 Windows - Direct3D11 NVIDIA GeForce RTX 3090

shiena commented 1 year ago

Probably need to migrate to the New ArrayBuffer API https://docs.google.com/document/d/1sTc_jRL87Fu175Holm5SV0kajkseGl2r8ifGY76G35k/ https://bugs.chromium.org/p/v8/issues/detail?id=9908

or revert v8 to https://github.com/armory3d/v8_bin/commit/6145761692c3a7e96371b84a01e797826efc63d9

luboslenco commented 1 year ago

Pushed a fix, thanks for report.

SimonBreithofer commented 1 year ago

thanks a lot, will try it out as soon as i can.