Common Pitfalls When Creating a DLL and How to Handle Errors
When building a DLL, various issues often arise when trying to load it from a C# application. This post documents important precautions when building a DLL, ...
When building a DLL, various issues often arise when trying to load it from a C# application. This post documents important precautions when building a DLL, ...
#include Order in C++
While building a C++ DLL wrapper around a vendor-provided SDK, I encountered strange syntax errors that did not appear when building a normal .exe project us...
I just set up for my github page. I am going to post about bug fixing, dev log and side project.