Skip to content

A basic library loader class to allow easy loading of Native libraries (.dll, .so) for any project depending on them.

Notifications You must be signed in to change notification settings

AbhinavAjitsaria/NativeLibraryLoader

Repository files navigation

NativeLibraryLoader

A basic library loader class to allow easy loading of Native libraries (.dll, .so) for any project depending on them.

Auto detects the OS - (Linux or Windows)

Use the static function init with parameters - pathToLibrary and nativeLibraryName to load the library into any project

About

A basic library loader class to allow easy loading of Native libraries (.dll, .so) for any project depending on them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages