IL2CPU icon indicating copy to clipboard operation
IL2CPU copied to clipboard

Multidimensional arrays issue.

Open jp2masa opened this issue 8 years ago • 1 comments

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

jp2masa avatar Oct 21 '17 00:10 jp2masa

This also needs work done in the VS Debugger to support locals, watches, data tips, etc.

charlesbetros avatar Oct 21 '17 01:10 charlesbetros