.aif file

Sort:
You are not authorized to post a reply.
Author
Messages
BrianM
Advanced Member
Posts: 41
Advanced Member
    I compiled a custom program and ended up with a .aif file in my obj directory.  I don't recall ever seeing this before. That or I didn't look hard enough.  Does anyone know why this file is in there and what it might be used for?  Can it be deleted?  Thanks in advance for your help.
    BTM
    jaherb
    Veteran Member
    Posts: 164
    Veteran Member
      Brian...

      aif files are created in the obj directory when you compile your program in debug mode (option D) and then set break points in your program.  This stores the break points you have set while using animator.

      Yes you can remove this from your obj directory and this will cause no issues... other than losing any breakpoints you may have set in animator.

      Jim
      BrianM
      Advanced Member
      Posts: 41
      Advanced Member
        Thank you very much Jim!  I appreciate your help.
        BTM
        jaherb
        Veteran Member
        Posts: 164
        Veteran Member
          You're welcome !
          You are not authorized to post a reply.