Click here to Skip to main content
15,919,422 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
Jörgen Sigvardsson19-May-07 2:06
Jörgen Sigvardsson19-May-07 2:06 
GeneralRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
JaeWook Choi22-May-07 3:40
JaeWook Choi22-May-07 3:40 
GeneralRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
Jörgen Sigvardsson22-May-07 3:50
Jörgen Sigvardsson22-May-07 3:50 
GeneralRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
JaeWook Choi23-May-07 3:47
JaeWook Choi23-May-07 3:47 
GeneralRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
Jörgen Sigvardsson23-May-07 3:56
Jörgen Sigvardsson23-May-07 3:56 
Questionusing mscomm32.ocx in ATL Exe? Pin
viral_umang@hotmail.com18-May-07 0:33
viral_umang@hotmail.com18-May-07 0:33 
QuestionExecuting Javascript in ASPX Pin
darora317-May-07 18:15
darora317-May-07 18:15 
Questionattributed ATL, forward declare interface? Pin
Jared Allen16-May-07 12:29
Jared Allen16-May-07 12:29 
I'm using attribute ATL, and i need to forward declare an interface but i'm not sure what the correct syntax is? this is what i currently have but i'm getting a compile error. VS2005

error MIDL2025 : syntax error : expecting a type specification near "IDLArchiveFile"


[export]
__interface IDLArchiveFile;


[
object,
uuid("3E661C7F-C4C4-4EF8-94A3-4AA9FC0F9419"),
dual, helpstring("IDLArchiveDirectory Interface"),
pointer_default(unique)
]
__interface IDLArchiveDirectory : IDispatch
{
[id(6), helpstring("method GetFileAt")] HRESULT GetFileAt([in] SHORT index,[out,retval] IDLArchiveFile** pFile);
};

[
object,
uuid("08B48958-99C0-4AE1-91C9-1DD68B419A07"),
dual, helpstring("IDLArchiveFile Interface"),
pointer_default(unique)
]
__interface IDLArchiveFile : IDispatch
{
[propget, id(3), helpstring("property Parent")] HRESULT Parent([out, retval] IDLArchiveDirectory** pVal);

};




Jared Allen.

AnswerRe: attributed ATL, forward declare interface? Pin
Michael Dunn18-May-07 14:57
sitebuilderMichael Dunn18-May-07 14:57 
AnswerRe: attributed ATL, forward declare interface? Pin
Jörgen Sigvardsson19-May-07 2:05
Jörgen Sigvardsson19-May-07 2:05 
AnswerRe: attributed ATL, forward declare interface? Pin
Jared Allen19-May-07 8:40
Jared Allen19-May-07 8:40 
Questionhow to convert an interface instance to SAFEARRAY Pin
bioan15-May-07 21:14
professionalbioan15-May-07 21:14 
QuestionHow to pass an array to a COM method that accept a VARIANT * Pin
songll10-May-07 8:28
songll10-May-07 8:28 
AnswerRe: How to pass an array to a COM method that accept a VARIANT * Pin
Stuart Dootson10-May-07 21:04
professionalStuart Dootson10-May-07 21:04 
GeneralRe: How to pass an array to a COM method that accept a VARIANT * Pin
Jörgen Sigvardsson13-May-07 7:43
Jörgen Sigvardsson13-May-07 7:43 
GeneralRe: How to pass an array to a COM method that accept a VARIANT * Pin
Stuart Dootson13-May-07 8:31
professionalStuart Dootson13-May-07 8:31 
GeneralRe: How to pass an array to a COM method that accept a VARIANT * Pin
Jörgen Sigvardsson13-May-07 8:36
Jörgen Sigvardsson13-May-07 8:36 
QuestionFiring Event from worker thread - Q280512 Pin
Satishkumar.B10-May-07 4:19
Satishkumar.B10-May-07 4:19 
AnswerRe: Firing Event from worker thread - Q280512 Pin
Roger Stoltz10-May-07 21:11
Roger Stoltz10-May-07 21:11 
AnswerRe: Firing Event from worker thread - Q280512 Pin
Lim Bio Liong13-May-07 7:03
Lim Bio Liong13-May-07 7:03 
QuestionPair and iterator Pin
csx0088-May-07 20:16
csx0088-May-07 20:16 
AnswerRe: Pair and iterator Pin
Michael Sadlon24-May-07 14:31
Michael Sadlon24-May-07 14:31 
Questionhow to format a string without using MFC and CRT? Pin
samfromcn8-May-07 17:32
samfromcn8-May-07 17:32 
AnswerRe: how to format a string without using MFC and CRT? Pin
Stephen Hewitt8-May-07 17:53
Stephen Hewitt8-May-07 17:53 
QuestionHow to port C++ dll in Linux to Windows? Pin
dipuks8-May-07 16:22
dipuks8-May-07 16:22 

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.