
Upgrading VC 6.0 custom appwizard application to VC .NET
Hi,
I have custom appwizard application created using VC 6.0
and when I try to compile the same in VC .NET, I get
following errors
error C2061: syntax error : identifier 'IBuildProject'
error C2143: syntax error : missing ';' before '*'
error C2501: 'CMonWizardAppWiz::IApplication' : missing
storage-class or type specifiers
error C2501: 'CMonWizardAppWiz::pApplication' : missing
storage-class or type specifiers
It appears that existing appwizard applications are no
longer being supported in VC .NET.
Is there some migration tool to upgrade appwizard
application to VC .NET ? Any help would be greatly
appreciated.