Re: Uninstaller crashed on Windows 2000

2003-09-24 Thread Eric Pouech
Philipp Wollermann wrote: Why not fix HeapReAlloc first and see which apps crash? ;-) it's not a matter of knowing which apps break, but which APIs would break... Anyway, fixing this seems to be a task I could do, so, if someone could give me instructions on how to do it ... cd wine find . -name

Re: Uninstaller crashed on Windows 2000

2003-09-24 Thread Philipp Wollermann
Why not fix HeapReAlloc first and see which apps crash? ;-) Anyway, fixing this seems to be a task I could do, so, if someone could give me instructions on how to do it ... Philipp On Wednesday 24 September 2003 21:24, Eric Pouech wrote: > Pavel Roskin wrote: > > Hello! > > > > HeapReAlloc() wou

Re: Uninstaller crashed on Windows 2000

2003-09-24 Thread Eric Pouech
Pavel Roskin wrote: Hello! HeapReAlloc() would crash on Windows 2000 is the original pointer is NULL. This causes the Andreas Mohr's uninstaller to crash. there's lot of code which relies on HeapReAlloc would allocate a block if the block to reallocate is NULL (as realloc does in stdlib). this is