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

Latest commit

 

History

History
21 lines (15 loc) · 877 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 877 Bytes

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)