Hi, Has anyone managed to use libevent in a Windows App Store app? From speaking to Microsoft it looks like Windows App Store apps can use a subset of the Win32 apis. WinSock unfortunately is not in the allowed list of Win32 apis. Apps are required to use the new Windows.Networking.Sockets api (http://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.sockets.aspx) for networking. I'm wondering if there is an effort to get libevent working on the Windows App Store? Thanks. |