QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

[help Needed]

This is a discussion on [help Needed] within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hi guys, I am hoping someone can help. I need a little help using the dll thingy that can get ...

Reply
 
LinkBack Thread Tools
Old 04-17-2007, 04:01 PM   #1


Developer
 
bhunter's Avatar
 
Join Date: Dec 2006
Location: Sydney, Australia
Posts: 163
Trader Feedback: 0
Default [help Needed]

Hi guys, I am hoping someone can help. I need a little help using the dll thingy that can get information from eboots and iso/cso files. I may seem a little vague but that is because I have no information on it other than it exists.

I wrote a sorting utility in VB.NET recently and want to add a mouse over balloon which shows the game name, the ID and the artwork but I really have no idea where to start or even what the DLL is called.

Sorry for being so vague but if anyone knows where to from here, I would appreciate it.

Cheers

Blade
__________________
PSP History
Bought Dec 15th 2006 @ 2.6 -> 2.71 HEND -> 1.5 -> 3.02 OE-A -> 3.02 OE-B -> 3.03 OE-A -> 3.03OE-A' -> 3.03 OE-B -> 3.10 OE-A -> 3.10 OE-A' -> 3.30 OE-A.
bhunter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-17-2007, 04:12 PM   #2


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

what you are doing isn't easy. you will need the app to extract the sfo from the iso, then read it...that would take like 20 seconds from the time the mouse goes over the thing (to the best of my knowledge)
__________________
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-17-2007, 04:23 PM   #3
 
radioactive_X's Avatar
 
Join Date: Apr 2007
Location: Relative
Posts: 135
Trader Feedback: 0
Default

He could extract the sfo's at the start of the app (long loading?) and only display the info later on mouse over.

Then again what do i know about iso's and sfo's.
radioactive_X is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-17-2007, 04:24 PM   #4


Developer
 
bhunter's Avatar
 
Join Date: Dec 2006
Location: Sydney, Australia
Posts: 163
Trader Feedback: 0
Default

Hmmm, 20 seconds is not so great, how about a clickable "refresh SFO information" button, this could then cache all the information this would still take some time but at least the user would understand that they have clicked the button and made a choice to wait for that. this should give an instant mouse over once all the info is cached.

This way, the user can make a conscious decision if they want a quick and easy app or if they want to wait for the loading times for the app to be prettier.

Sheesh, gonna be a learning curve here, I have never done anything with images in my coding .
__________________
PSP History
Bought Dec 15th 2006 @ 2.6 -> 2.71 HEND -> 1.5 -> 3.02 OE-A -> 3.02 OE-B -> 3.03 OE-A -> 3.03OE-A' -> 3.03 OE-B -> 3.10 OE-A -> 3.10 OE-A' -> 3.30 OE-A.
bhunter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-17-2007, 04:25 PM   #5


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

u are coding in vb.net, right?

if so, i can help
__________________
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-17-2007, 04:29 PM   #6


Developer
 
bhunter's Avatar
 
Join Date: Dec 2006
Location: Sydney, Australia
Posts: 163
Trader Feedback: 0
Default

Quote:
Originally Posted by -MANIAC-
u are coding in vb.net, right?

if so, i can help
Yup, I started it in VB6 but ran into problems trying to change the created date on the folders so ported to VB.NET. The app works nicely and I have since made some changes so that it will read GAME* instead of GAME303 (I didn't realise when I first made it that the folder name increments with the CFW). I have yet to release this version and I would love to be able to have something like this feature.

If you PM me your email address i will flick you over the source code for you to take a look at (Please, don't laugh at my coding skills, I am self taught)
__________________
PSP History
Bought Dec 15th 2006 @ 2.6 -> 2.71 HEND -> 1.5 -> 3.02 OE-A -> 3.02 OE-B -> 3.03 OE-A -> 3.03OE-A' -> 3.03 OE-B -> 3.10 OE-A -> 3.10 OE-A' -> 3.30 OE-A.
bhunter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-17-2007, 05:08 PM   #7


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

np, i am self taught too :P and see my apps (they are pretty good)

just upload the source code to sendspace and pm me the link
__________________
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-17-2007, 05:56 PM   #8


Developer
 
bhunter's Avatar
 
Join Date: Dec 2006
Location: Sydney, Australia
Posts: 163
Trader Feedback: 0
Default

Quote:
Originally Posted by -MANIAC-
np, i am self taught too :P and see my apps (they are pretty good)

just upload the source code to sendspace and pm me the link
Done mate
__________________
PSP History
Bought Dec 15th 2006 @ 2.6 -> 2.71 HEND -> 1.5 -> 3.02 OE-A -> 3.02 OE-B -> 3.03 OE-A -> 3.03OE-A' -> 3.03 OE-B -> 3.10 OE-A -> 3.10 OE-A' -> 3.30 OE-A.
bhunter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
needed

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 08:47 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us