Category: Vector of pointers crashes on delete
-
Vector of pointers crashes on delete
I have a java gui which calls a C++ dll which in turn calls another C++ dll. Both dlls are built using Microsoft Visual C++ 6.0;Both dlls contain functions which take in 4 vectors. The first dll function calls the second dll function. The first 2 vectors are source parameters and the last 2 are…