void apiarray(float **array, int sizeofarray);
above c++ dll api, internally allocates memory and creates array of floats. It can pass that array and its size to a calling application. Now, How a vb app can load dll and access this array without allocating memory?.