Page 12 of 13 FirstFirst ... 28910111213 LastLast
Results 111 to 120 of 125

Thread: [Tutorial]The Quick + Easy Way To Start Developing in C/C++!!

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

    Default

    Quote Originally Posted by froggie22 View Post
    ohh ok then. is there a tutorial on how to start coding? i havent coded b4 but would like to have a try..
    Then in honesty, don't start developing for the PSP. Learning how to program is hard enough without having to deal with any platform specific material. Do you honestly want to persue programming? If so, I recommend learning Python. It is a nice easy to learn language which allows you to see immediate results and can be used on various platforms.

  2. #112

    Default

    if its that hard ill give it a miss then and just wait for other to program things. i have heaps of school atm so maybe ill wait for a bit b4 i try learning. thanks anyway bro

  3. #113

    Default

    I need help, I've deleted all the cygwin1.dlls and I still get the same error(I'm using the one that came with the install. Do I need to reboot after deleteing them, or what?

  4. #114
    DCEmu Newbie
    Join Date
    Nov 2006
    Posts
    4
    Rep Power
    0

    Default

    I'll be honest, I'm not sure how to correct the issue, but for anyone who's having a problem using kxploit with this version of the toolkit, I believe what's happening is that when the compiler creates the directories, it's passing "mkdir -p folder_name" to the windows command line, which doesn't see "-p" as a flag, and makes the directories "folder_name", and "-p". It then causes an error when it incorrectly tries to make another "-p" directory, and quits without making the 2nd directory or the 2nd EBOOT.PBP file.

    *EDIT*
    I found the answer in this forum on page 8.
    ... for anyone not interested in searching for it, here's the link reposted with how to correct it: http://forums.ps2dev.org/viewtopic.php?t=6046

  5. #115
    DCEmu Rookie jools's Avatar
    Join Date
    Mar 2006
    Location
    Scotland, UK
    Posts
    106
    Rep Power
    67

    Default

    when I type make it gives me:

    'make' is not recognized as an internal or external command, operable program or batch file.

  6. #116
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    Step 4 and/or 7a wasn't done correctly.

  7. #117
    Puzzle Solver JPJunkie's Avatar
    Join Date
    Jul 2007
    Posts
    844
    Rep Power
    0

    Default

    Good Tutorial! I have learnt something

  8. #118
    DCEmu Rookie jools's Avatar
    Join Date
    Mar 2006
    Location
    Scotland, UK
    Posts
    106
    Rep Power
    67

    Talking

    thanks yaustar I used the code in the .bat that you posted back a bit and it worked

  9. #119
    DCEmu Rookie
    Join Date
    May 2007
    Location
    Under your Bed
    Posts
    168
    Rep Power
    0

    Default

    i am just starting to learn C++(i already know flash actionscript if that helps) i have a c file and i wanted to know how to make the makefile

    EDIT: ok nvr mind that was a dumb question i started to read some tutorials and now i know what it is,
    Nice tutorial, i tried to set up cygwin but it didn't work, then i did this and it took about 10min, thanks a lot.

    EDIT: I finished the first two tutorials, but when i went to compile the third i get an error, i installed zlib and libpng but it wont compile. here is a picture of the errors, plz help

  10. #120
    DCEmu Newbie
    Join Date
    Dec 2007
    Posts
    1
    Rep Power
    0

    Default

    Quote Originally Posted by jools View Post
    when I type make it gives me:

    'make' is not recognized as an internal or external command, operable program or batch file.
    I have the same problem, Im 99% certain i have dont all the steps correctly. Can someone post their make file so i can compare? Is there anything else i need to install that isnt listed in this tutorial?

Page 12 of 13 FirstFirst ... 28910111213 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
  •