Short answer:
Yes is't possible.
More usefull answer:
I made a C++ wrapper around the Messagedialog utility.
http://code.google.com/p/easyengine/sou ... libeasylib
Easymessage
Search found 259 matches
- Tue Mar 09, 2010 2:04 am
- Forum: PSP Development
- Topic: Sony Message Dialogue In XMB
- Replies: 2
- Views: 6401
- Fri Mar 05, 2010 7:14 am
- Forum: PSP Development
- Topic: Cannot create a prx
- Replies: 11
- Views: 11807
- Wed Feb 17, 2010 2:20 am
- Forum: PSP Development
- Topic: Weird crash
- Replies: 6
- Views: 8972
- Tue Feb 16, 2010 7:47 am
- Forum: PSP Development
- Topic: Weird crash
- Replies: 6
- Views: 8972
- Tue Feb 16, 2010 5:16 am
- Forum: PSP Development
- Topic: Weird crash
- Replies: 6
- Views: 8972
- Mon Feb 15, 2010 2:41 am
- Forum: PSP Development
- Topic: Problems with sceGuSwapBuffers
- Replies: 10
- Views: 19130
- Sun Feb 14, 2010 6:14 am
- Forum: PSP Development
- Topic: Weird crash
- Replies: 6
- Views: 8972
Weird crash
Sorry for the unclear title but i couldn't think of something better. I am trying to create a load from MS function but it seems to crash here: unsigned char count=0; unsigned char cursor=0; SceCtrlData pad; msg.ShowMessage("testpoint -1",0); bool go=1; while(go&...
- Fri Feb 05, 2010 7:30 am
- Forum: PSP Development
- Topic: Openssl for psp?
- Replies: 4
- Views: 3519
Yes
2 actually
one in svn and one newwer one ported by me.
http://jojosoft.1free.ws
In the libs part.
2 actually
one in svn and one newwer one ported by me.
http://jojosoft.1free.ws
In the libs part.
- Wed Feb 03, 2010 7:30 am
- Forum: PSP Development
- Topic: Loading the MP3 Files
- Replies: 4
- Views: 5823
- Wed Feb 03, 2010 12:50 am
- Forum: PSP Development
- Topic: Using GU for 2d rendering
- Replies: 2
- Views: 2823
- Sun Jan 31, 2010 7:15 pm
- Forum: PSP Development
- Topic: the fastest 2d hardware accelerated library
- Replies: 7
- Views: 4748
- Sun Jan 31, 2010 3:09 am
- Forum: PSP Development
- Topic: the fastest 2d hardware accelerated library
- Replies: 7
- Views: 4748
- Fri Jan 29, 2010 7:01 am
- Forum: PSP Development
- Topic: [noobish question] Problems when compiling OpenSSL
- Replies: 6
- Views: 4879
I made my own port a while ago:
http://jojosoft.1free.ws/viewtopic.php?f=6&t=15
I created a simple build script
http://jojosoft.1free.ws/viewtopic.php?f=6&t=15
I created a simple build script
- Thu Jan 28, 2010 5:23 am
- Forum: PSP Development
- Topic: How to 'shutdown','reset','sleep' the psp???
- Replies: 4
- Views: 3193
Can someone write some kind of "HowTo" or tutorial about how to use them?victorprosa wrote:People should learn how to use the NIDs tables, in order to avoid this kind of questions:m0skit0 wrote:scePower_0442D852() -> scePowerRequestColdReset
http://silverspring.lan.st/
=]
- Wed Jan 13, 2010 10:47 pm
- Forum: The Incredible Hall Of Shame
- Topic: easiest way to install Mac OS X on a PC
- Replies: 2
- Views: 13563
- Tue Jan 05, 2010 7:32 am
- Forum: PSP Development
- Topic: Problem with PSPLink Windows 7
- Replies: 17
- Views: 15162
- Sat Jan 02, 2010 4:18 am
- Forum: PSP Development
- Topic: Will PSPLink be updated for 5.50-gen?
- Replies: 6
- Views: 4775
What's PSPLink? Does it help you develop faster by letting you run eboots through an external source through USB, or does it allow USB mode to be active all the time? Either would be a big help o_o Guess you are a new dev. With psplink you can run eboots (the prx actually) from your pc directly on ...
- Mon Dec 28, 2009 7:38 am
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38014
- Sun Dec 27, 2009 9:12 pm
- Forum: PSP Development
- Topic: Eboot launch help
- Replies: 25
- Views: 38014
- Sat Dec 19, 2009 8:12 am
- Forum: PSP Development
- Topic: Freeciv PSP port ./configure error
- Replies: 9
- Views: 6612
- Sat Dec 19, 2009 12:23 am
- Forum: PSP Development
- Topic: Freeciv PSP port ./configure error
- Replies: 9
- Views: 6612
- Fri Dec 18, 2009 9:47 pm
- Forum: PSP Development
- Topic: Freeciv PSP port ./configure error
- Replies: 9
- Views: 6612
- Fri Dec 18, 2009 5:09 am
- Forum: PSP Development
- Topic: Freeciv PSP port ./configure error
- Replies: 9
- Views: 6612
Re: Freeciv PSP port ./configure error
Hello. I'm trying to port freeciv to the PSP (about time!). I am using the latest stable source (2.1.10). I run this when trying to compile: CC=/usr/local/pspdev/bin/psp-gcc CXX=/usr/local/pspdev/bin/psp-g++ ./configure --target=psp but it comes up with the following error: checking build system ty...
- Tue Dec 08, 2009 7:03 am
- Forum: PSP Development
- Topic: Running homebrew on the PSP
- Replies: 10
- Views: 6341
Re: Running homebrew on the PSP
(I've installed the latest version, 6.20 from Sony already) So you screwed yourself. There is no way to run Home-brew on your psp and with always having the latest Sony firmware you will never be able to run home-brew. Everytime a exploit is found a new update from sony will close the exploit. You ...
- Mon Dec 07, 2009 1:30 am
- Forum: PSP Development
- Topic: Why doesn't this draw a triangle? (Probably stupid mistake)
- Replies: 5
- Views: 4562
- Fri Dec 04, 2009 10:43 pm
- Forum: PSP Development
- Topic: Why doesn't this draw a triangle? (Probably stupid mistake)
- Replies: 5
- Views: 4562
Why doesn't this draw a triangle? (Probably stupid mistake)
I am trying to do a combination between GU+Intrafont+Gamestates system dut it doesn't draw the triangle in drawtest.
http://code.google.com/p/crazyengine/source/browse/
Can someone review my code and tell me why it doesn't draw the triangle. (Probably a stupid mistake).
http://code.google.com/p/crazyengine/source/browse/
Can someone review my code and tell me why it doesn't draw the triangle. (Probably a stupid mistake).
- Wed Dec 02, 2009 2:20 am
- Forum: PSP Development
- Topic: [SOLVED] Best OpenType fonts library?
- Replies: 6
- Views: 7915
- Wed Dec 02, 2009 2:13 am
- Forum: PSP Development
- Topic: 24-bit texture swizzling?
- Replies: 11
- Views: 6718
- Sun Nov 22, 2009 11:28 pm
- Forum: PSP Development
- Topic: Sudo make install pspsdk problem
- Replies: 13
- Views: 14805
- Sun Nov 22, 2009 11:23 pm
- Forum: PSP Development
- Topic: Http file download, howto
- Replies: 9
- Views: 6060