Recent update
If i had a nickel for every unhandled exception…
September 19th, 2007 by mikeleon
To try and get the viewports working i decided to rip out all the extra stuff in my code: textures, buttons, writing text, most button presses, etc. I was hoping that by getting rid of all the extra stuff, it would be easier to fix the viewport code….
Well it still crashed, so i put in some break points to see where to happened. It didn’t make it to the break points. I moved the breakpoints up in code, still nothing. After doing this two or three times, i put a break point on every line in the file, from the very first, to the bottom of main, comment lines and everything. Somehow it still managed to crash, yet visual studio said it never made it to any of the break points…..
The new plan:
- Get rid of everything
- Make a new file
- Don’t add anything exciting
- Code the viewports
- Rejoice
- Add the stuff back in (This would actually put me back on schedule)
Posted in Uncategorized | | 0 Comments
