On Wed, May 20, 2009 at 1:28 PM, weismat <[email protected]> wrote: > Zlib is made with the default flags - thus I guess the reason comes from the > 32/64 bit mix. What do you suggest me to do? Should I use everything with > Int32/Uint32?
Since gcc and mono are both compiled targeting 64-bit, the only problem here would be zlib. I can't imagine you are using a 32-bit zlib, but you could verify that easily enough. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
