MapWindow / MapWinGIS

MapWinGIS.ocx is a FREE and OPEN SOURCE C++ based geographic information system programming ActiveX Control and application programmer interface (API) that can be added to a Windows Form in Visual Basic, C#, Delphi, or other languages that support ActiveX, providing your app with a map. Go to our forum for questions and help:
https://mapwindow.discourse.group/
Mozilla Public License 2.0
270 stars 134 forks source link

Fail with gdal204.dll #206

Open schorges opened 4 years ago

schorges commented 4 years ago

I add the MapWinGIS ActiveX to my Projekt https://www.mapwindow.org/documentation/mapwingis4.9/getting_started.html an on debugg the app oh show the map become an fail:

Unbenannt

jerryfaust commented 4 years ago

Hello @schorges

Are these two separate issues that you're reporting?

Regarding the deadlock, I suggest that when you encounter the error while debugging, open the Threads window to determine what each of the threads are doing, hopefully to determine which thread is waiting on which. Then you can determine if the deadlock is related to specific calls into the OCX.

Regarding what I think is "procedure entry point not found", can you provide more context within your code of when/where this error occurred?

Thank you.