User profile: Peter87

User info
User name:Peter87
Website:http://dataapa.net/
History
Joined:Nov 23, 2011 at 7:53pm
Number of posts:11251
Latest posts:

How to init this static var
Templates need to be defined in the header file (unless you add explicit template instantiations for...

destructors are not called in the right order
In other words, each component ended up storing its own copy of the device object, each containing a...

destructors are not called in the right order
What if you also print [i]componentManager.get()[/i] from the Application destructor? Does it return...

destructors are not called in the right order
Is [i]componentManager[/i] a [u]member[/u] of the Application class? If it's just a local variable t...

destructors are not called in the right order
I take it you have placed print statements in the destructors to see if they run. Are you sure that...