id summary reporter owner description type status milestone component version severity resolution keywords cc 12384 "GetCurrentProcessId : is filling to get definition on ""WinCE platform"" for Release mode" manoharreddy620@… Andrey Semashev "We are getting below error from process.hpp for ""GetCurrentProcessId"" on WinCE platform: \boost\implementation\boost_1_59_0\include\boost\detail\winapi\process.hpp(34) : error C2039: 'GetCurrentProcessId' : is not a member of '`global namespace'' I have tried by including ""kfuncs.h"" for avoiding ""error C2039: 'GetCurrentProcessId' : is not a memmber of '`global namespace"" in ""boost\detail\winapi\process.hpp"", which resolves the above error but leading to the deferent errors listed below leading to cascading errors like below. ""error C2039: 'Sleep' : is not a member of '`global namespace, error C2873: 'Sleep' : symbol cannot be used in a using-declaration'' in ""boost\detail\winapi\thread.hpp"" for that i have added ""#include "" After that getting errors like ""error C2732: linkage specification contradicts earlier specification for 'TlsAlloc',see declaration of 'TlsAlloc"" from ""windows ce tools\sdks\sdk2wince7\include\armv4i\winbase.h"". " Bugs new To Be Determined winapi Boost 1.59.0 Problem WinCE