Hi All!
I've been using the 'new'operator to allocate vectors as follows:
DPoint3d *pnts = new DPoint3d[_size_];
........
delete [] pnts;
My question is: is it safer to use dlmSystem_mdlMallocand dlmSystem_mdlFreeto allocate and free memory in MDL applications run offline as a batch pgms?
If the answer is yes then if we're using an external API in our MDL pgm, how is MicroStation managing the memory related to calls to the external dll ?
Thanks,
Nabil