InstanceGuard is a cross-platform library that allows to limit applications to one instance. This library uses powerful system mechanisms that prevent multiple instances of the same application from running. The library can be used with the most C/C++ compilers in most operating systems.
There are several ways to contribute to InstanceGuard project:
- Submit bugs and help me verify fixes.
- Review the source code changes.
- Download and extract the latest release of the source code.
- Build the library using CMake tool.
- Use this library to improve your projects.