Forum: Poser Technical


Subject: Caught C Exception in Poser 4

Lestat opened this issue on Dec 17, 1999 ยท 8 posts


Anthony Appleyard posted Mon, 20 December 1999 at 3:30 AM

C is a programming language. Poser may have been written in C or C++. That error is likely caused by an attempt to access store out of bounds because of a programming error, or perhaps an attempt to divide by zero or the like. I know, I write programs.