Re: FW: Crash due to _fini

2004-06-02 Thread Bill Medland
Rajeev On June 1, 2004 09:39 pm, Rajeev Bansal wrote: > Hi > Dimi, > I was trying to understand why any wine shared dll (like msvcrt.dll.so) > crashed at the _fini call. This does not happen if I use my own created > shared libraries. I was seeking help to find out why the crash occurs only > with

FW: Crash due to _fini

2004-06-02 Thread Rajeev Bansal
Hi Dimi, I was trying to understand why any wine shared dll (like msvcrt.dll.so) crashed at the _fini call. This does not happen if I use my own created shared libraries. I was seeking help to find out why the crash occurs only with wine shared library. I had to port my windows code even on MacOS,