Join 137,429 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,903 people online right now. Registration is fast and FREE... Join Now!
In Linux I've been building my game engine as a shared object library (.so file), so other things could dynamically link to it. Is this the same thing as a dll in Windows?