概念
An object is said to cross a dynamic library boundary when it is instantiated within an assembly and consumed by another assembly.
一个动态库提供一个创建对象,另一个动态库或者可执行程序使用该对象。
问题
1、当使用不同版本的CRT库时,传递CRT对象(handles、locales和环境变量)[传入/传出:穿过动态库边界的函数调用],会出现未预料的行为;
2、Heap corruption错误;