Visual Studio 2010 library linking order

前端 未结 4 1234
北海茫月
北海茫月 2020-12-19 16:54

How do you specify, in Visual Studio 2010, the order in which library files should be linked?

I have a project that links against libexpat and against another librar

4条回答
  •  旧时难觅i
    2020-12-19 17:31

    I think you can change the order in which library files are linked bij adding them in the project file in linker -> input -> additional dependencies. The library files will be linked in the order in which they are specified.

提交回复
热议问题