-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
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?
itaiwe