Welcome to my development page.
This is where I document my projects, ideas, and experiments in software engineering.
Check out my Velog for posts in Korean 🇰🇷.
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, ...
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...