How to include .obj files into the project

前端 未结 2 1215
难免孤独
难免孤独 2020-12-16 22:39

I have the following question: I was given the task - to build an application. There was a ready file counter.h and some other file - counter.obj. It turned out that in the

2条回答
  •  伪装坚强ぢ
    2020-12-16 23:16

    Add the obj-file to the Solution just as you would do with cpp-files (i usually do this by drag-and-drop, that is, drag the file from the Windows Explorer and drop it on a project in the Solution Exporer window).

    You can put the obj-file together with cpp-files; it doesn't really matter.

提交回复
热议问题