in reply to How Can I Compile Perl Using Microsoft Visual Studio 6?

Last time I compiled Perl w/ Visual Studio I just followed the directions and it worked fine. Did you have some kind of problem?

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: How Can I Compile Perl Using Microsoft Visual Studio 6?

Replies are listed 'Best First'.
Re: (tye)Re: How Can I Compile Perl Using Microsoft Visual Studio 6?
by sierrathedog04 (Hermit) on Jan 28, 2001 at 18:13 UTC
    Could you be a little more specific? What directions? I don't see them in the Visual C++ 6 online help, and a search of Google on the terms Visual Studio Perl got me references to the effect that everyone else is doing it, but not me!

    The story of my life, if someone remembers where the directions are I would really appreciate it.

      Download the Perl source code distribution and unpack it. You'll find a file called PORTING that describes how to compile Perl. In the case of Win32, you will fairly quickly be redirected to another file (README.Win32, I think) which should describe how to compile Perl using several different platforms including Visual Studio.

              - tye (but my friends call me "Tye")