Error when implementing interfaces

  • Thread starter Thread starter Marcelo
  • Start date Start date
M

Marcelo

Hi,

I have the following scenario:

In class A, I implement an interface.
In class B, I implement another interface.

When compiling, it complains about X that appears as a
struct and then as a class...

Which information would be necessary so someone can help
me??

TIA

Marcelo
 
A small repro case (i.e. example that reproduces the problem) would be most
useful.

Ronald Laeremans
Visual C++ team
 
Back
Top