IL2CPU
IL2CPU copied to clipboard
Multidimensional arrays issue.
From @lukaandjelkovic on November 2, 2015 12:39
From Gitter
int[,] map = new int[120, 25];
When i use multidimensional arrays, it shows this error:
SystemVoidSystemInt32arraySetSystemInt32SystemInt32SystemInt32' undefined C:\Program Files (x86)\MSBuild\Cosmos\Cosmos.targets
ThontOS\TriangleOS\bin\tt\TriangleBoot.asm:370905: error: symbol `SystemVoidSystemInt32arrayctorSystemInt32SystemInt32' undefined
Copied from original issue: CosmosOS/Cosmos#231
This also needs work done in the VS Debugger to support locals, watches, data tips, etc.