I am trying to use gdal_3_11_3 in my ArcGIS Pro plugin. I am using Kernel32.LoadLibraryEx with the Kernel32.LoadLibraryFlags.LOAD_LIBRARY_SEARCH_USER_DIRS flag but whenever I attempt to load my plugin I LoadLibraryEx fails with an 127 error.
According to Depends all the dependancies are in the folder I am pointing LoadLibraryEX at. This appears to be some kinda library name conflict and I am wondering if there is a correct way to do this.
I'm wondering if the ESRI SDK doesn't have a gdal dependency also?