http://bugs.winehq.org/show_bug.cgi?id=5217
------- Additional Comments From dank@kegel.com 2006-15-05 01:37 ------- Created an attachment (id=2456) --> (http://bugs.winehq.org/attachment.cgi?id=2456&action=view) My quick try at using the right heap functions
I take it back. At first I forgot to zero the memory; that caused Visual Basic to barf on the very first allocation. Zeroing the memory brought me back to the original problem, i.e. vb barfing as soon as we try to resize a safearray. I'm attaching my current try. I'm pretty sleepy, so this might be wrong, but it does get rid of one FIXME comment in a principled way.