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 Version 2
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description (last modified by )
_beginthreadex 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
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
I'm unable to test on this platform. Do you have a patch?