Skip to content

Loading a DLL with dependencies #102

@cojmeister

Description

@cojmeister

Hey.
I've received a DLL and a corresponding Lib from a client, I don't have any access to source code and they won't provide any other solutions.
I've tried running the DLL in windows through python but couldn't manage because its function are changed.
So I made a CPP wrapper that linked the lib in compile time and calls the DLL in runtime.
This now works in python in windows.
When trying to load the DLL with zugbruecke in Linux (the environment works with other dlls) the process fails because it can't find the dependency.
I've attached the dependency to the session but it still won't recognize it.

Has anyone encountered this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions