www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Can't find msobj80.dll any where on my machine or on internet.

reply Enjoys Math <enjoysmath gmail.com> writes:
http://rainers.github.io/visuald/visuald/Installation.html

For some reason or another VS 2008 is the only IDE I am able to 
install on Win 7.

I can't find msobj80.dll to complete the installation.

Does anyone have it and can upload it for me?

Or should I just upgrade my machine to Win 10?

Thanks.
Sep 18 2015
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 18.09.2015 17:09, Enjoys Math wrote:
 http://rainers.github.io/visuald/visuald/Installation.html

 For some reason or another VS 2008 is the only IDE I am able to install
 on Win 7.

 I can't find msobj80.dll to complete the installation.

 Does anyone have it and can upload it for me?

 Or should I just upgrade my machine to Win 10?

 Thanks.
A standard VS 2008 installation should contain msobj80.dll in the Common7\IDE folder. It's actually the Visual Studio Shell that's missing this DLL. You should be able to find mspdb80.dll as part of the VC Express 2008, see links here: http://stackoverflow.com/questions/15318560/visual-c-2008-express-download-link-dead
Sep 18 2015