.DSP information
-
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
-
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
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
-
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
-
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
I've just emailed them to you. Neville Franks, Author of ED for Windows www.getsoft.com and coming soon: Surfulater www.surfulater.com
-
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
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
-
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