How to resolve "arning MIDL2039"
ATL / WTL / STL
2
Posts
2
Posters
2
Views
1
Watching
-
I am eager to know the answer since I am facing the same question. I design a COM object, and it has a Property: [propget, id(9), helpstring("property GDArray")] HRESULT GDArray([out, retval] float* *pVal); I want to use it to return the address of an FLOAT array, and set the returned address to an other control. Is there any side effect. I appreciate your answer.;)