Re: Ole16 to Ole32 mapping

2011-09-19 Thread Marcus Meissner
On Mon, Sep 19, 2011 at 10:00:48AM -0300, Bruno Jesus wrote: > Hi, I would like some advice about Ole function redirection. The > winsock16 dll maps some operations to ws2_32 dll, I thought I could do > the same with Ole16disp to Oleaut32. For example the function > SAFEARRAYALLOCDESCRIPTOR in Ole1

Re: Ole16 to Ole32 mapping

2011-09-19 Thread Damjan Jovanovic
On Mon, Sep 19, 2011 at 3:00 PM, Bruno Jesus <00cp...@gmail.com> wrote: > Hi, I would like some advice about Ole function redirection. The > winsock16 dll maps some operations to ws2_32 dll, I thought I could do > the same with Ole16disp to Oleaut32. For example the function > SAFEARRAYALLOCDESCRIP

Ole16 to Ole32 mapping

2011-09-19 Thread Bruno Jesus
Hi, I would like some advice about Ole function redirection. The winsock16 dll maps some operations to ws2_32 dll, I thought I could do the same with Ole16disp to Oleaut32. For example the function SAFEARRAYALLOCDESCRIPTOR in Ole16disp have a similar counterpart named SafeArrayAllocDescriptor in Ol