Skip to content

p0iz/loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loader

A small, portable and RAII DLL loader.

Usage:

#include "loader/library.hpp"

loader::Library lib("<DLL name>");
if (lib.loaded()) {
	int funkyNumber = lib.func<int()>("funky")();
}

Licensed under MIT license. See LICENSE file.

Uses the lovely Catch framework for unit tests, licensed under Boost software license.

About

DLL loader for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors