Re: ATL Com
For starters, VC6 is deprecated. Furthermore, the wizard you
are describing was already deprecated when VC6 was released
back in 1998.
The regular New ATL Object wizard only supports creating a
single interface. Beyond that, the IDE has a fully functional text
editor for adding additional interfaces. Note it doesn't make
sense to create your reusable interfaces at the same time you
are creating a coclass. And a coclass doesn't need more than a
single non-reusable interface, so you shouldn't be inconvenienced
at all...
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@mvps.org
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
"Roberto Carcione" <roberto.carcione@ampersoftware.it> wrote in message
news:OEwdtIyfGHA.4900@TK2MSFTNGP02.phx.gbl...
Hi at all,
i created an ATL com project from visual studio 6.0. After i created a new
class (menu Insert/New Class), from an atl class and i specified, in new
class dialog, 5 intefaces to create...
but Visual Studio 6.0 said me i could create maximum 3 interfaces...
Why this limitations? is ther somthing i don't know?
Roberto