Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. .DSP information

.DSP information

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialhelpquestionworkspace
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JensB
    wrote on last edited by
    #1

    Hi, Is there any way to get documentation about a visual c++ .dsp file? I would like to be able to add parameters in the .DSP file. (environment variables for example) Anyone could give me a good tutorial/link/documentation about this issue? Thank you, Jens

    N C 2 Replies Last reply
    0
    • J JensB

      Hi, Is there any way to get documentation about a visual c++ .dsp file? I would like to be able to add parameters in the .DSP file. (environment variables for example) Anyone could give me a good tutorial/link/documentation about this issue? Thank you, Jens

      N Offline
      N Offline
      Neville Franks
      wrote on last edited by
      #2

      I've written code to read .DSP and .DSW files for ED (see sig). However I'm only interested in extracting folder and filenames and I don't write back to the files. If that's of any interest email me and I'll send you the code. Neville Franks, Author of ED for Windows www.getsoft.com and coming soon: Surfulater www.surfulater.com

      J 1 Reply Last reply
      0
      • N Neville Franks

        I've written code to read .DSP and .DSW files for ED (see sig). However I'm only interested in extracting folder and filenames and I don't write back to the files. If that's of any interest email me and I'll send you the code. Neville Franks, Author of ED for Windows www.getsoft.com and coming soon: Surfulater www.surfulater.com

        J Offline
        J Offline
        JensB
        wrote on last edited by
        #3

        Hi Franks, First of all, I am very interested in reading your code that can examine a .dsp file (.dsw is alsoo interesting). I want to have a better look at what a .dsp contains and really needs. Can I have your e-mail address please? Best Regards, Jens

        N 1 Reply Last reply
        0
        • J JensB

          Hi Franks, First of all, I am very interested in reading your code that can examine a .dsp file (.dsw is alsoo interesting). I want to have a better look at what a .dsp contains and really needs. Can I have your e-mail address please? Best Regards, Jens

          N Offline
          N Offline
          Neville Franks
          wrote on last edited by
          #4

          I've just emailed them to you. Neville Franks, Author of ED for Windows www.getsoft.com and coming soon: Surfulater www.surfulater.com

          1 Reply Last reply
          0
          • J JensB

            Hi, Is there any way to get documentation about a visual c++ .dsp file? I would like to be able to add parameters in the .DSP file. (environment variables for example) Anyone could give me a good tutorial/link/documentation about this issue? Thank you, Jens

            C Offline
            C Offline
            Chris Richardson
            wrote on last edited by
            #5

            I've also written code to extract info from .DSP and .DSW files (with Neville's help no less!). My code extracts the files and some of the compiler settings from the .DSP, and extracts the projects from the .DSW. The code is on CP, in the following article: http://www.codeproject.com/useritems/includefinder.asp[^] If you download the source, the files you are interested in are VC6Objects.cpp/h and DSObjects.cpp/h. Chris Richardson

            J 1 Reply Last reply
            0
            • C Chris Richardson

              I've also written code to extract info from .DSP and .DSW files (with Neville's help no less!). My code extracts the files and some of the compiler settings from the .DSP, and extracts the projects from the .DSW. The code is on CP, in the following article: http://www.codeproject.com/useritems/includefinder.asp[^] If you download the source, the files you are interested in are VC6Objects.cpp/h and DSObjects.cpp/h. Chris Richardson

              J Offline
              J Offline
              JensB
              wrote on last edited by
              #6

              Hi, I wanted to add 'code' into the .DSP file. I have set an environment variable with text in it ("mylib.lib test2.lib" etc) in it, and i want it to be added in the include list of libs in the project. Any ideas? Best regards, Jens

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups