.aif file

 3 Replies
 0 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
BrianM
Advanced Member Send Private Message
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 Send Private Message
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 Send Private Message
Posts: 41
Advanced Member
Thank you very much Jim!  I appreciate your help.
BTM
jaherb
Veteran Member Send Private Message
Posts: 164
Veteran Member
You're welcome !