Click here to Skip to main content
16,011,170 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Boost Pin
Rob Caldecott6-Oct-05 11:24
Rob Caldecott6-Oct-05 11:24 
QuestionHow to convert a CString to DWORD in C++ Pin
ClockDivider6-Oct-05 8:28
ClockDivider6-Oct-05 8:28 
AnswerRe: How to convert a CString to DWORD in C++ Pin
Michael Dunn7-Oct-05 9:16
sitebuilderMichael Dunn7-Oct-05 9:16 
GeneralRe: How to convert a CString to DWORD in C++ Pin
ClockDivider8-Oct-05 3:45
ClockDivider8-Oct-05 3:45 
QuestionRe: How to convert a CString to DWORD in C++ Pin
James R. Twine10-Oct-05 8:05
James R. Twine10-Oct-05 8:05 
Questionwhere is CB_GETCURSEL posted to/from? Pin
petevam5-Oct-05 9:34
petevam5-Oct-05 9:34 
AnswerRe: where is CB_GETCURSEL posted to/from? Pin
petevam6-Oct-05 8:37
petevam6-Oct-05 8:37 
QuestionATL7 idl enum Pin
Member 22968885-Oct-05 8:28
Member 22968885-Oct-05 8:28 
Could anyone please tell me how to define and use an "enum" (i.e., UDT) within ATL7? That is, within the .h file rather than the .idl file. I am doing this:

[<br />
	uuid("09GGGB2E-BA1D-4349-900A-DA8F5B8DD24C")<br />
] <br />
enum OmniTrackerCommands<br />
{<br />
	kOTC_Startup	= 0, <br />
	kOTC_Query	= 1<br />
} OmniTrackerCommands;<br />
<br />
// IDataTransmitter<br />
[<br />
	object,<br />
	uuid("F17B0F10-6FF5-4C14-A4A8-C513ACGGGE4A"),<br />
	dual,	helpstring("IDataTransmitter Interface"),<br />
	pointer_default(unique)<br />
]<br />
__interface IDataTransmitter : IDispatch<br />
{<br />
	[id(1), helpstring("method Send")] HRESULT Send([in] OmniTrackerCommands command);<br />
};



and I am getting a compilation error C2061: syntax error : identifier 'OmniTrackerCommands'.

Any help would be greatly appreciated.
AnswerRe: ATL7 idl enum Pin
JonEngle14-Oct-05 8:29
JonEngle14-Oct-05 8:29 
Question.Activex From Third Party Library Pin
Project Leader5-Oct-05 4:40
Project Leader5-Oct-05 4:40 
Question.Activex From Third Party Library Pin
Project Leader5-Oct-05 4:37
Project Leader5-Oct-05 4:37 
Question'ImageList_Read': identifier not found, even with argument-dependent lookup Pin
svirmani3-Oct-05 18:49
svirmani3-Oct-05 18:49 
AnswerRe: 'ImageList_Read': identifier not found, even with argument-dependent lookup Pin
Jörgen Sigvardsson3-Oct-05 23:36
Jörgen Sigvardsson3-Oct-05 23:36 
QuestionATL newbie, pls help Pin
benjnp3-Oct-05 15:31
benjnp3-Oct-05 15:31 
QuestionATL Compnent Pin
Project Leader2-Oct-05 21:09
Project Leader2-Oct-05 21:09 
QuestionTLH files Pin
nvamshi29-Sep-05 18:10
nvamshi29-Sep-05 18:10 
AnswerRe: TLH files Pin
ThatsAlok29-Sep-05 19:29
ThatsAlok29-Sep-05 19:29 
GeneralRe: TLH files Pin
Jörgen Sigvardsson30-Sep-05 9:12
Jörgen Sigvardsson30-Sep-05 9:12 
Questionwhy i always occur an error when i operate the hdc of the composite control? Pin
at2000129-Sep-05 6:22
at2000129-Sep-05 6:22 
QuestionPLEASE HELP ME Pin
honae29-Sep-05 3:18
honae29-Sep-05 3:18 
Questionhow do i pass UDT to from Compnt to ClientApp? Pin
Eytukan29-Sep-05 1:08
Eytukan29-Sep-05 1:08 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Jörgen Sigvardsson29-Sep-05 9:36
Jörgen Sigvardsson29-Sep-05 9:36 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Eytukan30-Sep-05 0:32
Eytukan30-Sep-05 0:32 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Jörgen Sigvardsson30-Sep-05 9:13
Jörgen Sigvardsson30-Sep-05 9:13 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Eytukan3-Oct-05 6:30
Eytukan3-Oct-05 6:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.