Hi all,

I've built project A to be dll, then I instantiated A in project B, and it crashed. But if I built A to be staticlib, instantiated it in B, there was no error. Everything worked fine.

Could you tell me what the problem is?

Thanks.