I\'m experimenting with reconfiguring my application to make heaving use of packages. Both I and another developer running a similar experiment are running into a bit of troubl
For me #pragma package(smart_init,weak) in the cpp file solved the problem. See also http://flylib.com/books/en/3.264.1.27/1/
The cpp->obj file gets staticly linked without influencing anything else.