No as this dll works in old Windowses 2k and XP, I think there is a 32bit bug in this plugin not related to the compiler, 32bit applications with PAE can use 34bit addresses so in theory they can support up to 64GiB and this is blocked in Windows as they'd prefer to sell a 64 bit version instead of offering better big file support for 32 bit apps,Even 32-bit Windows have 64-bit file API
this dll needs to be debugged, but the author seams to have dropped it's support.
I just did a quick review of the source and the author uses int32 a lot for defining, maybe someone with better skills can tweak the source and replace __int32 with long long (__int64)?