Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1358
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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Map implementation
Next Topic: What is the minimum OpenGL version required for GLCtrl?
Goto Forum:
  


Current Time: Fri Apr 19 06:57:01 CEST 2024

Total time taken to generate the page: 0.02788 seconds