Modify 'mingw-w64-ucrt-x86_64-mlt' to include '.lib' files for seamless integration with Visual Studio. #17714
Closed
codewolf-in
started this conversation in
General
Replies: 1 comment 1 reply
-
|
There is no plan to be compatible with Visual Studio. Also it is not possible due to various standard libraries. vcpkg may be helpful. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if it would be possible to modify the package 'mingw-w64-ucrt-x86_64-mlt' to include '.lib' files for potential use with Visual Studio. This could greatly enhance the integration between the package and Visual Studio, allowing developers to leverage its functionalities seamlessly within their projects.
I have attempted to generate a '.lib' file from a '.dll' using 'gendef' and 'lib.exe'. However, this approach results in an error indicating unresolved dependencies.
Beta Was this translation helpful? Give feedback.
All reactions