Removing system libraries because of a bug in your own code is not the thing to do. Access violation means that you have invalid pointers in your code, and this causes the system libraries to crash.
Find the place where the crash happens, by looking at the call stack, and then fix the problem.
Forum posts: 822
Find the place where the crash happens, by looking at the call stack, and then fix the problem.
Forum posts: 32