Hi, I have tried to port Win32 apps on to RH linux. It dumped core during creation of constructers. It does not reach main. libwine is the first one to be loaded while execution. And when one call to new Mutex (one of internal class) would in turn call CreateMutexW with (Null, FALSE, Null) which in turn calls get_req_buffer which returns NULL instead of returning buffer. any idea where I am going wrong. Thanks for your time. Rav
- Re: get_req_buf returns NULL Ravichandra VN x7-6514
- Re: get_req_buf returns NULL Jeremy White