Thread: Better computer, worse performance

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065

    Better computer, worse performance

    I'm really stumped. I recently got a new system at work that is better than my home system but when I run my game on it, the FPS drops from 80+ to less than 2. It really crawls.

    Home system: Dell, PIII 933mhz, 32mb NVidia card, 128 MB Ram
    Work system: Dell, PIV 2.4ghz, 64mb NVidia card, 256 MB Ram

    Both systems have the DX9 SDK installed, both running Windows XP. The game uses DirectDraw from DirectX 7.

    I've gone so far as to strip the code down to the bare minimum and add piece by piece to see what slowing it down. It seems to be only when I try to blit more than a few things to the screen. I can load all of my bitmap surfaces with no trouble. With them all loaded I can blit 2 or 3 items to the screen (all the tiles are the same size) with no slow down, but as soon as I increase the number of tiles drawn it starts to crawl.

    I'm really stumped and about ready rewrite all my graphics code in OpenGL (which my OpenGL programs run fine on either system). Has anyone else ever experienced anything like this?
    Last edited by jdinger; 07-21-2003 at 10:28 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. computer freeze up
    By nbo10 in forum Tech Board
    Replies: 9
    Last Post: 10-09-2005, 01:39 PM
  2. Starting C++ & Computer Science Major
    By learning C++ in forum C++ Programming
    Replies: 8
    Last Post: 12-26-2003, 12:17 PM
  3. upgrade computer ?
    By teeyester in forum Tech Board
    Replies: 4
    Last Post: 10-11-2003, 09:51 PM
  4. Regarding Undergraduate Computer Majors
    By UnregdRegd in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 10-04-2003, 11:55 AM
  5. computer sex
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 09-17-2001, 07:09 PM