Skip to content

yungyeh22/DynamicLinkLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicLinkLib_Qt

A solution to quickly load a dynamical library dynamically in application.

This solution provides a strategy to better manage the library loading process and does not depend on the implicit library loading. It requires Qt for cross-platform solution. A MSVC solution is also provided as if Qt is not possible in a project.

Getting Started

This is not an standalone application. Add this as a module into your Qt project

Pull the repository and move it to "Util/DynamicLinkLib" folder of your project. Alternatively, you can add this repository as a submodule in your project.

Prerequisites

Pick for either Qt5 or MSVC compilier

Qt5 - Qt

MSVC 2015+

Installing

This is not an standalone application. Add this as a module into your Qt project

After pulling this repository, add the directory to the project list.

Deployment

This is not an standalone application. Add this as a module into your Qt project

You are free to distribute the souce as long you fulfill the open source distribution requirements.

Authors

License

This project is licensed under the MIT License

About

A handy dynamic link approach with Qt's QLibrary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages