CSO/PBP Shell Extension (Win32)

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
neofar
Posts: 47
Joined: Wed Jan 21, 2004 2:40 am
Location: Spain
Contact:

CSO/PBP Shell Extension (Win32)

Post by neofar »

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]"
noxa
Posts: 39
Joined: Sat Aug 05, 2006 9:03 am
Contact:

Post by noxa »

Very cool! Any reports of this working under 64-bit Windows?
User avatar
neofar
Posts: 47
Joined: Wed Jan 21, 2004 2:40 am
Location: Spain
Contact:

Post by neofar »

its compiled for win32 ... i'll try to compile for x64
zinga
Posts: 11
Joined: Mon Sep 25, 2006 6:13 pm

Post by zinga »

I got the following error:
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!
User avatar
neofar
Posts: 47
Joined: Wed Jan 21, 2004 2:40 am
Location: Spain
Contact:

Post by neofar »

search if you have this files "msvcr80.dll" and "gdiplus.dll"
zinga
Posts: 11
Joined: Mon Sep 25, 2006 6:13 pm

Post by zinga »

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.
User avatar
neofar
Posts: 47
Joined: Wed Jan 21, 2004 2:40 am
Location: Spain
Contact:

Post by neofar »

Update with the latest vc8.0 runtime files, if you get any error whet register the files, install the runtime dll's
zinga
Posts: 11
Joined: Mon Sep 25, 2006 6:13 pm

Post by zinga »

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 :)
Post Reply