Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

.dll's [Solved]


Matt
 Share

Recommended Posts

I'm not sure what kind of answers you're looking for, but there just dynamic link libraries required to run eclipse.

I looked up the .dlls on google and found some answers, try looking them up.

[http://dll.paretologic.com/detail.php/comcat](http://dll.paretologic.com/detail.php/comcat)

[http://process.iamnotageek.com/oleaut32.dll.php](http://process.iamnotageek.com/oleaut32.dll.php)

[https://www.google.com/search?q=stdole2.tlb&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=D1&tbo=d&rls=org.mozilla:en-US%3Aofficial&sclient=psy-ab&q=stdole2.tlb&oq=stdole2.tlb&gs_l=serp.3..0l4.253571.255868.1.256400.7.7.0.0.0.0.1565.1868.3-1j8-1.2.0.les%3B..0.0…1c.1.u4uLM-FsrkM&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.&bvm=bv.1355534169,d.cGE&fp=fb02b189c547b8d9&bpcl=40096503&biw=1280&bih=847](https://www.google.com/search?q=stdole2.tlb&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=D1&tbo=d&rls=org.mozilla:en-US%3Aofficial&sclient=psy-ab&q=stdole2.tlb&oq=stdole2.tlb&gs_l=serp.3..0l4.253571.255868.1.256400.7.7.0.0.0.0.1565.1868.3-1j8-1.2.0.les%3B..0.0...1c.1.u4uLM-FsrkM&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.&bvm=bv.1355534169,d.cGE&fp=fb02b189c547b8d9&bpcl=40096503&biw=1280&bih=847)

meh couldn't find the last one.
Link to comment
Share on other sites

My question is why, despite that I lack majority of the .dlls in the runtimes downloader, I can run Eclipse. The only .dlls that I found that matched the ones in the runetimes downloader are the three i mentioned above.

I ran the downloader, following the instructions provided, and the dlls don't appear in my system32 (the directory). I'm either missing something, or doing something all wrong.

If it helps I use windows 7.
Link to comment
Share on other sites

By default when you don't change the directory it install in C:\windows\system 32 or 64 bits\

Be sure to select System32 if it doesn't work install them into a folder on your desktop then copy and paste it to the right place.

I suppose that some administrators rights are requiered to be installed that's why some of them are missing.

Once you pasted them run the CMD in administrator rights then type ;

REGSVR32 dllname.dll (change dllname to the name of the dll's you pasted ) then press enter each of them need to be correctly registered (some of them won't because of the file itself)
Link to comment
Share on other sites

> By default when you don't change the directory it install in C:\windows\system 32 or 64 bits\
>
> Be sure to select System32 if it doesn't work install them into a folder on your desktop then copy and paste it to the right place.
>
> I suppose that some administrators rights are requiered to be installed that's why some of them are missing.
>
> Once you pasted them run the CMD in administrator rights then type ;
>
> REGSVR32 dllname.dll (change dllname to the name of the dll's you pasted ) then press enter each of them need to be correctly registered (some of them won't because of the file itself)

You made me realize something which makes me a moron. I run 64 bit, and found all the files. Thank you both for your help!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...