Page 10 of 13 FirstFirst ... 678910111213 LastLast
Results 91 to 100 of 125

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

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

    Default

    Add

    cmd

    At the end of the batch file.

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

    Default

    Quote Originally Posted by yaustar View Post
    Add

    cmd

    At the end of the batch file.
    you mean rename the file

    start.batcmd

    ??

    or open the code of the start.bat file and put cmd at the end

    ???

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

    Default

    Quote Originally Posted by gunntims0103 View Post
    y
    or open the code of the start.bat file and put cmd at the end
    Latter.

  4. #94
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    33
    Posts
    2,976
    Rep Power
    108

    Default

    i already have that and i keep getting the same error, it would give me a illegal error of some sort....

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

    Default

    Well, post the error message up along with the contents of your batch file.

  6. #96
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    33
    Posts
    2,976
    Rep Power
    108

    Default

    this is the contents of my start.bat

    Code:
    set PSPDEV=C:/pspdev set PATH=%PATH%;%PSPDEV%/bin set PSPSDK=C:/pspdev/psp/sdk cmd
    cmd
    i dont get a illegal error any more the when i run the start.bat file it blits to the screen for a sec then goes away. I have cmd in the code but it doesnt work...

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

    Default

    It should be:
    set path=%path%;C:\pspdev\bin
    set PSPSDK=C:\pspdev\psp\sdk
    cmd
    That should leave the Window open.

    Edit: Although saying that, yours should still leave the command prompt window open.

  8. #98
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    33
    Posts
    2,976
    Rep Power
    108

    Default

    the window stays open

    but a error box appears it says

    16 bit MS-DOS Subsystem

    C:/WINNT/System32/cmd.exe
    The NTVDM CPU has encountered an illegal instruction.
    CS:0552 IP:fff0 OP:fe 1d 09 30 Choose 'Close' to terminate the application.

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

    Default

    Oh.. that kind of error. That sounds more like a problem with your PC more then anything.

    Go to Start -> Run
    Type in
    cmd
    And press enter. Do you get the same error?

  10. #100
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    33
    Posts
    2,976
    Rep Power
    108

    Default

    i went to start then went in run, typed in cmd and i didnt get a error.

    regarding my last post do you think i get a error because of this step that i might have done incorrectly because i didnt even bother doing this part.

    6.) Use the Windows search engine to search for a file called cygwin1.dll. Look at the file properties for all of the results and keep the newest one in x:\pspdev\bin\. Delete the other older files. I use the cygwin1.dll file with the build date of 2006-01-20 13:28 and it works great. If you don’t delete the other files the compiler will get an error.

Page 10 of 13 FirstFirst ... 678910111213 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
  •