Click here to Skip to main content
15,896,453 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralDebugging CoTaskMemAlloc Pin
LasVegasGuy22-Jun-04 10:10
LasVegasGuy22-Jun-04 10:10 
GeneralRe: Debugging CoTaskMemAlloc Pin
Michael Dunn23-Jun-04 14:03
sitebuilderMichael Dunn23-Jun-04 14:03 
Generalvariably multidimensional arrays Pin
mickelliot22-Jun-04 6:43
mickelliot22-Jun-04 6:43 
GeneralRe: variably multidimensional arrays Pin
valikac22-Jun-04 19:12
valikac22-Jun-04 19:12 
GeneralCan't seem to compile a SAFEARRAY member for my interface Pin
Todd Jeffreys21-Jun-04 9:25
Todd Jeffreys21-Jun-04 9:25 
GeneralRe: Can't seem to compile a SAFEARRAY member for my interface Pin
pain21-Jun-04 15:02
pain21-Jun-04 15:02 
Generalsatype attribute Pin
Vi230-Jun-04 0:13
Vi230-Jun-04 0:13 
GeneralRe: Can't seem to compile a SAFEARRAY member for my interface Pin
vprashu1-Jul-04 9:17
vprashu1-Jul-04 9:17 
This is one of the interfaces in my project and it compiles without any problem in both Vc 6.0 and VS 2003. I have'nt tried VS.Net 2002 but it should work. The only difference is that mine is a IUnknown interface
<br />
interface IMyInterface : IUnknown<br />
{<br />
   ........<br />
   HRESULT MyFunction( [in] SAFEARRAY(BSTR)* inputArray);		<br />
};<br />
<br />


FYI,
The implementation of this method in ur .h must look like
<br />
   STDMETHOD(MyFunction)(SAFEARRAY** inputArray);	<br />
<br />


Hope this helps.

prashu
Generalwhy toolbar flicker when resizing Pin
lysh_top21-Jun-04 3:57
lysh_top21-Jun-04 3:57 
GeneralRe: why toolbar flicker when resizing Pin
ThatsAlok29-Oct-04 21:38
ThatsAlok29-Oct-04 21:38 
GeneralType library without coclass Pin
pain21-Jun-04 0:33
pain21-Jun-04 0:33 
GeneralRe: Type library without coclass Pin
darkbyte27-Jun-04 4:51
darkbyte27-Jun-04 4:51 
GeneralRe: Type library without coclass Pin
pain27-Jun-04 19:45
pain27-Jun-04 19:45 
GeneralRe: Type library without coclass Pin
vprashu1-Jul-04 9:21
vprashu1-Jul-04 9:21 
Questionhow to find dll for active x control cab Pin
Anonymous19-Jun-04 3:21
Anonymous19-Jun-04 3:21 
AnswerRe: how to find dll for active x control cab Pin
Anonymous19-Jun-04 4:49
Anonymous19-Jun-04 4:49 
Generalgetting http post data Pin
smrani18-Jun-04 23:41
smrani18-Jun-04 23:41 
Generalattributed atl implementing multiple interfaces Pin
Chris Korzeniowski18-Jun-04 7:10
Chris Korzeniowski18-Jun-04 7:10 
GeneralRe: attributed atl implementing multiple interfaces Pin
Chris Korzeniowski18-Jun-04 9:12
Chris Korzeniowski18-Jun-04 9:12 
GeneralRe: attributed atl implementing multiple interfaces Pin
Michael Dunn18-Jun-04 10:10
sitebuilderMichael Dunn18-Jun-04 10:10 
GeneralRe: attributed atl implementing multiple interfaces Pin
Chris Korzeniowski19-Jun-04 14:38
Chris Korzeniowski19-Jun-04 14:38 
GeneralRe: attributed atl implementing multiple interfaces Pin
Michael Dunn20-Jun-04 12:21
sitebuilderMichael Dunn20-Jun-04 12:21 
GeneralRe: attributed atl implementing multiple interfaces Pin
Chris Korzeniowski25-Jun-04 9:17
Chris Korzeniowski25-Jun-04 9:17 
General[Message Deleted] Pin
jimmyh417-Jun-04 23:12
jimmyh417-Jun-04 23:12 
GeneralRe: How do I add a menu to my activex control Pin
darkbyte27-Jun-04 4:58
darkbyte27-Jun-04 4:58 

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.