This loads .dll files loader in the Plugins directory.
This loader is implemented on different wrappers. The following are the available wrappers:
d3d9.dll- ... and more
Put the DLL Plugin Loader DLL where your application .exe is located.
Example:
C:\Program Files\MyApp\MyApp.exe
C:\Program Files\MyApp\d3d9.dll
Put your .dll files in the Plugins directory.
Example:
C:\Program Files\MyApp\Plugins\MyMod1.dll
C:\Program Files\MyApp\Plugins\MyMod2.dll
- Visual Studio 2022
- Clone the repository
git clone https://github.com/t4bby/dll-plugin-loader
- Open the solution file
dll-plugin-loader.slnin Visual Studio 2022. - Build the project in either
DebugorRelease