Dear all,
I just installed Intel C++ Studio XE 2011 for Windows and the IPP samples. Mysystem is Windows 7.And I can compile and build the simple_player with vs.net 2008successfully which is in "w_ipp-samples_p_7.0.2.048\\ipp-samples\\audio-video-codecs\\application\\simple_player". But when I run the simple_player.exe, it just prompts an error that is "The program can't start because MSVCR90D.dll is missing from your computer. Try reinstalling the program to fix this problem."
Dose anyone experienced the same problem? Have you find the solution? Any suggestions will be helpful.
Thanks
ntiszj
Link Copied
Hi ntiszj,
I built the sample at 64 bit Windows 7, and do not see any problem. This looks like an manifest setting at your project. The following post may provide some help:
http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/8f08777b-1c4d-4e10-89a2-f7bc95cf5e98
Thanks,
Chao
Hi,
Canyou try with these options....
1.Build for Release, not Debug.
2. Turn of incremental linking (Project/Properties -Linker- Enable Incremental Linking)
Let me know how it works....
Thanks,
Naveen Gv
Hi ntiszj,
I built the sample at 64 bit Windows 7, and do not see any problem. This looks like an manifest setting at your project. The following post may provide some help:
http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/8f08777b-1c4d-4e10-89a2-f7bc95cf5e98
Thanks,
Chao
For more complete information about compiler optimizations, see our Optimization Notice.