> I am trying to port one application from windows to > linux. I am facing problem in finding out alternative > for WSAEVENT and the associated functions to it like > WSACreateEvent,WSAWaitForMultipleEvents etc. Can
More details on what 'WSAEVENT' actually does would help. You can't use the traditional Win32 API in Linux BTW; if that's what you're trying to do. You can use .NET using Mono though. -- Anant -- http://mm.glug-bom.org/mailman/listinfo/linuxers

