VCOMP90.DLL is missing...ok so after i wrote zeros to my hdd, and installed win7 i find that i dont have vcomp90
-
Saturday, December 05, 2009 4:02 AMCan anyone help? i even tried to redownload/ reinstall the program but no luck, i dont know what this vcomp90 is i have my pc updated everyday....all the updates and all, i beleive i have enough specs to run the software too
"The program can't start because VOMP90.DD is missing from your computer. Try reinstalling the programme to fix this problem. can anyone please help me? it workd fine before, i even tried to download the programme again to see if it was something wrong
all the drivers and everything are up to date, i even installed Visual basic 2008/2005 and c++
All Replies
-
Saturday, December 05, 2009 1:13 PMHello WaqasAftab,
please try installing the Microsoft Visual C++ 2008 SP1 Redistributable Package you can find here .
Kind regards
Sebastian -
Tuesday, December 08, 2009 2:15 AMTried it several times...even tried reinstalling windows and reformatting several times....so i just downloaded vcomp90.dll off a friends computer and dumped that ____ in the system32.....im quiet annoyed please if you have any other solution? although the trick seemed to work, it just doesnt feel genuine :(
- Proposed As Answer by Chao KuoModerator Wednesday, December 09, 2009 3:02 AM
- Unproposed As Answer by Chao KuoModerator Wednesday, December 09, 2009 3:02 AM
-
Tuesday, December 08, 2009 3:36 AMModeratorHello,VCCOMP90.dll is the library for OpenMP, and only visual studio 2008 proffessional or upper edition support openMP. So if you have lower edition, you will not find the VCCOMP90.dll library.ThanksChao
- Marked As Answer by Chao KuoModerator Friday, December 11, 2009 2:39 AM
- Unmarked As Answer by Chao KuoModerator Tuesday, December 15, 2009 2:36 AM
-
Saturday, December 12, 2009 2:17 AM
Hello,
VCCOMP90.dll is the library for OpenMP , and only visual studio 2008 proffessional or upper edition support openMP. So if you have lower edition, you will not find the VCCOMP90.dll library.ThanksChao
I had exactly the same problem. My Visual Studio is a Team Editon 2008 as a Certified Partner. I see that WinSxS has x86_microsoft.vc90.openmp ... and amd64_microsoft.vc90.openmp directories which contain vcomp90.dlls (I even see debug version). I reinstalled vcredis_x86.exe for original and Sp1 (very bad both has the same name). I still could not run due to VCOMP90.dll cannot be found.
It turned out that my program was missing #include <omp.h>.
I was wondering why the manifest does not refer to OpenMP.
After inclusion of omp.h, the manifest now has OpenMP section.
The compiler should tell me about missing omp.h.
Lesson: OpenMP needs #include <omp.h>.
Sounds trivial but the compiler never complains with /openmp.- Proposed As Answer by tosa.yasunari Saturday, December 12, 2009 2:31 AM
- Marked As Answer by Chao KuoModerator Tuesday, December 15, 2009 2:36 AM
-
Friday, April 02, 2010 8:46 PM
Hi,
I have same problem and have done same steps, reinstalling C++ Redistributed on a fresh windows with sp2.
I am tring to deploy OpenCV (Image processing library) and run its samples, but the VCOMP90.DLL still missing.
I have openmp == No in compile time too.
Can anybody help with this?
-
Saturday, October 16, 2010 5:14 AM
Thank you Sebastian, you may have actually fixed an error that I have with Movie Maker not starting. Here is the link to the error http://windowslivehelp.com/thread.aspx?threadid=1e0f4785-c3a6-4b1d-b136-437207424890
If you have any ideas on how to fix this, it would be greatly appreciated. Thanks.
I mainly am looking for answers in the following forum http://social.technet.microsoft.com/Forums/en-US/category/office2010 -
Friday, May 11, 2012 7:06 PM
Hello,
Did you try to change from Multi-threaded DLL (/MD) to Multi-threaded Debug (/MTd) when using the Debug mode?
*Project > [Project name] Properties > Code Generation > Runtime Library.

