Results 1 to 13 of 13

Thread: URGENT Asteroid EMERGENCY...

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    8

    URGENT Asteroid EMERGENCY...

    Hello everyone..
    I have got an asteroid game which is being developed by my team.. I can't seem to make it compile no more and its deadline at 8 pm GMT. Can any one please other some suggestions or make this game COMPILE & RUN.

    Any feedback will be appreciated..

    chris


    PS - I have uploaded via www.mediafire.com, because I'm being stopped from attaching the zip but will try later

    http://www.mediafire.com/?llxkft75kcciu94

  2. #2
    Fanatic Member bloodsside14's Avatar
    Join Date
    Mar 2009
    Location
    Mid Town of Prontera
    Posts
    527

    Re: URGENT Asteroid EMERGENCY...

    Quote Originally Posted by Nautika41 View Post
    Hello everyone..
    I have got an asteroid game which is being developed by my team.. I can't seem to make it compile no more and its deadline at 8 pm GMT. Can any one please other some suggestions or make this game COMPILE & RUN.

    Any feedback will be appreciated..

    chris


    PS - I have uploaded via www.mediafire.com, because I'm being stopped from attaching the zip but will try later

    http://www.mediafire.com/?llxkft75kcciu94
    OFF TOPIC

    Post it to the thread what language are you using. Maybe they can help you.
    ___________________



    Give some REP. if my POST is helpful

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    8

    Re: URGENT Asteroid EMERGENCY...

    thanks for letting me know

  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    8

    Re: URGENT Asteroid EMERGENCY...

    Has anyone been able to compile this asteroids game in visual studio ??

    Help will be truly appreciated

  5. #5
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: URGENT Asteroid EMERGENCY...

    Maybe using a larger font will help.

    Other than that, don't expect people to inspect, read the entire project and fix it for you. Post details, what language is it, what version of Visual Studio, what problems you have when compiling it, etc.

  6. #6

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    8

    Re: URGENT Asteroid EMERGENCY...

    Its C++, but its not compiling...And its very urgent,

    Below is problem
    ------ Build started: Project: Asteroids3D, Configuration: Debug Win32 ------
    Compiling...
    cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
    Asteroid.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\asteroid.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\asteroid.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Background.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\background.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\background.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Credits.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\credits.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\credits.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Data.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\modelling\data.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\modelling\data.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    FontData.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\framework\fontdata.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\framework\fontdata.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    GameManager.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\gamemanager.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\gamemanager.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Laser.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\laser.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\laser.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    LaserGun.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\lasergun.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\lasergun.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Main.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\main.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\main.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Menu.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\menu.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\menu.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Model.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\modelling\model.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\modelling\model.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory

  7. #7

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    8

    Re: URGENT Asteroid EMERGENCY...

    ModelManager.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\modelling\modelmanager.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\modelling\modelmanager.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    ModelScreenBeam.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\modelscreenbeam.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\modelscreenbeam.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    ModelScreenCounter.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\framework\modelscreencounter.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\framework\modelscreencounter.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Projectile.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\projectile.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\projectile.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    ProjectileGun.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\projectilegun.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\projectilegun.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Rocket.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\rocket.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\rocket.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    RocketGun.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\rocketgun.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\rocketgun.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Space.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\space.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\space.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    SpaceManager.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\spacemanager.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\spacemanager.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Generating Code...
    Compiling...
    SpaceShip.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\spaceship.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\spaceship.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    TargetPointer.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\targetpointer.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\targetpointer.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    WindowManager.cpp
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\windowmanager.cpp : error C2471: cannot update program database 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb'
    c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\windowmanager.cpp : fatal error C1083: Cannot open program database file: 'c:\users\administrator.nana-pc\desktop\asteroids\asteroids3d\debug\vc90.pdb': No such file or directory
    Generating Code...
    Build log was saved at "file://c:\Users\Administrator.NANA-PC\Desktop\Asteroids\Asteroids3D\Debug\BuildLog.htm"
    Asteroids3D - 46 error(s), 1 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped

  8. #8
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: URGENT Asteroid EMERGENCY...

    Try removing the debug folder and rebuild it.
    Delete it. They just clutter threads anyway.

  9. #9

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    8

    Re: URGENT Asteroid EMERGENCY...

    TheBigB i tried that, but it fails to compile..

  10. #10
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: URGENT Asteroid EMERGENCY...

    did you move the game folder? I got a similar error in .net when i moved my projects folder.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  11. #11
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: URGENT Asteroid EMERGENCY...

    @ Nautika41

    Which version of Visual Studios are you using?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  12. #12
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: URGENT Asteroid EMERGENCY...

    i found this on msdn. It is evidently a common problem. Scroll down to the last post.
    http://social.msdn.microsoft.com/for...7-6d1a0b21b733
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  13. #13
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: URGENT Asteroid EMERGENCY...

    I just thought of something! Nautika41 since you are working in a team (or even if you were just working individual) I would suggested looking into something such VisualSafeSource or Subversion version control tools. Which, can help you and your team better deal with situations like this.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

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



Click Here to Expand Forum to Full Width