Skip to content

Enable loading of dynamic QDMI device libraries on Windows #1351

@coderabbitai

Description

@coderabbitai

Background

Currently, dynamic QDMI device libraries are not loaded on Windows platforms. While the Win32 API provides functionality for loading shared libraries (see LoadLibrary documentation), the current implementation skips dynamic library builds and loading on Windows.

Goal

Implement support for loading dynamic QDMI device libraries on Windows to enable consumption of external QDMI devices provided as shared libraries.

Context

This issue was raised during discussion in PR #1328:

Notes

Loading and closing dynamic libraries on Windows requires extra care compared to Unix-like systems and should be handled separately.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions