{"id":20021250,"url":"https://github.com/tiendq/dynamic-loader-poc","last_synced_at":"2026-05-24T16:39:18.246Z","repository":{"id":225470692,"uuid":"145705690","full_name":"tiendq/dynamic-loader-poc","owner":"tiendq","description":"A C++ POC for dynamically loading app modules (plugins), cross-platform.","archived":false,"fork":false,"pushed_at":"2019-01-28T07:18:24.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T03:42:20.336Z","etag":null,"topics":["c-plus-plus","cmake","plugin-loader"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiendq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-08-22T12:24:39.000Z","updated_at":"2024-03-02T08:34:34.000Z","dependencies_parsed_at":"2024-03-02T10:47:22.937Z","dependency_job_id":null,"html_url":"https://github.com/tiendq/dynamic-loader-poc","commit_stats":null,"previous_names":["tiendq/dynamic-loader-poc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tiendq/dynamic-loader-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiendq%2Fdynamic-loader-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiendq%2Fdynamic-loader-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiendq%2Fdynamic-loader-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiendq%2Fdynamic-loader-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiendq","download_url":"https://codeload.github.com/tiendq/dynamic-loader-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiendq%2Fdynamic-loader-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33442525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T13:13:05.286Z","status":"ssl_error","status_checked_at":"2026-05-24T13:13:03.728Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","cmake","plugin-loader"],"created_at":"2024-11-13T08:36:02.264Z","updated_at":"2026-05-24T16:39:18.216Z","avatar_url":"https://github.com/tiendq.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dynamic Loader POC\n==================\n\nA C++ POC for dynamically loading app modules (plugins), cross-platform.\n\n## Features\n* Build with CMake, support Windows/Linux/macOS\n* Dynamically load modules\n* Support Windows/Linux/macOS (loading modules)\n\n## Prerequisites\n* [CMake](http://www.cmake.org/), check your CMake version in terminal by `cmake -version`\n\n## Build\nConfigure the project build with the following command to create the build directory with the configuration.\n\n```\nmkdir build; cd build  # Create a build directory.\ncmake ..               # Configure the project.\ncmake --build .        # Build all default targets.\n```\n\nIf you don't want `cd` :), you can also use below command to create `build` folder from project folder:\n\n```\ncmake -H. -Bbuild\n# H indicates source directory\n# B indicates build directory\n```\n\n## Test Linux\n\n### Create Docker Container\nCreate a container based on [ArchLinux](https://www.archlinux.org/) by running ``docker run --name dynamic-loader-poc -w /var/dynamic-loader-poc -v `pwd`:/var/dynamic-loader-poc -it base/archlinux bash`` from `dynamic-loader-poc` on host machine.\n\nStart container with `docker start dynamic-loader-poc` and use the command `docker exec -it dynamic-loader-poc bash` to get a bash shell in the container.\n\n### Install Tools\n```\npacman -Sy\npacman -S gcc\npacman -S make\npacman -S cmake\n```\n\nBuild from `/var/dynamic-loader-poc`.\n\n## Test Windows\n\nA Visual Studio edition is required to build successfully on Windows. I tested this project with [Visual Studio Community 2017](https://visualstudio.microsoft.com/downloads/) on Windows 7 64-bit in a VirtualBox.\n\nYou have to open a new Command promt window from the shortcut `Developer Command Prompt for VS 2017` from Start Menu to run build command below. This shortcut is actually a batch file at `%VS150COMNTOOLS%VsDevCmd.bat` to initialize build environment.\n\nGo to `build` folder and run `devenv /build Release dynloader.sln`.\n\nTien Do (tiendq).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiendq%2Fdynamic-loader-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiendq%2Fdynamic-loader-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiendq%2Fdynamic-loader-poc/lists"}