How do I solve an unresolved external when using C++ Builder packages?

前端 未结 3 771
遇见更好的自我
遇见更好的自我 2021-02-08 23:30

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

3条回答
  •  旧时难觅i
    2021-02-09 00:31

    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.

提交回复
热议问题