Opened 13 years ago

Closed 13 years ago

#4304 closed defect (fixed)

gdal_cshap: problems in Gdal.Open() in visual studio 2010

Reported by: steelraiden Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords: Gdal.Open() gdal_csharp vs2010
Cc:

Description (last modified by steelraiden)

Nevermind that. It's not your problem, I'm sorry for the waste of time. For the records: the problem was the internal variable that takes the return value of the

Hi all, I have a problem with the function Gdal.Open(). I'm using sharpmap (http://sharpmap.codeplex.com/) in vs2010 and I'm trying to draw a .ecw raster file into a picturebox. If I launch the application in debug mode it works fine and I can visualize the map, but when I try to run the compiled application, it freezes when it reaches the Gdal.Open (or the OpenShared) function. What can I do?

I downloaded fwtools and configurated them correctly;

I built the code in x86 mode;

I already seen this behaviour in other applications, and the problem seemed to be a thread crash;

I did one more try, and the program freezes in Dataset.GetProjectionRef();

Change History (4)

comment:1 by steelraiden, 13 years ago

Description: modified (diff)

comment:2 by steelraiden, 13 years ago

Description: modified (diff)

comment:3 by steelraiden, 13 years ago

Description: modified (diff)

comment:4 by steelraiden, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.