VCOMP90.DLL is missing...ok so after i wrote zeros to my hdd, and installed win7 i find that i dont have vcomp90

Answered 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 AM
     
     
    Can 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 PM
     
     
    Hello 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 AM
     
     
    Tried 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 :(
  • Tuesday, December 08, 2009 3:36 AM
    Moderator
     
     
    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.
    Thanks
    Chao
  • Saturday, December 12, 2009 2:17 AM
     
     Answered
    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.
    Thanks
    Chao

    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.

  • 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.