Hi Can I take a look at the code?
Are you using classes? If yes try using structs Chriss. William Lahti wrote: > On Nov 13, 2007 4:27 AM, Darx Kies <[EMAIL PROTECTED]> wrote: > >> stind.ref is a difficult one. It needs type information at runtime which >> is not available. >> >> Unfortunately at times the output from mono is quite different from the >> .NET output. >> >> For now I would recommend avoiding the use of stind.ref. >> > > How can we do this? The affected instruction was like > > ThreadScheduled[i] = newThread; > > When I changed it to *(ThreadScheduled+i) = newThread;, it still > crashed. Same with void **loc = ThreadScheduled+i; *loc = newThread; > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ SharpOS-Developers mailing list SharpOS-Developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sharpos-developers