Whenever I create some small tool in c++ dll for use with another language, a new user always has to download
the microsoft redistributable package and install it.
Is there anyway to add the resources needed from the redist, to my dll?
How even do you know what resources it needs to function?
Sorry if the questions are noob.