Anyone still knows that this is about? VS compiles so I suppose the compatiblitly problem was about something else than compiling. Any forum-thread about this or so?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please try this simpler patch.
Last edit: curaga 2013-05-15
maybe simpler but using of calloc is deprecated / unsafe because it is never throwing exceptions
Last edit: zerochen 2013-05-15
Anyone still knows that this is about? VS compiles so I suppose the compatiblitly problem was about something else than compiling. Any forum-thread about this or so?
VS does not (did not?) support arrays with a dynamic size, u8 arr[var].
Ah ok. Seems to have been fixed alredy in svn trunk r4527.