id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1226,macro TEXT() in GetProcAddress(),Pavel Vozenilek,Anthony Williams,"This trivially fixable problem was reported by Toshiyuki Tega on 2007-05-05 on dev mail list and is still not fixed. Just remove the TEXT() and its done. --------------------- I've just noticed that, in mutex.inl (boost::thread), a string argument to GetProcAddress is inproperly guarded by TEXT() macro. mutex.inl, line 27 ... GetProcAddress(kernel_module, TEXT(""TryEnterCriticalSection""))); Since GetProcAddress doesn't have ANSI/Unicode versions, TEXT() should be stripped off. I'm referring to the 1.34.0 beta sources. ",Bugs,closed,,threads,Boost Development Trunk,Problem,fixed,,