While evaluating the examples in API Kit I run into the following issue.
I'm getting access violation exception when DrawPrimitives
calledGSErrCode ret = ACAPI_DrawOrder_DrawOrderInit(); if (ret !=
NoError) return; API_Element elem; while ((ret =
ACA...