Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
/ Bootstrapper Public archive

Embed native and managed dlls as resource, extract and load them on startup

License

Notifications You must be signed in to change notification settings

Spreads/Bootstrapper

Repository files navigation

Bootstrapper

Adapted from Yeppp library. Used for embedding native and managed dll as resources and loading them automatically. Bootstrapper itself contains MSVCRT9 as an example. (Some native libraries compiled for Windows with CMAKE/VS require MSVCRT and fail on non-dev machines.)

It could be used by copying the files into a project. Or it could be referenced. The only requirement is to initialize the Bootstrapper static constructor by referencing Bootsrapper.Instance anywhere at the beginning of a program or in a static constructor of a main class in a library.

It does the job well for native libraries, but all other functionality is in alpha.

See this file for usage example.

Licence

New BSD license (AKA 3-clause BSD)

About

Embed native and managed dlls as resource, extract and load them on startup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages