I'm developing plug-in for Win32 using mingw and crosscompilation from linux. Although my plugin successfuly loaded by application and I even got an com-interface from app, I cant call functions from there - app is crashed. I think that this is due to wrong vtable alignment of interface implementation in mingw (this worked perfectly with MSVS).
Any help will be appreciated, thanks.