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
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.