On Tue, May 12, 2009 at 1:47 PM, Walter Bright <newshound1 at digitalmars.com> wrote: > I wrote a brief article which should help: > > http://www.digitalmars.com/d/2.0/migrate-to-shared.html > A couple typos: // should be immutable int[3], no? immutable table[3] x = [6, 123, 0x87]; // no type __gshared x;