ramthen has asked for the wisdom of the Perl Monks concerning the following question:

I would like to know if there exists PERL modules to generate MSVC DSP files ? I have a list of makefiles from which DSP files needs to be produced.

regards

Ram

Edited by demerphq, changed h1 tags to p tags.

Replies are listed 'Best First'.
Re: PERL Module to generate MSVC DSP Files
by Old_Gray_Bear (Bishop) on Dec 22, 2004 at 21:01 UTC
    A quick google on "MSVC DSP" gives several hits. The first one is a Perl code that is" An automated DSP (project file) generator for Microsoft Visual C++ 6.0 (and later).".

    ----
    I Go Back to Sleep, Now.

    OGB

      Yes OGB, I did note that in my Google search. I also looked at CPAN site for modules. Since I could not find one, I posted here looking for answers.

      It seems I should be using a template as no PERL module exists for this purpose.

      regards

      Ram