cmm-21 / a2

Assignment 2 - Kinematic walking controller
5 stars 0 forks source link

Build: Array overflow in application.h #20

Closed Paravain closed 3 years ago

Paravain commented 3 years ago

I ran into an "Compiler Error C2117" while building application.h:

on line 99: screenshotPath[100] needs to be screenshotPath[121],

or it would not build.

eastskykang commented 3 years ago

There were some similar error cases reported when the project directory path is too long.

Please move your project directory to the Desktop (or home (Linux/macOS) or C:\ (Windows) directory) and try it again.