Hi,
I developed an add-in for Visual Studio 6 Professional several years ago under WinXP. Now I want to use this add-in in Visual Studio 2010 Professional under Win7 64 bit. Opening the dsw file of it is possible but the source of the add-in is no more compilable with VS2010 because there are a lot of differences in the include directory and fiile name structure. Is it possible to convert the VS6 add-in source to VS2010 without complete re-implementationn ?
Regards