#1
|
|||
|
|||
Is there a tool to convert a dsp to a vcproj
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. |
#2
|
|||
|
|||
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 |
|
|