| View previous topic :: View next topic |
| Author |
Message |
neofar

Joined: 21 Jan 2004 Posts: 47 Location: Spain
|
Posted: Tue Apr 10, 2007 7:07 pm Post subject: CSO/PBP Shell Extension (Win32) |
|
|
Hiz
With this tool you can see the icon0.png from your files CSO and PBP in the explorer shell
http://pspdev.ofcode.com/0329/csopbp-shell-extension/
there are two dll, to install, copy to windows/system32 and exec "regsvr32 [nameoftheDll]" |
|
| Back to top |
|
 |
noxa
Joined: 05 Aug 2006 Posts: 39
|
Posted: Tue Apr 10, 2007 8:00 pm Post subject: |
|
|
| Very cool! Any reports of this working under 64-bit Windows? |
|
| Back to top |
|
 |
neofar

Joined: 21 Jan 2004 Posts: 47 Location: Spain
|
Posted: Tue Apr 10, 2007 8:36 pm Post subject: |
|
|
| its compiled for win32 ... i'll try to compile for x64 |
|
| Back to top |
|
 |
zinga
Joined: 25 Sep 2006 Posts: 11
|
Posted: Wed Apr 11, 2007 1:49 pm Post subject: |
|
|
I got the following error:
| Quote: | Regsrvr32
loadlibrary (shellcso.dll)failed.
this application has failed to start because the application configuration is incorrect.
reinstalling the application may fix this problem. |
This sounds really cool though - great work! |
|
| Back to top |
|
 |
neofar

Joined: 21 Jan 2004 Posts: 47 Location: Spain
|
Posted: Wed Apr 11, 2007 5:15 pm Post subject: |
|
|
| search if you have this files "msvcr80.dll" and "gdiplus.dll" |
|
| Back to top |
|
 |
zinga
Joined: 25 Sep 2006 Posts: 11
|
Posted: Thu Apr 12, 2007 7:36 pm Post subject: |
|
|
| neofar wrote: | | search if you have this files "msvcr80.dll" and "gdiplus.dll" | I currently have both.
I looked through the dependencies before and I had lacked mfc80.dll and msvcr80.dll - I downloaded both (I have the GDI+ DLL from other things) but couldn't register either of them. Anyways, registering your DLL files still didn't work :( (BTW, someone else is also having the same problem as I am)
I've hardly ever used MSVC but I believe that this issue can be fixed by changing some compiler options??? Lol, IDK.
Thanks for the reply. |
|
| Back to top |
|
 |
neofar

Joined: 21 Jan 2004 Posts: 47 Location: Spain
|
Posted: Fri Apr 13, 2007 3:28 am Post subject: |
|
|
| Update with the latest vc8.0 runtime files, if you get any error whet register the files, install the runtime dll's |
|
| Back to top |
|
 |
zinga
Joined: 25 Sep 2006 Posts: 11
|
Posted: Fri Apr 13, 2007 7:28 pm Post subject: |
|
|
Okay, thanks neofar. I have Visual Studio 2005, but not really willing to install it as it requires WinXP SP2, and I don't like SP2...
Meh, don't worry - thanks for the shell extension nonetheless :) |
|
| Back to top |
|
 |
|