Almost drop-in cross-platform replacement for UNIX dlopen
Find a file
interfiberschool 73da0e81aa
Create
2023-03-16 14:07:20 -04:00
.devcontainer init 2023-03-16 18:04:29 +00:00
examples init 2023-03-16 18:04:29 +00:00
src init 2023-03-16 18:04:29 +00:00
.gitignore init 2023-03-16 18:04:29 +00:00
LICENSE Create 2023-03-16 14:07:20 -04:00
Makefile init 2023-03-16 18:04:29 +00:00
README.md Create README.md 2023-03-16 14:06:39 -04:00

Hotwire

Cross-platform dlopen implementation for C/C++

About

Hotwire provides a cross-platform API for loading DLLs, its based on the UNIX dlopen() API. This project was mainly built for the fusion engine, but is avalible under the BSD license

Running examples