Thursday, May 09, 2019

Visual C++ DLL

When coding a C++ project that uses an existing dll, you also need to have the lib file to be able to build your project. Once you have built your project and created your exe, you only need the dll, not the lib.

Bonus: stringstream is slow, char* is faster.

No comments: