开发者

the procedure entry point ?_Xmem@tr1@std@@YAXXZ could not be located in the dynamic link library MSVCP90D.dll

开发者 https://www.devze.com 2022-12-14 00:09 出处:网络
开发者_Python百科I have installed VS2008 FeaturePack so as to work with regular expressions in C++. However when I execute the program i get the following error.

开发者_Python百科I have installed VS2008 FeaturePack so as to work with regular expressions in C++. However when I execute the program i get the following error.

the procedure entry point ?_Xmem@tr1@std@@YAXXZ could not be located in the dynamic link library MSVCP90D.dll.

How could have gone wrong?

Thanks and Regards, SS


It seems that your program is trying to run with older version of CRT. I have two MSVCP90D.dll files on my machine.

I think that version 9.00.21022.8 came with Visual Studio 2008 and version 9.00.30729.1 came with SP1. The first one doesn't have TR1 but the other one does.

0

精彩评论

暂无评论...
验证码 换一张
取 消