Home » Community » Coffee corner » [SOLVED]Sharing Ptr of object to dll
Re: Sharing Ptr of object to dll [message #52188 is a reply to message #52187] |
Tue, 06 August 2019 22:29   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Do not forget that your DLL is containing another copy of U++. That includes memory allocator. And this means that if you somehow allocated memory in your DLL, then you should free it inside of this DLL. The same is related to your app.
Have fun!
Regards,
Novo
|
|
|
Goto Forum:
Current Time: Sun May 11 20:51:06 CEST 2025
Total time taken to generate the page: 0.02888 seconds
|