Opened 9 years ago
Last modified 4 years ago
#9124 closed Bugs
Boost.Thread using of _beginthreadx prohibits its use on Windows Store application — at Initial Version
Reported by: | Owned by: | Anthony Williams | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
_beginthreadx function is absent in Windows Store application so one can't link with boost.thread when build an application which targets windows 8.1. It seems that it did link well with apps targeting Windows 8.0, though.
See the full list of the forsaken API here: http://msdn.microsoft.com/en-us/library/windows/apps/jj606124.aspx
Note:
See TracTickets
for help on using tickets.