cadenji/foolrenderer

Visual Studio 2019 cannot compile the project

weiyu666 opened this issue · 3 comments

请检查一下数组相关代码! “不能分配常量大小为零的数组”,数组初始化必须是常量。
image
image

To make it clear to everyone, let me describe the problem again 😄

MSVC reports the following error when compiling:

  • C2466: cannot allocate an array of constant size 0
  • C2099: initializer is not a constant

Hi @weiyu666, please refer to the Prerequisites chapter in the README again to build the project.

I think the problem has been fixed.

Deleted three comments because they were off topic.