What is a dynamic link library (DLL)? A dynamic link library (DLL) is a collection of small programs that larger programs can load when needed to complete specific tasks. The small program, called a ...
I'm coming back to C++ programming after a number of years farting around with prolog, so apologies if this question is totally stupid. I'm using VS2008. I'm trying to write a library that wraps up ...