How do we link OpenStudio dlls (i.e bin\openstudio_utilities.dll) in a C++ application built in Visual Studio? is there an object library file we need to add to additional dependencies?
For example, if we wanted to access some of the objects and methods in the utilities\geometry folder, what project properties do we need to set?