简体   繁体   English

Windows XP Embedded C ++ TR1-无法找到过程入口点?_Xmem @ tr1 @ std @@ YAXXZ

[英]Windows XP Embedded C++ TR1 - The procedure entry point ?_Xmem@tr1@std@@YAXXZ could not be located

I'm building a Windows app and recently included use of the std::tr1::regex functions. 我正在构建Windows应用程序,最近包括了对std :: tr1 :: regex函数的使用。 Now when I go to run my app on XP embedded I get the above error. 现在,当我在XP Embedded上运行我的应用程序时,出现上述错误。 How do I fix this? 我该如何解决? App. 应用程式 used to work before I used the regex functions, which I really need to use. 在我真正需要使用的正则表达式函数之前曾经工作过。

Thank you, Fred 谢谢弗雷德

You need to download 'Microsoft Visual C++ 2008 Redistributable Package' known as vcredist. 您需要下载称为vcredist的“ Microsoft Visual C ++ 2008可再发行组件包”。 It is found over here 这里找到

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM