The .dll is created with vs2019 using this tutorial.
Future versions of the program could make the previous generated .dll files useless.
- Sample/ => EN
- IT/ => IT
- DE/ => DE
We will use different branches for different RC versions, but the same branch for each language.
Check the media folder or the Releases.
-
external symbol not resolved _DllMainCRTStartup
You're buiding it on x64. You must choose architecture target x86. -
cannot open include file 'afxres.h'
Renaming it to windows.h inside the .rc file should suffice usually. If not, install MFC and ATL from Visual Studio Installer.