Can I use custom manifest file to load COM .dll #2727
Unanswered
Daniel-Marsalek
asked this question in
Q&A
Replies: 1 comment
-
I don't know much about manifest files, but you could try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to use in our app external library provided as .dll which is does not have standard win entry points. If i start application normally, it can find that .dll through manifest file and everything works. But when i start it with benchmarks I get following error:
Is there any way how to prevent this error and load that .dll ? Like use of manifest file ?
I can't change anything in that .dll as it is external library I need to use.
Beta Was this translation helpful? Give feedback.
All reactions