'Can you link a static library to a DLL?
Let's say I have an app called foo, a library called lib and my own DLL called col.
foo is coded to take some of its code and resources from the col DLL. But would it work if I were to statically link lib to col and foo would find it? Is it possible?
Note: I'm talking about Visual C++, not GCC
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
