Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • cffi cffi
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 76
    • Issues 76
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPyPyPy
  • cfficffi
  • Issues
  • #521
Closed
Open
Issue created Dec 10, 2021 by Seppo Yli-Olli@nanonyme

Ability to pass load library flags on Windows

We have a use case where flags like LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR | LOAD_LIBRARY_SEARCH_SYSTEM32 needs to be passed to dlopen for CFFI to successfully load the DLL due to dependencies. This is not possible to do with LoadLibrary and requires LoadLibraryEx. Currently it looks like CFFI is swallowing any flags passed.

This is related to using CFFI in ABI-mode.

Edited Dec 10, 2021 by Seppo Yli-Olli
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking