Skip to content

Import DLL dynamically instead of statically #5

@CCRDude

Description

@CCRDude

Currently, the code has static imports for the DLL functions. This causes the program to not even run if the DLL is missing.

It's better to load DLLs dynamically, so the program can react with a useful error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions