Thread: debugging z buffer - help

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    144

    debugging z buffer - help

    I am trying to implement the z-buffer algorithm, however, am running into the following problem


    Here is a screenshot. As you can see the colour is fading. Also the base of the shape has faded too.
    http://i49.tinypic.com/19qb6w.png

    As the program terminates, I get the following error:
    Code:
    Unhandled exception at 0x76fb4621 in EV_Shell.exe: 0xC015000F: The activation context being deactivated is not the most recently activated one.
    Has anyone encountered this problem? The code is very long so I may need to PM if its needed
    Last edited by bos1234; 06-06-2012 at 04:56 AM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    > Has anyone encountered this problem?
    There's lots of chatter on a lot of forums elsewhere.
    The activation context being deactivated is not the most recently activated one. - Google Search
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Class for both dynamic allocated buffer and static buffer
    By TotalTurd in forum C++ Programming
    Replies: 3
    Last Post: 01-07-2012, 09:09 PM
  2. Debugging
    By cecil_rabmere in forum C Programming
    Replies: 2
    Last Post: 06-13-2008, 03:36 PM
  3. debugging
    By Ssfccsh in forum C++ Programming
    Replies: 10
    Last Post: 03-01-2004, 12:20 AM
  4. fgets(buffer,sizeof(buffer),stdin);
    By linuxdude in forum C Programming
    Replies: 2
    Last Post: 10-28-2003, 10:41 AM
  5. dev-cpp debugging
    By sanchezero in forum C++ Programming
    Replies: 3
    Last Post: 06-25-2002, 05:33 PM