Re: How to declare enum using attribute in VC++ .Net?
- From: "Rodrigo Corral [MVP]" <corral_glez@xxxxxxxxxxx>
- Date: Thu, 18 Aug 2005 09:55:41 +0200
Here you have an example. This code is working for me in and ATL Attributed
project.
Tell us if it works or not.
[
export,
uuid("CCA6D17A-17F9-47d2-86AD-DB64B273B5C1"),
helpstring("MsgType"),
library_block
]
enum eMsgType
{
mtA = 1,
mtB = 2,
mtC = 3,
mtD = 4
}
--
Un saludo
Rodrigo Corral González [MVP]
FAQ de microsoft.public.es.vc++
http://rcorral.mvps.org
.
- Follow-Ups:
- Re: How to declare enum using attribute in VC++ .Net?
- From: Woon Kiat
- Re: How to declare enum using attribute in VC++ .Net?
- References:
- How to declare enum using attribute in VC++ .Net?
- From: Woon Kiat Wong
- How to declare enum using attribute in VC++ .Net?
- Prev by Date: Re: Debug COM dll with .Net app in VS.Net
- Next by Date: Re: How to declare enum using attribute in VC++ .Net?
- Previous by thread: How to declare enum using attribute in VC++ .Net?
- Next by thread: Re: How to declare enum using attribute in VC++ .Net?
- Index(es):
Relevant Pages
|