How to compile with FlexJS7?
Diamanter opened this issue · 4 comments
Diamanter commented
I tried with the last sdk 7 version, but I got a few compilation errors:
Date.now(); <-- now() is not defined, I replaced with (new Date()).getTimer()
and
gl.uniform4fv(getUniformLocation(name), data); <--wrong data variable type. I replaced with:
gl.uniform4fv(getUniformLocation(name), Object(data));
But on runtime all test projects fail with "this.path is not defined".
How to get the correct SDK?
It was all OK a month ago with SDK 6.
matrix3d commented
pls push bug at apache-flex-development.2333347.n4.nabble.com.
maybe they remove the data.now
matrix3d commented
matrix3d commented
0.9.8 get