How to add .c and .h files to Atmel Studio 6?

前端 未结 2 1474
梦毁少年i
梦毁少年i 2021-01-03 08:10

I know there are a lot of questions on this topic, and I\'ve looked through a fair number of them. However I am still having problems.

I started writing a test prog

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-03 08:59

    Adding library files to a solution should be simple. Go to the Solution Explorer, right-click on your solution, and go to "Add->Existing Item". If you want to add a pre-existing library and keep it in a separate folder from your solution, click the arrow next to "Add" and choose "Add as link". That saves many headaches due to having a duplicate copy of your library in your solution folder, and files not staying up-to-date.

提交回复
热议问题