How to eliminate Warning LNK4221?

后端 未结 5 2167
伪装坚强ぢ
伪装坚强ぢ 2021-02-18 23:46

I am working on a project using c++/windows forms (visual studio 2010), we have 4 projects:

  • 1 project containing GUI windows forms {managed code} and this is the
5条回答
  •  误落风尘
    2021-02-19 00:31

    You get this warning because you use only template classes in cpp file. To get rid of it, insert one simple function with no template.

提交回复
热议问题