judero01col / GMap.NET

GMap.NET Windows Forms & Presentation is an excellent open source, powerful, free and cross-platform .NET control. Allows the use of routing, geocoding, directions and maps from Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac, Yendux, Mapy.cz, Maps.lt, iKarte.lv, NearMap, HereMap, CloudMade, WikiMapia, MapQuest and many more.
Other
458 stars 201 forks source link

Fix x64 crash: memory addresses are 64 bit integers #210

Open FoxyDingo opened 3 months ago

FoxyDingo commented 3 months ago

If the application is built as a 64-bit application, using Scan0.ToInt32() will cause a "Arithmetic operation resulted in an overflow" exception when converting a 64-bit memory address to 32-bit integer