This is just a quick question. As I understand it, code from a static library is included directly, at compile time, into a .exe… so if I have some Library code running in a program, is it correct to say that the current directory as far as that code is concerned is the same as that of the .exe’s, regardless of where the .lib is?
Share
It doesn’t matter where the lib is, even if it is dynamically linked.