PDA

View Full Version : Is there a tool to convert a dsp to a vcproj


Bill O
06-23-2003, 10:46 AM
I am evaluating Visual Build 5 and would like to know if there is a built in tool that will convert a dsp (VC6) file into a vcproj (VC7.1) file?

Thank you,

Bill O.

kinook
06-23-2003, 01:43 PM
There's nothing built into VBP for that. If you open a .dsp file in VS.NET, it will automatically convert it to a .vcproj file. Microsoft also provides JScript code to automate this, which you could call from VBP:

http://tinyurl.com/f1wl