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

change loadLibrary on Windows to LoadLibraryA + LoadLibraryExA again #760

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

svigerske
Copy link
Member

  • try LoadLibraryA first in any case
  • try LoadLibraryExA if that failed
  • print error from both, unless second failed with invalid parameter error

@metab0t @traversaro would this be ok for you?

@svigerske svigerske self-assigned this Apr 22, 2024
@traversaro
Copy link
Contributor

Ok for me.

@metab0t
Copy link
Contributor

metab0t commented Apr 22, 2024

OK for me. Thanks!

@svigerske svigerske force-pushed the 759-update-loadlib-win branch from ddf86e4 to 1622183 Compare April 22, 2024 10:39
- try LoadLibraryA first in any case
- try LoadLibraryExA if that failed
- print error from both, unless second failed with invalid parameter error
@svigerske svigerske force-pushed the 759-update-loadlib-win branch from 1622183 to 809110f Compare April 22, 2024 10:46
@svigerske svigerske merged commit 43a6341 into stable/3.14 Apr 22, 2024
1 of 3 checks passed
@svigerske svigerske deleted the 759-update-loadlib-win branch April 22, 2024 10:46
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

Successfully merging this pull request may close these issues.

3 participants