Select to view content in your preferred language

Is it possible to use a different version of gdal than Pros for a plugin?

346
0
2 weeks ago
dwatkins17
New Contributor

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.

Tags (1)
0 Kudos
0 Replies