Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLL Dependencies #829

Open
K-Dambeck opened this issue Jun 24, 2024 · 0 comments
Open

DLL Dependencies #829

K-Dambeck opened this issue Jun 24, 2024 · 0 comments

Comments

@K-Dambeck
Copy link

K-Dambeck commented Jun 24, 2024

Hey, this might be a weird use-case ^^

I'm trying to control a Drive via C# using SOEM to communicate with it. To do so, I created a .dll using the SOEM Library and am now trying to use that with DLLImport, though I get an error that the DLL could not be loaded since a specified module could not be found. Upon further investigation using dumpbin, it lists VCRUNTIME140D.dll as one of its dependencies, which seems to be a debug version of a Microsoft C Runtime Library.
Ideally in my release I'd like to not have a debug version of a runtime as a dependency, do you know if there's something that can be done here?
I know it's kind of a long shot since as far as I can tell, this doesn't seem to be a very common usage of the Library ^^'
Kind Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant