yes, the Mono interpreter. I'm using 1.1.8 - I don't need (yes, prolly ever for this project) .NET 2 stuff.
btw, I think my current problem is byte swapping. the interp package is pretty loose on type safety. so putting a 4 byte int into memory, then chopping off the first 2 bytes to convert to a 2 byte int works different in BE vs LE. i'm updating my code to handle this - i'm hopeful that was my problem (or at least one of them). thx, bruce --- Robert Jordan <[EMAIL PROTECTED]> wrote: > Bruce, > > > I'm having some trouble getting Mono to run the > same > > on two different platforms - one x86, one PPC. > Again, > > I'm unable to generate code at runtime, so I'm > using > > the interp package + handwritten thunks (which I > did > > get working yesterday - string ctors fooled me). > > What do you mean with "interp"? The old yet > unsupported > Mono interpreter? Which Mono version are you using? > > Robert > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
