Porting macros written for VC6 to VC++ .NET
-
Hi All, I have a dsm file which was written for VC++ 6 IDE. I want to use this wih VC++ .NET IDE. can some one tell me what changes i should make so that it can run with VC++ .NET IDe also Thanks in advance, Regards Raghu
-
Hi All, I have a dsm file which was written for VC++ 6 IDE. I want to use this wih VC++ .NET IDE. can some one tell me what changes i should make so that it can run with VC++ .NET IDe also Thanks in advance, Regards Raghu
Your best bet is to look at Microsoft's converted VC6 sample macros that have been converted to VB .NET. (They're in the file DevStudio6Editor in MacroExplorer.) Then study the differences and work from there. There is also a specific VS add-ins and macros Yahoo group you could try posting to here: http://groups.yahoo.com/group/vsnetaddin/?yguid=75841244[^] Kevin