BcStorm - Always debug errors. :(

Results 1 to 4 of 4
  1. #1
    Zephyr Studios PRIZM is offline
    Grand MasterRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    BcStorm - Always debug errors. :(

    Hello.

    I am getting really tired, because when I update BcStorm with the fixes I ALWAYS get errors and can't debug it.

    Here is a video where I show what I do, maybe I do something wrong?


  2. #2
    Elite Member asic is offline
    Member +Rank
    Feb 2011 Join Date
    ScandinaviaLocation
    153Posts

    Re: BcStorm - Always debug errors. :(

    LOL!
    Just replace the whole void.

  3. #3
    Zephyr Studios PRIZM is offline
    Grand MasterRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: BcStorm - Always debug errors. :(

    Quote Originally Posted by flAsh0r View Post
    LOL!
    Just replace the whole void.
    I just did?

  4. #4
    Developer PremiumEye is offline
    Grand MasterRank
    Nov 2011 Join Date
    NetherlandsLocation
    550Posts

    Re: BcStorm - Always debug errors. :(

    Quote Originally Posted by Prizm View Post
    I just did?
    No, you didn't. The only thing you're doing is replacing the rule who's opening the void. You have to replace the WHOLE void. Replace
    Code:
    void name() 
    {
    
    // code
    // code
    // cos
    
    }
    You have to replace the whole void. A void gets opened by a { and is ending by a }



Advertisement