Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: C++ to eboot??

                  
   
  1. #1
    DCEmu Pro AvengedSevenfold Fan's Avatar
    Join Date
    Aug 2006
    Location
    Maryland, USA
    Age
    32
    Posts
    978
    Rep Power
    106

    Default C++ to eboot??

    i just started C++. i got a book called Beggining C++ Game Programming by Micheal Dawson. Its very well explained so far, and the CD that comes with it is very helpful too, i recommend it.

    anyway, aside from the book talk, how do you convert your C++ code into a PSP eboot? do u need a different IDE or something? If so which one?

  2. #2
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    34
    Posts
    2,976
    Rep Power
    112

    Default

    You need a compiler. I suggest using this guide to set up a compiler on your computer to compile source codes into psp usable eboots.

    http://www.dcemu.co.uk/vbulletin/sho...light=compiler

    Good luck!

  3. #3
    DCEmu Pro AvengedSevenfold Fan's Avatar
    Join Date
    Aug 2006
    Location
    Maryland, USA
    Age
    32
    Posts
    978
    Rep Power
    106

    Default

    thanks, do i need to edit any of my code for it to run on the psp, or do i just leave it as is?

  4. #4
    Master Malk1th Malksta's Avatar
    Join Date
    Dec 2005
    Location
    Noveria
    Posts
    1,762
    Rep Power
    93
    secret message!
    I used to have a signature here.

  5. #5
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    34
    Posts
    2,976
    Rep Power
    112

    Default

    Quote Originally Posted by psp_iz_my_system View Post
    thanks, do i need to edit any of my code for it to run on the psp, or do i just leave it as is?
    well i never really fully got into C++ coding, but yes you will have to change parts of your source code to compile it into a psp usable eboot. Changing the makefile, screen vendering (if any), memory usage ect....

    Im not a pro at C++, i know yaustar is more than qualified to give his two sence in this topic as he's a experienced coder all around. Maybe he'll get hold of this thread.....

  6. #6
    DCEmu Pro AvengedSevenfold Fan's Avatar
    Join Date
    Aug 2006
    Location
    Maryland, USA
    Age
    32
    Posts
    978
    Rep Power
    106

    Default

    i wonder if when i release my first thing, which should be in a few months (something very small) if ill be the youngest C++ coder 4 da psp...

  7. #7
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    88

    Default

    In a nutshell, any code that is platform specific such as DirectX, needs to be rewritten to work with the system you are porting it to. For the PSP, this means rewriting the rendering code to GU.

    Since the book only deals with text based code (command prompt), you may have some difficulties with input for the PSP.

    I tend to use Code::Blocks IDE with the DevKitPSP compiler for PSP programming. I use the same IDE with other compilers to deal with other platforms as well.

    http://www.psp-programming.com/forum...12461#msg12461

  8. #8
    Master Malk1th Malksta's Avatar
    Join Date
    Dec 2005
    Location
    Noveria
    Posts
    1,762
    Rep Power
    93

    Default

    Quote Originally Posted by psp_iz_my_system View Post
    i wonder if when i release my first thing, which should be in a few months (something very small) if ill be the youngest C++ coder 4 da psp...
    Thats what you think

    cout << "I am younger than you and I compiled coded a Hello World App =)";

    To those REAL coders, ( Dont joke of this, I'm too young to even know what C/C++ is )
    secret message!
    I used to have a signature here.

  9. #9
    DCEmu Pro AvengedSevenfold Fan's Avatar
    Join Date
    Aug 2006
    Location
    Maryland, USA
    Age
    32
    Posts
    978
    Rep Power
    106

    Default

    anyone can make a hello world app. how old r u??

  10. #10
    DCEmu Legend Accordion's Avatar
    Join Date
    Jan 2006
    Location
    Birmingham, UK
    Age
    36
    Posts
    2,884
    Rep Power
    91

    Default

    Quote Originally Posted by psp_iz_my_system View Post
    anyone can make a hello world app. how old r u??
    don't be so patronising !!!

    i know i couldn't

    but good luck

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •