On Sat, Dec 18, 2010 at 8:42 PM, Martha_em <[email protected]> wrote: > My computer uses Win7 with a x64 architecture. > But I would like to generate Win32 executables. > Is it possible without re-installing everything?
No, sorry - even if one would solve the puzzle to pack to 32 bit executables using a 64 bit Perl, this would still require you do install a full 32 bit Perl plus all needed modules in 32 bit variants. You're better off using a 32 bit VM for this purpose. Cheers, Roderich
