Hi!
I've always built and ran the code successfully using a newer version of Visual Studio (2015) by just removing the -W4 flag because it has several warnings more than the previous version.
However, since the asset code is out, the code still builds correctly but when I run it, I get an error at the line : (Access violation reading 0x0000020051400E80.)
| real32 D1 = AbsoluteValue((A - Assets->TagRange[Tag->ID]*SignOf(A)) - B);
|
So, I tried to build the asset pack again but I still get the error.
Has anyone any idea to fix this?
Thank you by advance!