Eclipse first, the rest nowhere.
Symboli Loader is the generic plugin loader on Windows mimicking as version.dll
.
Open symboli_loader.sln
and build it.
Of course you can use msbuild
:
MSBuild -p:Configuration=Release
- Put Symboli Loader binary (
version.dll
) on DLL search directory. - Create the directory named
symboli_loader
next to Symboli Loader binary (version.dll
). - Create the directory named same as execution binary you want to custom under the
symboli_loader
directory. - Put your plugins with
.symboli
extension.
As an example, the file layout is as follows:
C:\example\
binary.exe
version.dll
(Symboli Loader)symboli_loader\
binary.exe\
(This is directory named as same as the execution binary)plugin.symboli
MIT