Problems (#1) - Pointers and fixed size buffers may only be used in an unsafe context(CS0214)] (#123) - Message List
Pointers and fixed size buffers may only be used in an unsafe context(CS0214)]
unsolved
I download the code of:
http://abstrakraft.org/cwiid/browser/trunk/csharp/MonoWii
I open it with monodevelop 1.0 and compile with mono 2.0.1 in Debian, but the I have some errors in CWiid.cs:
"Pointers and fixed size buffers may only be used in an unsafe context(CS0214)]"
Line 318, 346, 347, 353, ....
What is the problem??
Thx.
Thempra
02/14/09 20:30:15 (4 years ago)
-
Message #24444
It's a bug of Mono:
https://bugzilla.novell.com/show_bug.cgi?id=MONO82324
Go back in this version !!
Thempra02/15/09 19:07:29 (4 years ago)
