Is there a wxMSW equivalent to MFC's COleSafeArray?

Dave Bee davebeeus at yahoo.com
Wed Nov 21 19:51:48 PST 2007


--- Vadim Zeitlin <vadim at wxwidgets.org> wrote:
>
>  No, there is no wrapper for SAFEARRAYs in wx but
> you don't need to be an expert in COM to use them,
> there are basically just 4 functions you need to
> use: SysArrayCreate, SysArrayAccess/UnaccessData and
> SysArrayDestroy.
> 

OK - I just checked my installed wxMSW (2.6.3) and
discovered that it has no such functions. Thus, I must
assume that by "Sys*" you meant "Safe*". That is, you
were referring to the Win32 API functions:
SafeArrayCreate, SafeArrayAccessData,
SafeArrayUnaccessData and SafeArrayDestroy. Right? :)

Thanks,
Dave




      ____________________________________________________________________________________
Be a better pen pal. 
Text or chat with friends inside Yahoo! Mail. See how.  http://overview.mail.yahoo.com/




More information about the wx-users mailing list