Is the HeapAlloc/ReAlloc stuff being tracked anywhere? I think it is the cause of a lot of problems I have with shell32 under Windows and ReactOS. Applications linked to wine shell32.dll under Windows2000 run fine but when you exit they get illigal op's where the memory could not be "read" kind of like the bug I had in uninstaller.exe that started the HeapAlloc cleanup.
Thanks Steven
__________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/
On Tue, 28 Oct 2003, Steven Edwards wrote:
Is the HeapAlloc/ReAlloc stuff being tracked anywhere? I think it is the cause of a lot of problems I have with shell32 under Windows and ReactOS. Applications linked to wine shell32.dll under Windows2000 run fine but when you exit they get illigal op's where the memory could not be "read" kind of like the bug I had in uninstaller.exe that started the HeapAlloc cleanup.
Yes, I track it, and there are no outstanding HeapReAlloc problems in shell32 AFAICT...