I recently went from a 32bit laptop to a 64bit desktop (both win7). I just found out that I get an error now when loading dll\'s using dyn.load. I guess this is
what i did is to compile with --arch x64 and --arch 32 once a time and manually put corresponding .dll ( with the same name ) under separate folders src-x64 and src-i386 respectively, these two folders are under the same directory where the folder src is.