Quote Originally Posted by samGwilliam View Post
Do you mean statically link to a DLL (as in go to the compiler options and set the path containing the DLL, as opposed to the compiled app looking for the DLL at runtime)? The problem I'm having is that the project won't build, so that's the only choice I have (assuming that that's even a thing). I'll give it a try...
You can only dynamically link to an DLL.

Tim S.