Commented Unassigned: AxMap::PixelToDegrees & AxMap::DegreesToPixel inverted...
The parameters' names are as expected, but the methods' names are inverted.Comments: ** Comment from web user: gdorval ** Two thumbs up!Greg
View ArticleNew Post: Adding Labels in Vba in 4.9.3
Hello sleschinski, thank you for your quick answer. Yes I've added debugging code before. The shepefile is opened, the for - next loop is performed, strLabel contains a string-value and the x- and y-...
View ArticleNew Post: Adding Labels in Vba in 4.9.3
Ok, how about Map.AddLayer(sf, true)? I don't see it in the code so I have to ask obvious before thinking of possible bugs.
View ArticleSource code checked in, #75477
A fix for the issue with Utils.CreateInstance of IExtents interface: https://mapwingis.codeplex.com/workitem/25952#
View ArticleSource code checked in, #75478
A fix for Map.DegreesToPixel, Map.PixelToDegrees in idl: https://mapwingis.codeplex.com/workitem/25953
View ArticleNew Post: Adding Labels in Vba in 4.9.3
Hello sleschinski, that's it - I'm so sorry, how stupid of me... Thanls again
View ArticleNew Post: Open shapefile from memory/stream
How can I open shapefile from byte-array or memorystream without having to save it on disk? We have shapefiles as byte arrays in SQL database and I can read them into memory from there. The problem is...
View ArticleNew Post: Version 4.9.3.1 Not running on Windows 7 Professional 64-bit
Which version of VC runtime I have to install on the target machine? Today I have go through all installation programs on both systems and came up with the result that MS Visual C++ 2010 x64 Runtime is...
View ArticleNew Post: ShapeLayerPointSize
Hello again, I use the follwing (vba) code to display a shapelayer with labels. Nearly everything works so far, only the Line where I want to set the symbol size crashes the application. (This code is...
View ArticleNew Post: Open shapefile from memory/stream
No, I don't think it's possible without some extra work. Here are some approaches: 1) You can save it to the disk as temporary files (.shp, .shx, .dbf) and then read with Shapefile.LoadDataFrom method...
View ArticleSource code checked in, #75490
A fix for the crash with point size = 1 (single pixel) and GDI rendering: https://mapwingis.codeplex.com/discussions/579035
View ArticleNew Post: ShapeLayerPointSize
Hi, this time it's a bug. Rather rare one - it seems it crashes only with point size <= 1 (single pixel) for larger sizes it works ok. I've already committed a fix. An updated installer will be...
View ArticleNew Post: Version 4.9.3.1 Not running on Windows 7 Professional 64-bit
Mudassar, for MapWinGIS 4.9.3 it's either VC2010 x86 or VC2010 x64. It depends on the version of MapWinGIS you are using, x86 or x64. Since we haven't released installer for 4.9.3 x64 yet, most likely...
View ArticleNew Post: OGR2OGR Use with database driver
Sorry for belated answer. I checked it. It seems you are doing everything right. The following code worked for me for shapefiles and MIF tab format as input and SQL Server as target (not an Express...
View ArticleNew Post: LayerDynamicVisibility
Hello again, sorry for writing again, hope I won't fill up the discussions alone ... I now proceeded very far. I'd now like to rewrite the (vba-) code for dynamic visibility of layers, which is in my...
View ArticleNew Post: Version 4.9.3.1 Not running on Windows 7 Professional 64-bit
This does't solve the problem. I am attaching dependency walker log window after opening MapWinGIS.ocx file. What should I do now?https://onedrive.live.com/redir?resid=C5C6D5FD291DF49E%21393
View ArticleNew Post: Version 4.9.3.1 Not running on Windows 7 Professional 64-bit
Mudassar, in this screenshot I see 2 missing dependencies - msvcr90.dll and ncsutil4.dll (those that are delay loaded, i.e. with hourglass, don't matter). But the trouble is that they aren't even used...
View ArticleNew Post: LayerDynamicVisibility
How about trying to set them the other way around? In the source the default values are:maxVisibleScale = 100000000.0; minVisibleScale = 0.0; What to call max and min in this case is often a source of...
View ArticleNew Post: Version 4.9.3.1 Not running on Windows 7 Professional 64-bit
Following is the link of snapshot of event viewer error when I run MapWindowLite.exe after re-installation as you suggestedhttps://onedrive.live.com/redir?resid=C5C6D5FD291DF49E%21394 When I start...
View Article