I had try to build Boost Asio 1.58 for Windows Phone 8.1 & Windows 8.1 with that command b2
b2 toolset=msvc=12.0 windows-api=store architecture=arm
but it's fail on build "libboost_regex-vc120-mt-1_58.lib", so i must need "libboost_regex-vc120-mt-1_58.lib" .
The log say error!
libs\regex\build..\src\fileiter.cpp(102) : error C3861: 'CreateFileA': identifier not found libs\regex\build..\src\fileiter.cpp(106) : error C3861: 'CreateFileMapping': identifier not found libs\regex\build..\src\fileiter.cpp(115) : error C3861: 'MapViewOfFile': identifier not found libs\regex\build..\src\fileiter.cpp(124) : error C3861: 'GetFileSize': identifier not found libs\regex\build..\src\fileiter.cpp(141) : error C3861: 'UnmapViewOfFile': identifier not found libs\regex\build..\src\fileiter.cpp(383) : error C3861: 'FindFirstFileA': identifier not found
So anyone can help me fix it ? Thanks :)