in reply to Re: Compiling perl on windows with visual studio
in thread Compiling perl on windows with visual studio

.dll is compiled code. It needs some linker information, which is stored in .lib, so VS links code to .lib.
  • Comment on Re^2: Compiling perl on windows with visual studio