简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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