[gdal-dev] Simple Q: fatal error LNK1120: 19 unresolved externals

2010-02-15 Thread vona
What I did is: - downloaded the latest release of GDAL here: http://trac.osgeo.org/gdal/wiki/DownloadSource - created a project, created a .cpp file and put all the required .h files in the same directory - ran debugging and got the following error: fatal error LNK1120: 19 unresolved exter

[gdal-dev] RE: Simple Q: fatal error LNK1120: 19 unresolved externals

2010-02-15 Thread vona
Thanks Sjur :) I just took the required .h files from the source package downloaded from here: http://trac.osgeo.org/gdal/wiki/DownloadSource I also downloaded a bunch of binaries, but how do i know which of them i need to run? All i need is to get pixel values of geotiff files (load then into a

[gdal-dev] RE: Simple Q: fatal error LNK1120: 19 unresolved externals

2010-02-25 Thread vona
Thank you very much Sjur for the detailed respond. Now I'm getting only error LNK2001: unresolved external symbol _main error LNK1120: 1 unresolved externals By the way Sjur, have you ever thought of making some video tutorials and posting them on youtube? I always find them very useful and they

[gdal-dev] RE: Simple Q: fatal error LNK1120: 19 unresolved externals

2010-03-11 Thread vona
I managed to open geotiff file without GDAL somehow. But it doesn't show the coordinates, which is not a problem in my project anyway. The bad thing is that it can take up to 5 seconds to load an image of 6000*6000 resolution.. -- View this message in context: http://n2.nabble.com/Simple-Q-fatal