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: beholder@… Owned by: viboes
Milestone: To Be Determined Component: config
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description (last modified by viboes)

_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 viboes, 9 years ago

I'm unable to test on this platform. Do you have a patch?

comment:2 by viboes, 9 years ago

Description: modified (diff)
Owner: changed from Anthony Williams to viboes
Status: newassigned
Note: See TracTickets for help on using tickets.