carugnom
2010-Dec-10 01:49 UTC
[Wine] WineLib support for STL, I/Ocompletion and Critical Sections
Hi there I'm trying to port a server app from Windows to Linux. The Windows code uses STL, I/O completion ports and Critical Sections. I wonder if winelib could give a good support for these features in order to decide if using winelib is viable or not. I know Linux has STL, but it's not always compatible with the Windows implementation (hash_map, stdext, ...). Has winelib a Windows compatible STL ? Or is there another solution ? How about I/O completion ports and Critical Sections ? How complete is their implementations ? Thanks to all
DanKegel
2010-Dec-10 01:53 UTC
[Wine] Re: WineLib support for STL, I/Ocompletion and Critical Sections
Unless you're trying to run on a non-x86 version of linux, it's best to continue running the win32 version of the app in Wine. Is this server going to be shipped to others, or is it for your internal use?