Hi, 

Although, I added 'gdal_i.lib' in Properties (Linker ->Input->Additional 
Dependencies) and this file in Debug folder, but I got an other errror:

error LNK1104: cannot open file 'gdal_i.lib'   

Do you know how to fix it ?

Thanks and regards,

Tai
 

_______________________________________________
gdal-dev mailing list [hidden email] 
http://lists.osgeo.org/mailman/listinfo/gdal-dev
Hi,
 
You mast remove any cpl_*.cpp and any gdal headers from your
    solution. In project properties you have to put path to gdal headers
    (gdal_root/port, gdal_root/gcore, gdal_root/ogr)
E.g. for GDALVersionInfo function you have to include only in your
    code #include "gdal.h"

Best regards,
    Dmitry


_______________________________________________ 
gdal-dev mailing list 
[hidden email] 
http://lists.osgeo.org/mailman/listinfo/gdal-dev 

________________________________
 
If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.n6.nabble.com/Error-LNK1120-314-unresolved-externals-When-using-Ogr-C-class-on-Visual-Studio-2010-tp4988103p4988142.html
 
To unsubscribe from Error LNK1120: 314 unresolved externals - When using Ogr 
C++ class on Visual Studio 2010, click here.
NAML

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Error-LNK1120-314-unresolved-externals-When-using-Ogr-C-class-on-Visual-Studio-2010-tp4988103p4988177.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to