Well I have a new computer now so I'll be developing and playing on the same computer unlike before. And I have both devC++ and VC++ set up on it.
Now I'm having one bug which happens when working with DEV but not with VC, and another bug that happens in VC but not in DEV. What's more is that the bug that only happens (and is reliably reproducable) in DEV is a crash bug, and VC is great at finding crash bugs, but it doesn't happen in VC. The bug that happens in VC is not a crash bug and if it doesn't happen in DEV it seems like it means it's probably some nitpicky thing that VC has.
EDIT: well I've fixed the bug that only happened in VC. The other one will be harder, cause DEV isn't very good at finding bugs.
The bug that happens only in DEV makes it crash every time you click on open in the file menu when the game is first loaded.
Now I'm having one bug which happens when working with DEV but not with VC, and another bug that happens in VC but not in DEV. What's more is that the bug that only happens (and is reliably reproducable) in DEV is a crash bug, and VC is great at finding crash bugs, but it doesn't happen in VC. The bug that happens in VC is not a crash bug and if it doesn't happen in DEV it seems like it means it's probably some nitpicky thing that VC has.
EDIT: well I've fixed the bug that only happened in VC. The other one will be harder, cause DEV isn't very good at finding bugs.
The bug that happens only in DEV makes it crash every time you click on open in the file menu when the game is first loaded.
Comment