------- Comment #5 from mattias at virtutech dot se 2009-03-11 12:42 ------- (In reply to comment #4)
>http://209.85.173.132/search?q=cache:e7XCjhLwHacJ:luabinaries.luaforge.net/manual.html+http://luabinaries.luaforge.net/manual.html%23LuaBinariesCompatible&hl=en&ct=clnk&cd=1&gl=us&client=opera > is it the same bug [they mention incompats when passing CRT objects among > libraries]? dunno. No, that page is concerned with multiple CRTs in the same process and passing around values between them (such as using fopen() in one CRT and fclose() in another). This bug is about calling conventions for functions returning structs by value. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36834