I want to get this straight. I know what DLL's are. I have done research on them. they are like executable except they can not be access directly. Their main purposes are to provide additional resources such as functions and variables for your application. What I do not understand is.
Do you have to include the header for both libs and DLL's and is this the only thing required to use them. (I am pretty sure you have to but I want to get that clear)
in the link library dependencies, can you just include the folder to them. how does Visual studio search the folder to know which one's to pick up
Can both the dlls and libs be included in library dependencies. if not then where are they suppose to go in order for them to work.