Hello,
I'm using some custom dylibs that in Debug give me problems because they are not compiled against InDesign SDK, therefore they have a different new/delete operators. I took care of that to a certain extent in Debug, I have no more memory warnings.
But I wonder what happens in release with MemoryStatics, are they overriding new/delete as well in Release ?
Should I care which module does new and delete, passing ownership of objects ?
I have a lot of custom and third party dylibs, I can't compile them all against Ind SDK.
I hope in release new/delete are the system new/delete.
Anyone knows ?
Thanks.