I have built VTK in my computer with both dll and .lib files. When I want to create a project that uses VTK, I have to include the header files and link .lib files in project properties. In addition I have to add the .dll files in to the project path as well. I have several questions regarding this,
- What is the difference between .libs and .dll files?
- Is it possible to create a project with only using either .dll or .lib files. (I can link the .lib files and not add dlls to path or add dlls to path and not link .lib files)?
I would be grateful for any explanations. Thanks.