Hello, I am using an ActiveState version of Perl built under Win32 with MS C 12. I am attempting to build modules under a newly installed Visual C 9.0 (actually MSC version 15) compiler.
Currently the builds work, but I have to manually fix the generated DLL by running the Miscrosoft mt.exe utility to bind the run-time library to the .dll file, due to the questionably advised changes to Visual C++ in the past few years to allow multiple dll versions to peacfully co-exist in Windows :-(
There should be some place in the ActiveState Perl configuration to add this so that Extutils:: MakeMaker will add the call to "mt -manifest ..." correctly to the generated Makefile. Anyone know where this goes?