Hi,
I built a MFC dll in mix mode (has managed and unmanaged class). The
type library has all the MFC classes exposed. Is there any way to only
expose the managed class and hide all the unmanaged class?
I checked some other group. It seems that .net 1.0 marks unmanaged
class as private, but 1.1 marks unmanaged class as public.
Thanks!
Tong
TOM - 22 Dec 2004 01:03 GMT
Use the /d1PrivateNativeTypes compiler switch to make 2003 behave
like 2002. See KB 822330.
-- Tom
> Hi,
>
[quoted text clipped - 7 lines]
>
> Tong