martonperei

Results 5 comments of martonperei

Okay, so it turns out there's a new method in SerializationBinder in .net 4.0, BindToName: http://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationbinder.bindtoname(v=vs.110).aspx Everything works fine when it's implemented. Though you'll have to do some ugly ifdefs....

Don't think cygwin solves any of the issues. It would only help if minko wasn't windows compatible. I think ~~gcc~~ cygwin uses mingw as the compiler too, so all the...

It's just that the mingw headers are different. For example M_PI and some others are protected by ifdefs which are not present on linux and are defined as part of...

LuaGlue just needed a specialization for stack... Compiles fine now. Only using cmd for mingw to invoke premake. Msys takes care of the rest. Cygwin will work just as well...

A little bit of update: html-overlay works now in 32 bit. 64-bit crashes, but I haven't looked into it yet. I replaced lua with luajit, everything seems to work fine...