Tag Archives: Warnings fix

Resolving linker warning LNK4221

While cleaning up code warnings I came across LNK4221: “xxx.obj: no public symbols found; archive member will be inaccessible.”. The message does point out the culprit obj file, but not much more. both the documentation and a knowledge base article … Continue reading

Posted in VC++ | Tagged | 2 Comments